#A13AAB

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

Shades of Deep Lilac #A13AAB

Tints of Deep Lilac #A13AAB

Color information

#A13AAB (or 0xA13AAB) is unknown color: approx Deep Lilac. HEX triplet: A1, 3A and AB. RGB value is (161,58,171). Sum of RGB (Red+Green+Blue) = 161+58+171=390 (51% of max value = 765). Red value is 161 (63.28% from 255 or 41.28% from 390); Green value is 58 (23.05% from 255 or 14.87% from 390); Blue value is 171 (67.19% from 255 or 43.85% from 390); Max value from RGB is 171 - color contains mainly: blue. Hex color #A13AAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A13AAB is #5EC554. Grayscale: #656565. Windows color (decimal): -6210901 or 11221665. OLE color: 11221665.

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

Color convert

RGB16158171-
CMYK0.060.6600.33
HSL294.69º49.34%44.9%-
HSV(B)294.69º66.08%67.06%-
XYZ23.5613.5439.9-
YUV101.68167.12170.31-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 41.28%
GREEN value IS 58 (23.05% from 255) = 14.87%
BLUE value IS 171 (67.19% from 255) = 43.85%
R=41.28%
G=14.87%
B=43.85%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal161581710.060.6600.33294.6949.3444.9
HexA13AAB642021127312d
Octal2417225361020414476155
Binary101000011110101010101111010000100100001100100111110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A13AAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A13AAB; }

 p { color: rgb(161,58,171); }

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

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

 a { background-color: rgb(161,58,171); }

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

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

 span { border-color: rgb(161,58,171); }

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