#A960BB

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

Shades of Deep Lilac #A960BB

Tints of Deep Lilac #A960BB

Color information

#A960BB (or 0xA960BB) is unknown color: approx Deep Lilac. HEX triplet: A9, 60 and BB. RGB value is (169,96,187). Sum of RGB (Red+Green+Blue) = 169+96+187=452 (59% of max value = 765). Red value is 169 (66.41% from 255 or 37.39% from 452); Green value is 96 (37.89% from 255 or 21.24% from 452); Blue value is 187 (73.44% from 255 or 41.37% from 452); Max value from RGB is 187 - color contains mainly: blue. Hex color #A960BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A960BB is #569F44. Grayscale: #7F7F7F. Windows color (decimal): -5676869 or 12279977. OLE color: 12279977.

HSL color Cylindrical-coordinate representation of color #A960BB: hue angle of 288.13º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A960BB is Cyan = 0.10, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB16996187-
CMYK0.100.4900.27
HSL288.13º40.09%55.49%-
HSV(B)288.13º48.66%73.33%-
XYZ29.5120.3949.39-
YUV128.2161.18157.1-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 37.39%
GREEN value IS 96 (37.89% from 255) = 21.24%
BLUE value IS 187 (73.44% from 255) = 41.37%
R=37.39%
G=21.24%
B=41.37%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal169961870.100.4900.27288.1340.0955.49
HexA960BBA3101B1202837
Octal25114027312610334405067
Binary101010011100000101110111010110001011011100100000101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A960BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A960BB; }

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

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

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

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

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

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

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

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