#A950C0

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

Shades of Deep Lilac #A950C0

Tints of Deep Lilac #A950C0

Color information

#A950C0 (or 0xA950C0) is unknown color: approx Deep Lilac. HEX triplet: A9, 50 and C0. RGB value is (169,80,192). Sum of RGB (Red+Green+Blue) = 169+80+192=441 (58% of max value = 765). Red value is 169 (66.41% from 255 or 38.32% from 441); Green value is 80 (31.64% from 255 or 18.14% from 441); Blue value is 192 (75.39% from 255 or 43.54% from 441); Max value from RGB is 192 - color contains mainly: blue. Hex color #A950C0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A950C0 is #56AF3F. Grayscale: #777777. Windows color (decimal): -5680960 or 12603561. OLE color: 12603561.

HSL color Cylindrical-coordinate representation of color #A950C0: hue angle of 287.68º 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 #A950C0 is Cyan = 0.12, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB16980192-
CMYK0.120.5800.25
HSL287.68º47.06%53.33%-
HSV(B)287.68º58.33%75.29%-
XYZ28.7517.9851.82-
YUV119.38168.99163.39-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 38.32%
GREEN value IS 80 (31.64% from 255) = 18.14%
BLUE value IS 192 (75.39% from 255) = 43.54%
R=38.32%
G=18.14%
B=43.54%

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
Decimal169801920.120.5800.25287.6847.0653.33
HexA950C0C3A0191202f35
Octal25112030014720314405765
Binary101010011010000110000001100111010011001100100000101111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A950C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A950C0; }

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

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

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

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

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

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

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

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