#A961BA

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

Shades of Deep Lilac #A961BA

Tints of Deep Lilac #A961BA

Color information

#A961BA (or 0xA961BA) is unknown color: approx Deep Lilac. HEX triplet: A9, 61 and BA. RGB value is (169,97,186). Sum of RGB (Red+Green+Blue) = 169+97+186=452 (59% of max value = 765). Red value is 169 (66.41% from 255 or 37.39% from 452); Green value is 97 (38.28% from 255 or 21.46% from 452); Blue value is 186 (73.05% from 255 or 41.15% from 452); Max value from RGB is 186 - color contains mainly: blue. Hex color #A961BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A961BA is #569E45. Grayscale: #808080. Windows color (decimal): -5676614 or 12214697. OLE color: 12214697.

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

Color convert

RGB16997186-
CMYK0.090.4800.27
HSL288.54º39.21%55.49%-
HSV(B)288.54º47.85%72.94%-
XYZ29.520.5348.86-
YUV128.67160.35156.76-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 37.39%
GREEN value IS 97 (38.28% from 255) = 21.46%
BLUE value IS 186 (73.05% from 255) = 41.15%
R=37.39%
G=21.46%
B=41.15%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal169971860.090.4800.27288.5439.2155.49
HexA961BA93001B1212737
Octal25114127211600334414767
Binary101010011100001101110101001110000011011100100001100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A961BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A961BA; }

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

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

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

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

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

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

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

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