#A960BF

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

Shades of Deep Lilac #A960BF

Tints of Deep Lilac #A960BF

Color information

#A960BF (or 0xA960BF) is unknown color: approx Deep Lilac. HEX triplet: A9, 60 and BF. RGB value is (169,96,191). Sum of RGB (Red+Green+Blue) = 169+96+191=456 (60% of max value = 765). Red value is 169 (66.41% from 255 or 37.06% from 456); Green value is 96 (37.89% from 255 or 21.05% from 456); Blue value is 191 (75% from 255 or 41.89% from 456); Max value from RGB is 191 - color contains mainly: blue. Hex color #A960BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A960BF is #569F40. Grayscale: #808080. Windows color (decimal): -5676865 or 12542121. OLE color: 12542121.

HSL color Cylindrical-coordinate representation of color #A960BF: hue angle of 286.11º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A960BF is Cyan = 0.12, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB16996191-
CMYK0.120.5000.25
HSL286.11º42.6%56.27%-
HSV(B)286.11º49.74%74.9%-
XYZ29.9520.5651.68-
YUV128.66163.18156.78-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 37.06%
GREEN value IS 96 (37.89% from 255) = 21.05%
BLUE value IS 191 (75% from 255) = 41.89%
R=37.06%
G=21.05%
B=41.89%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal169961910.120.5000.25286.1142.656.27
HexA960BFC3201911e2b38
Octal25114027714620314365370
Binary101010011100000101111111100110010011001100011110101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A960BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A960BF; }

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

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

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

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

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

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

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

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