#A03DB1

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

Shades of Deep Lilac #A03DB1

Tints of Deep Lilac #A03DB1

Color information

#A03DB1 (or 0xA03DB1) is unknown color: approx Deep Lilac. HEX triplet: A0, 3D and B1. RGB value is (160,61,177). Sum of RGB (Red+Green+Blue) = 160+61+177=398 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.20% from 398); Green value is 61 (24.22% from 255 or 15.33% from 398); Blue value is 177 (69.53% from 255 or 44.47% from 398); Max value from RGB is 177 - color contains mainly: blue. Hex color #A03DB1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A03DB1 is #5FC24E. Grayscale: #676767. Windows color (decimal): -6275663 or 11615648. OLE color: 11615648.

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

Color convert

RGB16061177-
CMYK0.100.6600.31
HSL291.21º48.74%46.67%-
HSV(B)291.21º65.54%69.41%-
XYZ24.113.9943.02-
YUV103.82169.3168.07-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 40.20%
GREEN value IS 61 (24.22% from 255) = 15.33%
BLUE value IS 177 (69.53% from 255) = 44.47%
R=40.20%
G=15.33%
B=44.47%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal160611770.100.6600.31291.2148.7446.67
HexA03DB1A4201F123312f
Octal24075261121020374436157
Binary101000001111011011000110101000010011111100100011110001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A03DB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A03DB1; }

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

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

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

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

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

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

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

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