#A942BB

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

Shades of Deep Lilac #A942BB

Tints of Deep Lilac #A942BB

Color information

#A942BB (or 0xA942BB) is unknown color: approx Deep Lilac. HEX triplet: A9, 42 and BB. RGB value is (169,66,187). Sum of RGB (Red+Green+Blue) = 169+66+187=422 (55% of max value = 765). Red value is 169 (66.41% from 255 or 40.05% from 422); Green value is 66 (26.17% from 255 or 15.64% from 422); Blue value is 187 (73.44% from 255 or 44.31% from 422); Max value from RGB is 187 - color contains mainly: blue. Hex color #A942BB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A942BB is #56BD44. Grayscale: #6E6E6E. Windows color (decimal): -5684549 or 12272297. OLE color: 12272297.

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

Color convert

RGB16966187-
CMYK0.100.6500.27
HSL291.07º47.83%49.61%-
HSV(B)291.07º64.71%73.33%-
XYZ27.2815.9248.65-
YUV110.59171.12169.66-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 40.05%
GREEN value IS 66 (26.17% from 255) = 15.64%
BLUE value IS 187 (73.44% from 255) = 44.31%
R=40.05%
G=15.64%
B=44.31%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal169661870.100.6500.27291.0747.8349.61
HexA942BBA4101B1233032
Octal251102273121010334436062
Binary1010100110000101011101110101000001011011100100011110000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A942BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A942BB; }

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

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

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

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

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

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

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

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