#A03FAB

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

Shades of Deep Lilac #A03FAB

Tints of Deep Lilac #A03FAB

Color information

#A03FAB (or 0xA03FAB) is unknown color: approx Deep Lilac. HEX triplet: A0, 3F and AB. RGB value is (160,63,171). Sum of RGB (Red+Green+Blue) = 160+63+171=394 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.61% from 394); Green value is 63 (25% from 255 or 15.99% from 394); Blue value is 171 (67.19% from 255 or 43.40% from 394); Max value from RGB is 171 - color contains mainly: blue. Hex color #A03FAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A03FAB is #5FC054. Grayscale: #676767. Windows color (decimal): -6275157 or 11222944. OLE color: 11222944.

HSL color Cylindrical-coordinate representation of color #A03FAB: hue angle of 293.89º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A03FAB is Cyan = 0.06, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB16063171-
CMYK0.060.6300.33
HSL293.89º46.15%45.88%-
HSV(B)293.89º63.16%67.06%-
XYZ23.6313.9739.98-
YUV104.32165.64167.72-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 40.61%
GREEN value IS 63 (25% from 255) = 15.99%
BLUE value IS 171 (67.19% from 255) = 43.40%
R=40.61%
G=15.99%
B=43.40%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal160631710.060.6300.33293.8946.1545.88
HexA03FAB63F0211262e2e
Octal240772536770414465656
Binary10100000111111101010111101111110100001100100110101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A03FAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A03FAB; }

 p { color: rgb(160,63,171); }

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

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

 a { background-color: rgb(160,63,171); }

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

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

 span { border-color: rgb(160,63,171); }

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