#A445BA

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

Shades of Deep Lilac #A445BA

Tints of Deep Lilac #A445BA

Color information

#A445BA (or 0xA445BA) is unknown color: approx Deep Lilac. HEX triplet: A4, 45 and BA. RGB value is (164,69,186). Sum of RGB (Red+Green+Blue) = 164+69+186=419 (55% of max value = 765). Red value is 164 (64.45% from 255 or 39.14% from 419); Green value is 69 (27.34% from 255 or 16.47% from 419); Blue value is 186 (73.05% from 255 or 44.39% from 419); Max value from RGB is 186 - color contains mainly: blue. Hex color #A445BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A445BA is #5BBA45. Grayscale: #6E6E6E. Windows color (decimal): -6011462 or 12207524. OLE color: 12207524.

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

Color convert

RGB16469186-
CMYK0.120.6300.27
HSL288.72º45.88%50%-
HSV(B)288.72º62.9%72.94%-
XYZ26.315.6948.1-
YUV110.74170.47165.99-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 39.14%
GREEN value IS 69 (27.34% from 255) = 16.47%
BLUE value IS 186 (73.05% from 255) = 44.39%
R=39.14%
G=16.47%
B=44.39%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal164691860.120.6300.27288.7245.8850
HexA445BAC3F01B1212e32
Octal24410527214770334415662
Binary101001001000101101110101100111111011011100100001101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A445BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A445BA; }

 p { color: rgb(164,69,186); }

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

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

 a { background-color: rgb(164,69,186); }

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

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

 span { border-color: rgb(164,69,186); }

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