#A960BC

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

Shades of Deep Lilac #A960BC

Tints of Deep Lilac #A960BC

Color information

#A960BC (or 0xA960BC) is unknown color: approx Deep Lilac. HEX triplet: A9, 60 and BC. RGB value is (169,96,188). Sum of RGB (Red+Green+Blue) = 169+96+188=453 (60% of max value = 765). Red value is 169 (66.41% from 255 or 37.31% from 453); Green value is 96 (37.89% from 255 or 21.19% from 453); Blue value is 188 (73.83% from 255 or 41.50% from 453); Max value from RGB is 188 - color contains mainly: blue. Hex color #A960BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A960BC is #569F43. Grayscale: #808080. Windows color (decimal): -5676868 or 12345513. OLE color: 12345513.

HSL color Cylindrical-coordinate representation of color #A960BC: hue angle of 287.61º degrees, saturation: 0.41, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A960BC is Cyan = 0.10, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB16996188-
CMYK0.100.4900.26
HSL287.61º40.71%55.69%-
HSV(B)287.61º48.94%73.73%-
XYZ29.6220.4349.96-
YUV128.32161.68157.02-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 37.31%
GREEN value IS 96 (37.89% from 255) = 21.19%
BLUE value IS 188 (73.83% from 255) = 41.50%
R=37.31%
G=21.19%
B=41.50%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal169961880.100.4900.26287.6140.7155.69
HexA960BCA3101A1202938
Octal25114027412610324405170
Binary101010011100000101111001010110001011010100100000101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A960BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A960BC; }

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

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

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

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

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

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

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

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