#A545BD

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

Shades of Deep Lilac #A545BD

Tints of Deep Lilac #A545BD

Color information

#A545BD (or 0xA545BD) is unknown color: approx Deep Lilac. HEX triplet: A5, 45 and BD. RGB value is (165,69,189). Sum of RGB (Red+Green+Blue) = 165+69+189=423 (56% of max value = 765). Red value is 165 (64.84% from 255 or 39.01% from 423); Green value is 69 (27.34% from 255 or 16.31% from 423); Blue value is 189 (74.22% from 255 or 44.68% from 423); Max value from RGB is 189 - color contains mainly: blue. Hex color #A545BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A545BD is #5ABA42. Grayscale: #6F6F6F. Windows color (decimal): -5945923 or 12404133. OLE color: 12404133.

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

Color convert

RGB16569189-
CMYK0.130.6300.26
HSL288º47.62%50.59%-
HSV(B)288º63.49%74.12%-
XYZ26.8315.9349.8-
YUV111.38171.8166.24-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 39.01%
GREEN value IS 69 (27.34% from 255) = 16.31%
BLUE value IS 189 (74.22% from 255) = 44.68%
R=39.01%
G=16.31%
B=44.68%

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
Decimal165691890.130.6300.2628847.6250.59
HexA545BDD3F01A1203033
Octal24510527515770324406063
Binary101001011000101101111011101111111011010100100000110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A545BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A545BD; }

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

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

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

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

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

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

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

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