#A559C6

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

Shades of Deep Lilac #A559C6

Tints of Deep Lilac #A559C6

Color information

#A559C6 (or 0xA559C6) is unknown color: approx Deep Lilac. HEX triplet: A5, 59 and C6. RGB value is (165,89,198). Sum of RGB (Red+Green+Blue) = 165+89+198=452 (59% of max value = 765). Red value is 165 (64.84% from 255 or 36.50% from 452); Green value is 89 (35.16% from 255 or 19.69% from 452); Blue value is 198 (77.73% from 255 or 43.81% from 452); Max value from RGB is 198 - color contains mainly: blue. Hex color #A559C6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A559C6 is #5AA639. Grayscale: #7B7B7B. Windows color (decimal): -5940794 or 12999077. OLE color: 12999077.

HSL color Cylindrical-coordinate representation of color #A559C6: hue angle of 281.83º degrees, saturation: 0.49, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A559C6 is Cyan = 0.17, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB16589198-
CMYK0.170.5500.22
HSL281.83º48.88%56.27%-
HSV(B)281.83º55.05%77.65%-
XYZ29.2819.2255.59-
YUV124.15169.68157.14-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 36.50%
GREEN value IS 89 (35.16% from 255) = 19.69%
BLUE value IS 198 (77.73% from 255) = 43.81%
R=36.50%
G=19.69%
B=43.81%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal165891980.170.5500.22281.8348.8856.27
HexA559C6113701611a3138
Octal24513130621670264326170
Binary1010010110110011100011010001110111010110100011010110001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A559C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A559C6; }

 p { color: rgb(165,89,198); }

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

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

 a { background-color: rgb(165,89,198); }

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

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

 span { border-color: rgb(165,89,198); }

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