#A858CA

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

Shades of Deep Lilac #A858CA

Tints of Deep Lilac #A858CA

Color information

#A858CA (or 0xA858CA) is unknown color: approx Deep Lilac. HEX triplet: A8, 58 and CA. RGB value is (168,88,202). Sum of RGB (Red+Green+Blue) = 168+88+202=458 (60% of max value = 765). Red value is 168 (66.02% from 255 or 36.68% from 458); Green value is 88 (34.77% from 255 or 19.21% from 458); Blue value is 202 (79.30% from 255 or 44.10% from 458); Max value from RGB is 202 - color contains mainly: blue. Hex color #A858CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A858CA is #57A735. Grayscale: #7C7C7C. Windows color (decimal): -5744438 or 13260968. OLE color: 13260968.

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

Color convert

RGB16888202-
CMYK0.170.5600.21
HSL282.11º51.82%56.86%-
HSV(B)282.11º56.44%79.22%-
XYZ30.319.5758.06-
YUV124.92171.5158.73-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 36.68%
GREEN value IS 88 (34.77% from 255) = 19.21%
BLUE value IS 202 (79.30% from 255) = 44.10%
R=36.68%
G=19.21%
B=44.10%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal168882020.170.5600.21282.1151.8256.86
HexA858CA113801511a3439
Octal25013031221700254326471
Binary1010100010110001100101010001111000010101100011010110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A858CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A858CA; }

 p { color: rgb(168,88,202); }

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

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

 a { background-color: rgb(168,88,202); }

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

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

 span { border-color: rgb(168,88,202); }

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