Html Css Color HEX #A16AB8 Deep Lilac

📋 copy color: '#A16AB8'

red 161 ◦ green 106 ◦ blue 184

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

Shades of Deep Lilac #A16AB8

Tints of Deep Lilac #A16AB8

RGB

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

 GREEN value IS 106 (41.8% from 255) = 23.5%

 BLUE value IS 184 (72.27% from 255) = 40.8%

R = 35.7%
G = 23.5%
B = 40.8%

CMYK

 C value IS 0.12

 M value IS 0.42

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#A16AB8 (or 0xA16AB8) is known color: Deep Lilac. HEX triplet: A1, 6A and B8. RGB value is (161,106,184). Sum of RGB (Red+Green+Blue) = 161+106+184=451 (59% of max value = 765). Red value is 161 (63.28% from 255 or 35.70% from 451); Green value is 106 (41.80% from 255 or 23.50% from 451); Blue value is 184 (72.27% from 255 or 40.80% from 451); Max value from RGB is 184 - color contains mainly: blue. Hex color #A16AB8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A16AB8 is #5E9547. Grayscale: #838383. Windows color (decimal): -6198600 or 12085921. OLE color: 12085921.

HSL color Cylindrical-coordinate representation of color #A16AB8: hue angle of 282.31º degrees, saturation: 0.35, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A16AB8 is Cyan = 0.12, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 161 106 184 -
CMYK 0.12 0.42 0 0.28
HSL 282.31º 0.35% 0.57% -
HSV(B) 282.31º 0.42% 0.72% -
XYZ 28.5 21.35 47.97 -
YUV 131.34 157.72 149.16 -
System Red Green Blue C M Y K H S L
Decimal 161 106 184 0.12 0.42 0 0.28 282.31 0.35 0.57
Hex A1 6A B8 C 2A 0 1C 11A 23 39
Octal 241 152 270 14 52 0 34 432 43 71
Binary 10100001 1101010 10111000 1100 101010 0 11100 100011010 100011 111001

Color Harmonies of #A16AB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A16AB8

Black with #A16AB8

Text Example


Text Example

White with #A16AB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A16AB8; }

 p { color: rgb(161,106,184); }

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

background-color css

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

 a { background-color: rgb(161,106,184); }

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

border-color css

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

 span { border-color: rgb(161,106,184); }

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