#A450B9

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

Shades of Deep Lilac #A450B9

Tints of Deep Lilac #A450B9

Color information

#A450B9 (or 0xA450B9) is unknown color: approx Deep Lilac. HEX triplet: A4, 50 and B9. RGB value is (164,80,185). Sum of RGB (Red+Green+Blue) = 164+80+185=429 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.23% from 429); Green value is 80 (31.64% from 255 or 18.65% from 429); Blue value is 185 (72.66% from 255 or 43.12% from 429); Max value from RGB is 185 - color contains mainly: blue. Hex color #A450B9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A450B9 is #5BAF46. Grayscale: #747474. Windows color (decimal): -6008647 or 12144804. OLE color: 12144804.

HSL color Cylindrical-coordinate representation of color #A450B9: hue angle of 288º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A450B9 is Cyan = 0.11, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB16480185-
CMYK0.110.5700.27
HSL288º42.86%51.96%-
HSV(B)288º56.76%72.55%-
XYZ26.9417.1347.79-
YUV117.09166.33161.46-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 38.23%
GREEN value IS 80 (31.64% from 255) = 18.65%
BLUE value IS 185 (72.66% from 255) = 43.12%
R=38.23%
G=18.65%
B=43.12%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal164801850.110.5700.2728842.8651.96
HexA450B9B3901B1202b34
Octal24412027113710334405364
Binary101001001010000101110011011111001011011100100000101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A450B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A450B9; }

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

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

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

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

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

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

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

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