Html Css Color HEX #A16ABB Deep Lilac

📋 copy color: '#A16ABB'

red 161 ◦ green 106 ◦ blue 187

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

Shades of Deep Lilac #A16ABB

Tints of Deep Lilac #A16ABB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 41.19%

R = 35.46%
G = 23.35%
B = 41.19%

CMYK

 C value IS 0.14

 M value IS 0.43

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A16ABB (or 0xA16ABB) is known color: Deep Lilac. HEX triplet: A1, 6A and BB. RGB value is (161,106,187). Sum of RGB (Red+Green+Blue) = 161+106+187=454 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35.46% from 454); Green value is 106 (41.80% from 255 or 23.35% from 454); Blue value is 187 (73.44% from 255 or 41.19% from 454); Max value from RGB is 187 - color contains mainly: blue. Hex color #A16ABB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A16ABB is #5E9544. Grayscale: #838383. Windows color (decimal): -6198597 or 12282529. OLE color: 12282529.

HSL color Cylindrical-coordinate representation of color #A16ABB: hue angle of 280.74º degrees, saturation: 0.37, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A16ABB is Cyan = 0.14, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 161 106 187 -
CMYK 0.14 0.43 0 0.27
HSL 280.74º 0.37% 0.57% -
HSV(B) 280.74º 0.43% 0.73% -
XYZ 28.82 21.47 49.64 -
YUV 131.68 159.22 148.91 -
System Red Green Blue C M Y K H S L
Decimal 161 106 187 0.14 0.43 0 0.27 280.74 0.37 0.57
Hex A1 6A BB E 2B 0 1B 119 25 39
Octal 241 152 273 16 53 0 33 431 45 71
Binary 10100001 1101010 10111011 1110 101011 0 11011 100011001 100101 111001

Color Harmonies of #A16ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A16ABB

Black with #A16ABB

Text Example


Text Example

White with #A16ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A16ABB; }

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

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

background-color css

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

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

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

border-color css

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

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

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