#A960C2

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

Shades of Deep Lilac #A960C2

Tints of Deep Lilac #A960C2

Color information

#A960C2 (or 0xA960C2) is unknown color: approx Deep Lilac. HEX triplet: A9, 60 and C2. RGB value is (169,96,194). Sum of RGB (Red+Green+Blue) = 169+96+194=459 (60% of max value = 765). Red value is 169 (66.41% from 255 or 36.82% from 459); Green value is 96 (37.89% from 255 or 20.92% from 459); Blue value is 194 (76.17% from 255 or 42.27% from 459); Max value from RGB is 194 - color contains mainly: blue. Hex color #A960C2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A960C2 is #569F3D. Grayscale: #808080. Windows color (decimal): -5676862 or 12738729. OLE color: 12738729.

HSL color Cylindrical-coordinate representation of color #A960C2: hue angle of 284.69º degrees, saturation: 0.45, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A960C2 is Cyan = 0.13, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB16996194-
CMYK0.130.5100.24
HSL284.69º44.55%56.86%-
HSV(B)284.69º50.52%76.08%-
XYZ30.2820.753.44-
YUV129164.68156.53-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 36.82%
GREEN value IS 96 (37.89% from 255) = 20.92%
BLUE value IS 194 (76.17% from 255) = 42.27%
R=36.82%
G=20.92%
B=42.27%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal169961940.130.5100.24284.6944.5556.86
HexA960C2D3301811d2d39
Octal25114030215630304355571
Binary101010011100000110000101101110011011000100011101101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A960C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A960C2; }

 p { color: rgb(169,96,194); }

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

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

 a { background-color: rgb(169,96,194); }

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

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

 span { border-color: rgb(169,96,194); }

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