#A656CA

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

Shades of Deep Lilac #A656CA

Tints of Deep Lilac #A656CA

Color information

#A656CA (or 0xA656CA) is unknown color: approx Deep Lilac. HEX triplet: A6, 56 and CA. RGB value is (166,86,202). Sum of RGB (Red+Green+Blue) = 166+86+202=454 (60% of max value = 765). Red value is 166 (65.23% from 255 or 36.56% from 454); Green value is 86 (33.98% from 255 or 18.94% from 454); Blue value is 202 (79.30% from 255 or 44.49% from 454); Max value from RGB is 202 - color contains mainly: blue. Hex color #A656CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A656CA is #59A935. Grayscale: #7A7A7A. Windows color (decimal): -5876022 or 13260454. OLE color: 13260454.

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

Color convert

RGB16686202-
CMYK0.180.5700.21
HSL281.38º52.25%56.47%-
HSV(B)281.38º57.43%79.22%-
XYZ29.7119.0357.98-
YUV123.14172.5158.57-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 36.56%
GREEN value IS 86 (33.98% from 255) = 18.94%
BLUE value IS 202 (79.30% from 255) = 44.49%
R=36.56%
G=18.94%
B=44.49%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal166862020.180.5700.21281.3852.2556.47
HexA656CA12390151193438
Octal24612631222710254316470
Binary1010011010101101100101010010111001010101100011001110100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A656CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A656CA; }

 p { color: rgb(166,86,202); }

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

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

 a { background-color: rgb(166,86,202); }

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

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

 span { border-color: rgb(166,86,202); }

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