#A03DAF

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

Shades of Deep Lilac #A03DAF

Tints of Deep Lilac #A03DAF

Color information

#A03DAF (or 0xA03DAF) is unknown color: approx Deep Lilac. HEX triplet: A0, 3D and AF. RGB value is (160,61,175). Sum of RGB (Red+Green+Blue) = 160+61+175=396 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.40% from 396); Green value is 61 (24.22% from 255 or 15.40% from 396); Blue value is 175 (68.75% from 255 or 44.19% from 396); Max value from RGB is 175 - color contains mainly: blue. Hex color #A03DAF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A03DAF is #5FC250. Grayscale: #676767. Windows color (decimal): -6275665 or 11484576. OLE color: 11484576.

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

Color convert

RGB16061175-
CMYK0.090.6500.31
HSL292.11º48.31%46.27%-
HSV(B)292.11º65.14%68.63%-
XYZ23.913.9141.98-
YUV103.6168.3168.23-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 40.40%
GREEN value IS 61 (24.22% from 255) = 15.40%
BLUE value IS 175 (68.75% from 255) = 44.19%
R=40.40%
G=15.40%
B=44.19%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal160611750.090.6500.31292.1148.3146.27
HexA03DAF94101F124302e
Octal24075257111010374446056
Binary101000001111011010111110011000001011111100100100110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A03DAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A03DAF; }

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

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

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

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

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

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

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

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