#A55ABD

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

Shades of Deep Lilac #A55ABD

Tints of Deep Lilac #A55ABD

Color information

#A55ABD (or 0xA55ABD) is unknown color: approx Deep Lilac. HEX triplet: A5, 5A and BD. RGB value is (165,90,189). Sum of RGB (Red+Green+Blue) = 165+90+189=444 (58% of max value = 765). Red value is 165 (64.84% from 255 or 37.16% from 444); Green value is 90 (35.55% from 255 or 20.27% from 444); Blue value is 189 (74.22% from 255 or 42.57% from 444); Max value from RGB is 189 - color contains mainly: blue. Hex color #A55ABD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A55ABD is #5AA542. Grayscale: #7B7B7B. Windows color (decimal): -5940547 or 12409509. OLE color: 12409509.

HSL color Cylindrical-coordinate representation of color #A55ABD: hue angle of 285.45º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A55ABD is Cyan = 0.13, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB16590189-
CMYK0.130.5200.26
HSL285.45º42.86%54.71%-
HSV(B)285.45º52.38%74.12%-
XYZ28.3618.9950.31-
YUV123.71164.85157.45-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 37.16%
GREEN value IS 90 (35.55% from 255) = 20.27%
BLUE value IS 189 (74.22% from 255) = 42.57%
R=37.16%
G=20.27%
B=42.57%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal165901890.130.5200.26285.4542.8654.71
HexA55ABDD3401A11d2b37
Octal24513227515640324355367
Binary101001011011010101111011101110100011010100011101101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A55ABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A55ABD; }

 p { color: rgb(165,90,189); }

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

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

 a { background-color: rgb(165,90,189); }

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

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

 span { border-color: rgb(165,90,189); }

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