#A445BD

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

Shades of Deep Lilac #A445BD

Tints of Deep Lilac #A445BD

Color information

#A445BD (or 0xA445BD) is unknown color: approx Deep Lilac. HEX triplet: A4, 45 and BD. RGB value is (164,69,189). Sum of RGB (Red+Green+Blue) = 164+69+189=422 (55% of max value = 765). Red value is 164 (64.45% from 255 or 38.86% from 422); Green value is 69 (27.34% from 255 or 16.35% from 422); Blue value is 189 (74.22% from 255 or 44.79% from 422); Max value from RGB is 189 - color contains mainly: blue. Hex color #A445BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A445BD is #5BBA42. Grayscale: #6E6E6E. Windows color (decimal): -6011459 or 12404132. OLE color: 12404132.

HSL color Cylindrical-coordinate representation of color #A445BD: hue angle of 287.5º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A445BD is Cyan = 0.13, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB16469189-
CMYK0.130.6300.26
HSL287.5º47.62%50.59%-
HSV(B)287.5º63.49%74.12%-
XYZ26.6215.8249.8-
YUV111.08171.97165.74-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 38.86%
GREEN value IS 69 (27.34% from 255) = 16.35%
BLUE value IS 189 (74.22% from 255) = 44.79%
R=38.86%
G=16.35%
B=44.79%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal164691890.130.6300.26287.547.6250.59
HexA445BDD3F01A1203033
Octal24410527515770324406063
Binary101001001000101101111011101111111011010100100000110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A445BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A445BD; }

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

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

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

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

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

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

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

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