#A542BA

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

Shades of Deep Lilac #A542BA

Tints of Deep Lilac #A542BA

Color information

#A542BA (or 0xA542BA) is unknown color: approx Deep Lilac. HEX triplet: A5, 42 and BA. RGB value is (165,66,186). Sum of RGB (Red+Green+Blue) = 165+66+186=417 (55% of max value = 765). Red value is 165 (64.84% from 255 or 39.57% from 417); Green value is 66 (26.17% from 255 or 15.83% from 417); Blue value is 186 (73.05% from 255 or 44.60% from 417); Max value from RGB is 186 - color contains mainly: blue. Hex color #A542BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A542BA is #5ABD45. Grayscale: #6C6C6C. Windows color (decimal): -5946694 or 12206757. OLE color: 12206757.

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

Color convert

RGB16566186-
CMYK0.110.6500.27
HSL289.5º47.62%49.41%-
HSV(B)289.5º64.52%72.94%-
XYZ26.3315.4448.05-
YUV109.28171.3167.74-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 39.57%
GREEN value IS 66 (26.17% from 255) = 15.83%
BLUE value IS 186 (73.05% from 255) = 44.60%
R=39.57%
G=15.83%
B=44.60%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal165661860.110.6500.27289.547.6249.41
HexA542BAB4101B1223031
Octal245102272131010334426061
Binary1010010110000101011101010111000001011011100100010110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A542BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A542BA; }

 p { color: rgb(165,66,186); }

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

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

 a { background-color: rgb(165,66,186); }

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

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

 span { border-color: rgb(165,66,186); }

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