#A139AD

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

Shades of Deep Lilac #A139AD

Tints of Deep Lilac #A139AD

Color information

#A139AD (or 0xA139AD) is unknown color: approx Deep Lilac. HEX triplet: A1, 39 and AD. RGB value is (161,57,173). Sum of RGB (Red+Green+Blue) = 161+57+173=391 (51% of max value = 765). Red value is 161 (63.28% from 255 or 41.18% from 391); Green value is 57 (22.66% from 255 or 14.58% from 391); Blue value is 173 (67.97% from 255 or 44.25% from 391); Max value from RGB is 173 - color contains mainly: blue. Hex color #A139AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A139AD is #5EC652. Grayscale: #646464. Windows color (decimal): -6211155 or 11352481. OLE color: 11352481.

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

Color convert

RGB16157173-
CMYK0.070.6700.32
HSL293.79º50.43%45.1%-
HSV(B)293.79º67.05%67.84%-
XYZ23.713.5240.9-
YUV101.32168.46170.57-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 41.18%
GREEN value IS 57 (22.66% from 255) = 14.58%
BLUE value IS 173 (67.97% from 255) = 44.25%
R=41.18%
G=14.58%
B=44.25%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal161571730.070.6700.32293.7950.4345.1
HexA139AD743020126322d
Octal2417125571030404466255
Binary101000011110011010110111110000110100000100100110110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A139AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A139AD; }

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

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

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

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

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

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

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

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