#A03EB0

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

Shades of Deep Lilac #A03EB0

Tints of Deep Lilac #A03EB0

Color information

#A03EB0 (or 0xA03EB0) is unknown color: approx Deep Lilac. HEX triplet: A0, 3E and B0. RGB value is (160,62,176). Sum of RGB (Red+Green+Blue) = 160+62+176=398 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.20% from 398); Green value is 62 (24.61% from 255 or 15.58% from 398); Blue value is 176 (69.14% from 255 or 44.22% from 398); Max value from RGB is 176 - color contains mainly: blue. Hex color #A03EB0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A03EB0 is #5FC14F. Grayscale: #676767. Windows color (decimal): -6275408 or 11550368. OLE color: 11550368.

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

Color convert

RGB16062176-
CMYK0.090.6500.31
HSL291.58º47.9%46.67%-
HSV(B)291.58º64.77%69.02%-
XYZ24.0614.0542.52-
YUV104.3168.47167.73-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 40.20%
GREEN value IS 62 (24.61% from 255) = 15.58%
BLUE value IS 176 (69.14% from 255) = 44.22%
R=40.20%
G=15.58%
B=44.22%

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
Decimal160621760.090.6500.31291.5847.946.67
HexA03EB094101F124302f
Octal24076260111010374446057
Binary101000001111101011000010011000001011111100100100110000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A03EB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A03EB0; }

 p { color: rgb(160,62,176); }

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

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

 a { background-color: rgb(160,62,176); }

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

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

 span { border-color: rgb(160,62,176); }

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