#A655B7

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

Shades of Deep Lilac #A655B7

Tints of Deep Lilac #A655B7

Color information

#A655B7 (or 0xA655B7) is unknown color: approx Deep Lilac. HEX triplet: A6, 55 and B7. RGB value is (166,85,183). Sum of RGB (Red+Green+Blue) = 166+85+183=434 (57% of max value = 765). Red value is 166 (65.23% from 255 or 38.25% from 434); Green value is 85 (33.59% from 255 or 19.59% from 434); Blue value is 183 (71.88% from 255 or 42.17% from 434); Max value from RGB is 183 - color contains mainly: blue. Hex color #A655B7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A655B7 is #59AA48. Grayscale: #787878. Windows color (decimal): -5876297 or 12015014. OLE color: 12015014.

HSL color Cylindrical-coordinate representation of color #A655B7: hue angle of 289.59º degrees, saturation: 0.4, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A655B7 is Cyan = 0.09, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB16685183-
CMYK0.090.5400.28
HSL289.59º40.5%52.55%-
HSV(B)289.59º53.55%71.76%-
XYZ27.5218.0246.83-
YUV120.39163.34160.53-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 38.25%
GREEN value IS 85 (33.59% from 255) = 19.59%
BLUE value IS 183 (71.88% from 255) = 42.17%
R=38.25%
G=19.59%
B=42.17%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal166851830.090.5400.28289.5940.552.55
HexA655B793601C1222835
Octal24612526711660344425065
Binary101001101010101101101111001110110011100100100010101000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A655B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A655B7; }

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

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

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

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

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

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

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

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