Html Css Color HEX #A139AA Deep Lilac

📋 copy color: '#A139AA'

red 161 ◦ green 57 ◦ blue 170

#A139AA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Lilac #A139AA

Tints of Deep Lilac #A139AA

RGB

 RED value IS 161 (63.28% from 255) = 41.49%

 GREEN value IS 57 (22.66% from 255) = 14.69%

 BLUE value IS 170 (66.8% from 255) = 43.81%

R = 41.49%
G = 14.69%
B = 43.81%

CMYK

 C value IS 0.05

 M value IS 0.66

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A139AA (or 0xA139AA) is known color: Deep Lilac. HEX triplet: A1, 39 and AA. RGB value is (161,57,170). Sum of RGB (Red+Green+Blue) = 161+57+170=388 (51% of max value = 765). Red value is 161 (63.28% from 255 or 41.49% from 388); Green value is 57 (22.66% from 255 or 14.69% from 388); Blue value is 170 (66.80% from 255 or 43.81% from 388); Max value from RGB is 170 - color contains mainly: blue. Hex color #A139AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A139AA is #5EC655. Grayscale: #646464. Windows color (decimal): -6211158 or 11155873. OLE color: 11155873.

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

Color convert

RGB 161 57 170 -
CMYK 0.05 0.66 0 0.33
HSL 295.22º 0.5% 0.45% -
HSV(B) 295.22º 0.66% 0.67% -
XYZ 23.42 13.41 39.38 -
YUV 100.98 166.96 170.81 -
System Red Green Blue C M Y K H S L
Decimal 161 57 170 0.05 0.66 0 0.33 295.22 0.5 0.45
Hex A1 39 AA 5 42 0 21 127 32 2D
Octal 241 71 252 5 102 0 41 447 62 55
Binary 10100001 111001 10101010 101 1000010 0 100001 100100111 110010 101101

Color Harmonies of #A139AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A139AA

Black with #A139AA

Text Example


Text Example

White with #A139AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A139AA; }

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

 H1.HeaderClassName
 {
   color: #A139AA;
 }
 .AnyTagClassName
 {
   color: #A139AA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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