#A545B9

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

Shades of Deep Lilac #A545B9

Tints of Deep Lilac #A545B9

Color information

#A545B9 (or 0xA545B9) is unknown color: approx Deep Lilac. HEX triplet: A5, 45 and B9. RGB value is (165,69,185). Sum of RGB (Red+Green+Blue) = 165+69+185=419 (55% of max value = 765). Red value is 165 (64.84% from 255 or 39.38% from 419); Green value is 69 (27.34% from 255 or 16.47% from 419); Blue value is 185 (72.66% from 255 or 44.15% from 419); Max value from RGB is 185 - color contains mainly: blue. Hex color #A545B9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A545B9 is #5ABA46. Grayscale: #6E6E6E. Windows color (decimal): -5945927 or 12141989. OLE color: 12141989.

HSL color Cylindrical-coordinate representation of color #A545B9: hue angle of 289.66º 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 #A545B9 is Cyan = 0.11, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB16569185-
CMYK0.110.6300.27
HSL289.66º45.67%49.8%-
HSV(B)289.66º62.7%72.55%-
XYZ26.415.7647.55-
YUV110.93169.8166.57-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 39.38%
GREEN value IS 69 (27.34% from 255) = 16.47%
BLUE value IS 185 (72.66% from 255) = 44.15%
R=39.38%
G=16.47%
B=44.15%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal165691850.110.6300.27289.6645.6749.8
HexA545B9B3F01B1222e32
Octal24510527113770334425662
Binary101001011000101101110011011111111011011100100010101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A545B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A545B9; }

 p { color: rgb(165,69,185); }

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

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

 a { background-color: rgb(165,69,185); }

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

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

 span { border-color: rgb(165,69,185); }

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