Html Css Color HEX #A166B8 Deep Lilac

📋 copy color: '#A166B8'

red 161 ◦ green 102 ◦ blue 184

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

Shades of Deep Lilac #A166B8

Tints of Deep Lilac #A166B8

RGB

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

 GREEN value IS 102 (40.23% from 255) = 22.82%

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

R = 36.02%
G = 22.82%
B = 41.16%

CMYK

 C value IS 0.12

 M value IS 0.45

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#A166B8 (or 0xA166B8) is known color: Deep Lilac. HEX triplet: A1, 66 and B8. RGB value is (161,102,184). Sum of RGB (Red+Green+Blue) = 161+102+184=447 (59% of max value = 765). Red value is 161 (63.28% from 255 or 36.02% from 447); Green value is 102 (40.23% from 255 or 22.82% from 447); Blue value is 184 (72.27% from 255 or 41.16% from 447); Max value from RGB is 184 - color contains mainly: blue. Hex color #A166B8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A166B8 is #5E9947. Grayscale: #808080. Windows color (decimal): -6199624 or 12084897. OLE color: 12084897.

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

Color convert

RGB 161 102 184 -
CMYK 0.12 0.45 0 0.28
HSL 283.17º 0.37% 0.56% -
HSV(B) 283.17º 0.45% 0.72% -
XYZ 28.1 20.54 47.83 -
YUV 128.99 159.05 150.83 -
System Red Green Blue C M Y K H S L
Decimal 161 102 184 0.12 0.45 0 0.28 283.17 0.37 0.56
Hex A1 66 B8 C 2D 0 1C 11B 25 38
Octal 241 146 270 14 55 0 34 433 45 70
Binary 10100001 1100110 10111000 1100 101101 0 11100 100011011 100101 111000

Color Harmonies of #A166B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A166B8

Black with #A166B8

Text Example


Text Example

White with #A166B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A166B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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