#A042AF

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

Shades of Deep Lilac #A042AF

Tints of Deep Lilac #A042AF

Color information

#A042AF (or 0xA042AF) is unknown color: approx Deep Lilac. HEX triplet: A0, 42 and AF. RGB value is (160,66,175). Sum of RGB (Red+Green+Blue) = 160+66+175=401 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.90% from 401); Green value is 66 (26.17% from 255 or 16.46% from 401); Blue value is 175 (68.75% from 255 or 43.64% from 401); Max value from RGB is 175 - color contains mainly: blue. Hex color #A042AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A042AF is #5FBD50. Grayscale: #6A6A6A. Windows color (decimal): -6274385 or 11485856. OLE color: 11485856.

HSL color Cylindrical-coordinate representation of color #A042AF: hue angle of 291.74º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A042AF is Cyan = 0.09, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB16066175-
CMYK0.090.6200.31
HSL291.74º45.23%47.25%-
HSV(B)291.74º62.29%68.63%-
XYZ24.1814.4742.07-
YUV106.53166.64166.14-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 39.90%
GREEN value IS 66 (26.17% from 255) = 16.46%
BLUE value IS 175 (68.75% from 255) = 43.64%
R=39.90%
G=16.46%
B=43.64%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal160661750.090.6200.31291.7445.2347.25
HexA042AF93E01F1242d2f
Octal24010225711760374445557
Binary101000001000010101011111001111110011111100100100101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A042AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A042AF; }

 p { color: rgb(160,66,175); }

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

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

 a { background-color: rgb(160,66,175); }

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

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

 span { border-color: rgb(160,66,175); }

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