#A655CD

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

Shades of Deep Lilac #A655CD

Tints of Deep Lilac #A655CD

Color information

#A655CD (or 0xA655CD) is unknown color: approx Deep Lilac. HEX triplet: A6, 55 and CD. RGB value is (166,85,205). Sum of RGB (Red+Green+Blue) = 166+85+205=456 (60% of max value = 765). Red value is 166 (65.23% from 255 or 36.40% from 456); Green value is 85 (33.59% from 255 or 18.64% from 456); Blue value is 205 (80.47% from 255 or 44.96% from 456); Max value from RGB is 205 - color contains mainly: blue. Hex color #A655CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A655CD is #59AA32. Grayscale: #7A7A7A. Windows color (decimal): -5876275 or 13456806. OLE color: 13456806.

HSL color Cylindrical-coordinate representation of color #A655CD: hue angle of 280.5º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A655CD is Cyan = 0.19, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB16685205-
CMYK0.190.5900.20
HSL280.5º54.55%56.86%-
HSV(B)280.5º58.54%80.39%-
XYZ29.9919.0159.85-
YUV122.9174.34158.74-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 36.40%
GREEN value IS 85 (33.59% from 255) = 18.64%
BLUE value IS 205 (80.47% from 255) = 44.96%
R=36.40%
G=18.64%
B=44.96%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal166852050.190.5900.20280.554.5556.86
HexA655CD133B0141183739
Octal24612531523730244306771
Binary1010011010101011100110110011111011010100100011000110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A655CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A655CD; }

 p { color: rgb(166,85,205); }

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

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

 a { background-color: rgb(166,85,205); }

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

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

 span { border-color: rgb(166,85,205); }

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