#A542BC

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

Shades of Deep Lilac #A542BC

Tints of Deep Lilac #A542BC

Color information

#A542BC (or 0xA542BC) is unknown color: approx Deep Lilac. HEX triplet: A5, 42 and BC. RGB value is (165,66,188). Sum of RGB (Red+Green+Blue) = 165+66+188=419 (55% of max value = 765). Red value is 165 (64.84% from 255 or 39.38% from 419); Green value is 66 (26.17% from 255 or 15.75% from 419); Blue value is 188 (73.83% from 255 or 44.87% from 419); Max value from RGB is 188 - color contains mainly: blue. Hex color #A542BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A542BC is #5ABD43. Grayscale: #6D6D6D. Windows color (decimal): -5946692 or 12337829. OLE color: 12337829.

HSL color Cylindrical-coordinate representation of color #A542BC: hue angle of 288.69º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A542BC is Cyan = 0.12, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB16566188-
CMYK0.120.6500.26
HSL288.69º48.03%49.8%-
HSV(B)288.69º64.89%73.73%-
XYZ26.5415.5349.17-
YUV109.51172.3167.58-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 39.38%
GREEN value IS 66 (26.17% from 255) = 15.75%
BLUE value IS 188 (73.83% from 255) = 44.87%
R=39.38%
G=15.75%
B=44.87%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal165661880.120.6500.26288.6948.0349.8
HexA542BCC4101A1213032
Octal245102274141010324416062
Binary1010010110000101011110011001000001011010100100001110000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A542BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A542BC; }

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

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

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

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

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

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

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

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