#A13BB0

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

Shades of Deep Lilac #A13BB0

Tints of Deep Lilac #A13BB0

Color information

#A13BB0 (or 0xA13BB0) is unknown color: approx Deep Lilac. HEX triplet: A1, 3B and B0. RGB value is (161,59,176). Sum of RGB (Red+Green+Blue) = 161+59+176=396 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.66% from 396); Green value is 59 (23.44% from 255 or 14.90% from 396); Blue value is 176 (69.14% from 255 or 44.44% from 396); Max value from RGB is 176 - color contains mainly: blue. Hex color #A13BB0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A13BB0 is #5EC44F. Grayscale: #666666. Windows color (decimal): -6210640 or 11549601. OLE color: 11549601.

HSL color Cylindrical-coordinate representation of color #A13BB0: hue angle of 292.31º 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 #A13BB0 is Cyan = 0.09, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB16159176-
CMYK0.090.6600.31
HSL292.31º49.79%46.08%-
HSV(B)292.31º66.48%69.02%-
XYZ24.113.8442.48-
YUV102.84169.29169.49-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 40.66%
GREEN value IS 59 (23.44% from 255) = 14.90%
BLUE value IS 176 (69.14% from 255) = 44.44%
R=40.66%
G=14.90%
B=44.44%

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
Decimal161591760.090.6600.31292.3149.7946.08
HexA13BB094201F124322e
Octal24173260111020374446256
Binary101000011110111011000010011000010011111100100100110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A13BB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A13BB0; }

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

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

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

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

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

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

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

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