#A03BAC

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

Shades of Deep Lilac #A03BAC

Tints of Deep Lilac #A03BAC

Color information

#A03BAC (or 0xA03BAC) is unknown color: approx Deep Lilac. HEX triplet: A0, 3B and AC. RGB value is (160,59,172). Sum of RGB (Red+Green+Blue) = 160+59+172=391 (51% of max value = 765). Red value is 160 (62.89% from 255 or 40.92% from 391); Green value is 59 (23.44% from 255 or 15.09% from 391); Blue value is 172 (67.58% from 255 or 43.99% from 391); Max value from RGB is 172 - color contains mainly: blue. Hex color #A03BAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A03BAC is #5FC453. Grayscale: #656565. Windows color (decimal): -6276180 or 11287456. OLE color: 11287456.

HSL color Cylindrical-coordinate representation of color #A03BAC: hue angle of 293.63º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A03BAC is Cyan = 0.07, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB16059172-
CMYK0.070.6600.33
HSL293.63º48.92%45.29%-
HSV(B)293.63º65.7%67.45%-
XYZ23.5113.5840.41-
YUV102.08167.46169.31-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 40.92%
GREEN value IS 59 (23.44% from 255) = 15.09%
BLUE value IS 172 (67.58% from 255) = 43.99%
R=40.92%
G=15.09%
B=43.99%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal160591720.070.6600.33293.6348.9245.29
HexA03BAC742021126312d
Octal2407325471020414466155
Binary101000001110111010110011110000100100001100100110110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A03BAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A03BAC; }

 p { color: rgb(160,59,172); }

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

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

 a { background-color: rgb(160,59,172); }

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

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

 span { border-color: rgb(160,59,172); }

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