#A451BD

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

Shades of Deep Lilac #A451BD

Tints of Deep Lilac #A451BD

Color information

#A451BD (or 0xA451BD) is unknown color: approx Deep Lilac. HEX triplet: A4, 51 and BD. RGB value is (164,81,189). Sum of RGB (Red+Green+Blue) = 164+81+189=434 (57% of max value = 765). Red value is 164 (64.45% from 255 or 37.79% from 434); Green value is 81 (32.03% from 255 or 18.66% from 434); Blue value is 189 (74.22% from 255 or 43.55% from 434); Max value from RGB is 189 - color contains mainly: blue. Hex color #A451BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A451BD is #5BAE42. Grayscale: #757575. Windows color (decimal): -6008387 or 12407204. OLE color: 12407204.

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

Color convert

RGB16481189-
CMYK0.130.5700.26
HSL286.11º45%52.94%-
HSV(B)286.11º57.14%74.12%-
XYZ27.4417.4550.07-
YUV118.13168160.72-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 37.79%
GREEN value IS 81 (32.03% from 255) = 18.66%
BLUE value IS 189 (74.22% from 255) = 43.55%
R=37.79%
G=18.66%
B=43.55%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal164811890.130.5700.26286.114552.94
HexA451BDD3901A11e2d35
Octal24412127515710324365565
Binary101001001010001101111011101111001011010100011110101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A451BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A451BD; }

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

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

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

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

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

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

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

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