#A555D0

Color #A555D0 Deep Lilac (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Lilac #A555D0

Tints of Deep Lilac #A555D0

Color information

#A555D0 (or 0xA555D0) is unknown color: approx Deep Lilac. HEX triplet: A5, 55 and D0. RGB value is (165,85,208). Sum of RGB (Red+Green+Blue) = 165+85+208=458 (60% of max value = 765). Red value is 165 (64.84% from 255 or 36.03% from 458); Green value is 85 (33.59% from 255 or 18.56% from 458); Blue value is 208 (81.64% from 255 or 45.41% from 458); Max value from RGB is 208 - color contains mainly: blue. Hex color #A555D0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A555D0 is #5AAA2F. Grayscale: #7A7A7A. Windows color (decimal): -5941808 or 13653413. OLE color: 13653413.

HSL color Cylindrical-coordinate representation of color #A555D0: hue angle of 279.02º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A555D0 is Cyan = 0.21, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB16585208-
CMYK0.210.5900.18
HSL279.02º56.68%57.45%-
HSV(B)279.02º59.13%81.57%-
XYZ30.1519.0561.76-
YUV122.94176158-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 165 (64.84% from 255) = 36.03%
GREEN value IS 85 (33.59% from 255) = 18.56%
BLUE value IS 208 (81.64% from 255) = 45.41%
R=36.03%
G=18.56%
B=45.41%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal165852080.210.5900.18279.0256.6857.45
HexA555D0153B0121173939
Octal24512532025730224277171
Binary1010010110101011101000010101111011010010100010111111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A555D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A555D0; }

 p { color: rgb(165,85,208); }

 H1.HeaderClassName
 {
   color: #A555D0;
 }
 .AnyTagClassName
 {
   color: #A555D0;
 }
</style>
background-color css

<style>
 a { background-color: #A555D0; }

 a { background-color: rgb(165,85,208); }

 div.DivClassName
 {
   background-color: #A555D0;
 }
 .BgClassName
 {
   background-color: #A555D0;
 }
</style>
border-color css

<style>
 span { border-color: #A555D0; }

 span { border-color: rgb(165,85,208); }

 td.TdClassName
 {
   border-color: #A555D0;
 }
 .TagClassName
 {
   border-color: #A555D0;
 }
</style>