#A94BBA

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

Shades of Deep Lilac #A94BBA

Tints of Deep Lilac #A94BBA

Color information

#A94BBA (or 0xA94BBA) is unknown color: approx Deep Lilac. HEX triplet: A9, 4B and BA. RGB value is (169,75,186). Sum of RGB (Red+Green+Blue) = 169+75+186=430 (56% of max value = 765). Red value is 169 (66.41% from 255 or 39.30% from 430); Green value is 75 (29.69% from 255 or 17.44% from 430); Blue value is 186 (73.05% from 255 or 43.26% from 430); Max value from RGB is 186 - color contains mainly: blue. Hex color #A94BBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A94BBA is #56B445. Grayscale: #737373. Windows color (decimal): -5682246 or 12209065. OLE color: 12209065.

HSL color Cylindrical-coordinate representation of color #A94BBA: hue angle of 290.81º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A94BBA is Cyan = 0.09, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB16975186-
CMYK0.090.6000.27
HSL290.81º44.58%51.18%-
HSV(B)290.81º59.68%72.94%-
XYZ27.7417.0148.28-
YUV115.76167.64165.97-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 39.30%
GREEN value IS 75 (29.69% from 255) = 17.44%
BLUE value IS 186 (73.05% from 255) = 43.26%
R=39.30%
G=17.44%
B=43.26%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal169751860.090.6000.27290.8144.5851.18
HexA94BBA93C01B1232d33
Octal25111327211740334435563
Binary101010011001011101110101001111100011011100100011101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A94BBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A94BBA; }

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

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

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

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

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

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

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

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