#A03BB0

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

Shades of Deep Lilac #A03BB0

Tints of Deep Lilac #A03BB0

Color information

#A03BB0 (or 0xA03BB0) is unknown color: approx Deep Lilac. HEX triplet: A0, 3B and B0. RGB value is (160,59,176). Sum of RGB (Red+Green+Blue) = 160+59+176=395 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.51% from 395); Green value is 59 (23.44% from 255 or 14.94% from 395); Blue value is 176 (69.14% from 255 or 44.56% from 395); Max value from RGB is 176 - color contains mainly: blue. Hex color #A03BB0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A03BB0 is #5FC44F. Grayscale: #666666. Windows color (decimal): -6276176 or 11549600. OLE color: 11549600.

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

Color convert

RGB16059176-
CMYK0.090.6600.31
HSL291.79º49.79%46.08%-
HSV(B)291.79º66.48%69.02%-
XYZ23.913.7442.47-
YUV102.54169.46168.99-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 40.51%
GREEN value IS 59 (23.44% from 255) = 14.94%
BLUE value IS 176 (69.14% from 255) = 44.56%
R=40.51%
G=14.94%
B=44.56%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal160591760.090.6600.31291.7949.7946.08
HexA03BB094201F124322e
Octal24073260111020374446256
Binary101000001110111011000010011000010011111100100100110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A03BB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A03BB0; }

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

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

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

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

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

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

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

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