#A942BA

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

Shades of Deep Lilac #A942BA

Tints of Deep Lilac #A942BA

Color information

#A942BA (or 0xA942BA) is unknown color: approx Deep Lilac. HEX triplet: A9, 42 and BA. RGB value is (169,66,186). Sum of RGB (Red+Green+Blue) = 169+66+186=421 (55% of max value = 765). Red value is 169 (66.41% from 255 or 40.14% from 421); Green value is 66 (26.17% from 255 or 15.68% from 421); Blue value is 186 (73.05% from 255 or 44.18% from 421); Max value from RGB is 186 - color contains mainly: blue. Hex color #A942BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A942BA is #56BD45. Grayscale: #6E6E6E. Windows color (decimal): -5684550 or 12206761. OLE color: 12206761.

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

Color convert

RGB16966186-
CMYK0.090.6500.27
HSL291.5º47.62%49.41%-
HSV(B)291.5º64.52%72.94%-
XYZ27.1715.8848.09-
YUV110.48170.62169.74-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 40.14%
GREEN value IS 66 (26.17% from 255) = 15.68%
BLUE value IS 186 (73.05% from 255) = 44.18%
R=40.14%
G=15.68%
B=44.18%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal169661860.090.6500.27291.547.6249.41
HexA942BA94101B1243031
Octal251102272111010334446061
Binary1010100110000101011101010011000001011011100100100110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A942BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A942BA; }

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

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

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

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

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

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

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

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