#A13BAB

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

Shades of Deep Lilac #A13BAB

Tints of Deep Lilac #A13BAB

Color information

#A13BAB (or 0xA13BAB) is unknown color: approx Deep Lilac. HEX triplet: A1, 3B and AB. RGB value is (161,59,171). Sum of RGB (Red+Green+Blue) = 161+59+171=391 (51% of max value = 765). Red value is 161 (63.28% from 255 or 41.18% from 391); Green value is 59 (23.44% from 255 or 15.09% from 391); Blue value is 171 (67.19% from 255 or 43.73% from 391); Max value from RGB is 171 - color contains mainly: blue. Hex color #A13BAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A13BAB is #5EC454. Grayscale: #656565. Windows color (decimal): -6210645 or 11221921. OLE color: 11221921.

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

Color convert

RGB16159171-
CMYK0.060.6500.33
HSL294.64º48.7%45.1%-
HSV(B)294.64º65.5%67.06%-
XYZ23.6113.6539.92-
YUV102.27166.79169.89-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 41.18%
GREEN value IS 59 (23.44% from 255) = 15.09%
BLUE value IS 171 (67.19% from 255) = 43.73%
R=41.18%
G=15.09%
B=43.73%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal161591710.060.6500.33294.6448.745.1
HexA13BAB641021127312d
Octal2417325361010414476155
Binary101000011110111010101111010000010100001100100111110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A13BAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A13BAB; }

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

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

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

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

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

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

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

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