COLOR #A55DDA

HEX: #A55DDA
RGB: (165,93,218)

Color info

#A55DDA contains mainly red and blue colors. Web safe color of #A55DDA is #9966CC (or #96C).

RGB color model

#A55DDA color RGB value is (165,93,218).

  • red value is 165;
  • green value is 93;
  • blue value is 218.
RGB:
(165,93,218)
(65%,36%,85%)

RGB channels and saturation

R 165 of 255 = 65%
G 93 of 255 = 36%
B 218 of 255 = 85%

165
93
218

R + G + B ~ 62%. #A55DDA is quite light color.

Portions of RGB colors in percentages

R + G + B =
165 + 93 + 218 = 476 (100%)
R 165 of 476 ~ 34.66%
G 93 of 476 ~ 19.54%
B 218 of 476 ~ 45.8%

%34.66
%19.54
%45.8

CMYK color model

#A55DDA color CMYK value is (24,57,0,15).

  • cyan value is 24.31%
  • magenta value is 57.34%
  • yellow value is 0.00%
  • key color value is 14.51%
CMYK:
(24,57,0,15)
C24M57Y0K15 
(24%,57%,0%,15%)
(0.24/0.57/0.00/0.15)	

CMYK percentages

%24.31
%57.34
%0
%14.51

Codes

Color #A55DDA in popluar color models

A55DDA
RGB16593218
HSL275°62.81%60.98%
HSB/HSV275°57.34%85.49%
CMYK24.31%57.34%0.00%
14.51%

Color #A55DDA in popluar number systems.

HEXA55DDA
Decimal16593218
Binary10100101101110111011010
Octal245135332

Shades and tints

Shades of #A55DDA

#A55DDA
(165,93,218)
#9655C7
(150,85,199)
#874DB4
(135,77,180)
#7845A1
(120,69,161)
#693D8E
(105,61,142)
#5A357B
(90,53,123)
#4B2D68
(75,45,104)
#3C2555
(60,37,85)
#2D1D42
(45,29,66)
#1E152F
(30,21,47)
#0F0D1C
(15,13,28)
#000000
(0,0,0)

Tints of #A55DDA

#A55DDA
(165,93,218)
#AD6BDD
(173,107,221)
#B579E0
(181,121,224)
#BD87E3
(189,135,227)
#C595E6
(197,149,230)
#CDA3E9
(205,163,233)
#D5B1EC
(213,177,236)
#DDBFEF
(221,191,239)
#E5CDF2
(229,205,242)
#EDDBF5
(237,219,245)
#F5E9F8
(245,233,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A55DDA color. Also use rgb(165,93,218) instead hex code.

Text Font Color

.myTextColor { color: #A55DDA; }

<p style="color:#A55DDA">This sample text font color is #A55DDA.</p>

This text font color is #A55DDA.


Background Color

.myBgColor { background-color: #A55DDA; }

<div style="background-color:#A55DDA">Inner text</div>

This div background color is #A55DDA.


Border color

.myBorderColor { border: 1px solid #A55DDA; }

<div style="border:3px solid #A55DDA">Div</div>

This div border color is #A55DDA.


Opacity

.myOpacity80 { color: #A55DDA; opacity: 0.8; }

<p style="color:#A55DDA;opacity:0.8;">80%</p>

Text with #A55DDA color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #A55DDA;}

<p style="text-shadow: 3px 3px 1px #A55DDA">Text here.</p>

This text has shadow with #A55DDA color.

.textShadow {text-shadow: 3px 3px 1px #A55DDA, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #A55DDA, 5px 5px 20px red">Text here.</p>

This text has shadow with #A55DDA primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#A55DDA, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#A55DDA, Direction=45, Strength=4)">Text</p>

This text has shadow with #A55DDA and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #A55DDA;
  -webkit-box-shadow:	1px 1px 3px 2px #A55DDA;
  box-shadow:		1px 1px 3px 2px #A55DDA;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #A55DDA;
-webkit-box-shadow: 1px 1px 3px 2px #A55DDA;
box-shadow:1px 1px 3px 2px #A55DDA;">
Div content here</div>
This div box has shadow with color #A55DDA.

Preview

Color preview on black background

This text has color #A55DDA on black background.


Color preview on white background

This text has color #A55DDA on white background.



Black color preview on #A55DDA background

This text has black color on #A55DDA background.


White color preview on #A55DDA background

This text has white color on #A55DDA background.