#A940B9

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

Shades of Deep Lilac #A940B9

Tints of Deep Lilac #A940B9

Color information

#A940B9 (or 0xA940B9) is unknown color: approx Deep Lilac. HEX triplet: A9, 40 and B9. RGB value is (169,64,185). Sum of RGB (Red+Green+Blue) = 169+64+185=418 (55% of max value = 765). Red value is 169 (66.41% from 255 or 40.43% from 418); Green value is 64 (25.39% from 255 or 15.31% from 418); Blue value is 185 (72.66% from 255 or 44.26% from 418); Max value from RGB is 185 - color contains mainly: blue. Hex color #A940B9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A940B9 is #56BF46. Grayscale: #6C6C6C. Windows color (decimal): -5685063 or 12140713. OLE color: 12140713.

HSL color Cylindrical-coordinate representation of color #A940B9: hue angle of 292.07º degrees, saturation: 0.49, 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 #A940B9 is Cyan = 0.09, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB16964185-
CMYK0.090.6500.27
HSL292.07º48.59%48.82%-
HSV(B)292.07º65.41%72.55%-
XYZ26.9515.647.49-
YUV109.19170.79170.66-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 40.43%
GREEN value IS 64 (25.39% from 255) = 15.31%
BLUE value IS 185 (72.66% from 255) = 44.26%
R=40.43%
G=15.31%
B=44.26%

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
Decimal169641850.090.6500.27292.0748.5948.82
HexA940B994101B1243131
Octal251100271111010334446161
Binary1010100110000001011100110011000001011011100100100110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A940B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A940B9; }

 p { color: rgb(169,64,185); }

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

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

 a { background-color: rgb(169,64,185); }

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

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

 span { border-color: rgb(169,64,185); }

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