#A850C0

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

Shades of Deep Lilac #A850C0

Tints of Deep Lilac #A850C0

Color information

#A850C0 (or 0xA850C0) is unknown color: approx Deep Lilac. HEX triplet: A8, 50 and C0. RGB value is (168,80,192). Sum of RGB (Red+Green+Blue) = 168+80+192=440 (58% of max value = 765). Red value is 168 (66.02% from 255 or 38.18% from 440); Green value is 80 (31.64% from 255 or 18.18% from 440); Blue value is 192 (75.39% from 255 or 43.64% from 440); Max value from RGB is 192 - color contains mainly: blue. Hex color #A850C0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A850C0 is #57AF3F. Grayscale: #767676. Windows color (decimal): -5746496 or 12603560. OLE color: 12603560.

HSL color Cylindrical-coordinate representation of color #A850C0: hue angle of 287.14º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A850C0 is Cyan = 0.12, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB16880192-
CMYK0.120.5800.25
HSL287.14º47.06%53.33%-
HSV(B)287.14º58.33%75.29%-
XYZ28.5317.8751.81-
YUV119.08169.15162.89-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 38.18%
GREEN value IS 80 (31.64% from 255) = 18.18%
BLUE value IS 192 (75.39% from 255) = 43.64%
R=38.18%
G=18.18%
B=43.64%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal168801920.120.5800.25287.1447.0653.33
HexA850C0C3A01911f2f35
Octal25012030014720314375765
Binary101010001010000110000001100111010011001100011111101111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A850C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A850C0; }

 p { color: rgb(168,80,192); }

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

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

 a { background-color: rgb(168,80,192); }

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

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

 span { border-color: rgb(168,80,192); }

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