#A041AF

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

Shades of Deep Lilac #A041AF

Tints of Deep Lilac #A041AF

Color information

#A041AF (or 0xA041AF) is unknown color: approx Deep Lilac. HEX triplet: A0, 41 and AF. RGB value is (160,65,175). Sum of RGB (Red+Green+Blue) = 160+65+175=400 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40% from 400); Green value is 65 (25.78% from 255 or 16.25% from 400); Blue value is 175 (68.75% from 255 or 43.75% from 400); Max value from RGB is 175 - color contains mainly: blue. Hex color #A041AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A041AF is #5FBE50. Grayscale: #696969. Windows color (decimal): -6274641 or 11485600. OLE color: 11485600.

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

Color convert

RGB16065175-
CMYK0.090.6300.31
HSL291.82º45.83%47.06%-
HSV(B)291.82º62.86%68.63%-
XYZ24.1314.3542.06-
YUV105.94166.97166.56-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 40%
GREEN value IS 65 (25.78% from 255) = 16.25%
BLUE value IS 175 (68.75% from 255) = 43.75%
R=40%
G=16.25%
B=43.75%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal160651750.090.6300.31291.8245.8347.06
HexA041AF93F01F1242e2f
Octal24010125711770374445657
Binary101000001000001101011111001111111011111100100100101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A041AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A041AF; }

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

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

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

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

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

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

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

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