#A450BD

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

Shades of Deep Lilac #A450BD

Tints of Deep Lilac #A450BD

Color information

#A450BD (or 0xA450BD) is unknown color: approx Deep Lilac. HEX triplet: A4, 50 and BD. RGB value is (164,80,189). Sum of RGB (Red+Green+Blue) = 164+80+189=433 (57% of max value = 765). Red value is 164 (64.45% from 255 or 37.88% from 433); Green value is 80 (31.64% from 255 or 18.48% from 433); Blue value is 189 (74.22% from 255 or 43.65% from 433); Max value from RGB is 189 - color contains mainly: blue. Hex color #A450BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A450BD is #5BAF42. Grayscale: #757575. Windows color (decimal): -6008643 or 12406948. OLE color: 12406948.

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

Color convert

RGB16480189-
CMYK0.130.5800.26
HSL286.24º45.23%52.75%-
HSV(B)286.24º57.67%74.12%-
XYZ27.3617.350.04-
YUV117.54168.33161.14-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 37.88%
GREEN value IS 80 (31.64% from 255) = 18.48%
BLUE value IS 189 (74.22% from 255) = 43.65%
R=37.88%
G=18.48%
B=43.65%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal164801890.130.5800.26286.2445.2352.75
HexA450BDD3A01A11e2d35
Octal24412027515720324365565
Binary101001001010000101111011101111010011010100011110101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A450BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A450BD; }

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

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

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

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

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

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

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

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