#A961BC

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

Shades of Deep Lilac #A961BC

Tints of Deep Lilac #A961BC

Color information

#A961BC (or 0xA961BC) is unknown color: approx Deep Lilac. HEX triplet: A9, 61 and BC. RGB value is (169,97,188). Sum of RGB (Red+Green+Blue) = 169+97+188=454 (60% of max value = 765). Red value is 169 (66.41% from 255 or 37.22% from 454); Green value is 97 (38.28% from 255 or 21.37% from 454); Blue value is 188 (73.83% from 255 or 41.41% from 454); Max value from RGB is 188 - color contains mainly: blue. Hex color #A961BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A961BC is #569E43. Grayscale: #808080. Windows color (decimal): -5676612 or 12345769. OLE color: 12345769.

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

Color convert

RGB16997188-
CMYK0.100.4800.26
HSL287.47º40.44%55.88%-
HSV(B)287.47º48.4%73.73%-
XYZ29.7120.6249.99-
YUV128.9161.35156.6-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 37.22%
GREEN value IS 97 (38.28% from 255) = 21.37%
BLUE value IS 188 (73.83% from 255) = 41.41%
R=37.22%
G=21.37%
B=41.41%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal169971880.100.4800.26287.4740.4455.88
HexA961BCA3001A11f2838
Octal25114127412600324375070
Binary101010011100001101111001010110000011010100011111101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A961BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A961BC; }

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

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

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

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

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

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

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

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