#A139AB

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

Shades of Deep Lilac #A139AB

Tints of Deep Lilac #A139AB

Color information

#A139AB (or 0xA139AB) is unknown color: approx Deep Lilac. HEX triplet: A1, 39 and AB. RGB value is (161,57,171). Sum of RGB (Red+Green+Blue) = 161+57+171=389 (51% of max value = 765). Red value is 161 (63.28% from 255 or 41.39% from 389); Green value is 57 (22.66% from 255 or 14.65% from 389); Blue value is 171 (67.19% from 255 or 43.96% from 389); Max value from RGB is 171 - color contains mainly: blue. Hex color #A139AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A139AB is #5EC654. Grayscale: #646464. Windows color (decimal): -6211157 or 11221409. OLE color: 11221409.

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

Color convert

RGB16157171-
CMYK0.060.6700.33
HSL294.74º50%44.71%-
HSV(B)294.74º66.67%67.06%-
XYZ23.5113.4439.88-
YUV101.09167.46170.73-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 41.39%
GREEN value IS 57 (22.66% from 255) = 14.65%
BLUE value IS 171 (67.19% from 255) = 43.96%
R=41.39%
G=14.65%
B=43.96%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal161571710.060.6700.33294.745044.71
HexA139AB643021127322d
Octal2417125361030414476255
Binary101000011110011010101111010000110100001100100111110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A139AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A139AB; }

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

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

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

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

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

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

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

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