Html Css Color HEX #A166BA Deep Lilac

📋 copy color: '#A166BA'

red 161 ◦ green 102 ◦ blue 186

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

Shades of Deep Lilac #A166BA

Tints of Deep Lilac #A166BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 41.43%

R = 35.86%
G = 22.72%
B = 41.43%

CMYK

 C value IS 0.13

 M value IS 0.45

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A166BA (or 0xA166BA) is known color: Deep Lilac. HEX triplet: A1, 66 and BA. RGB value is (161,102,186). Sum of RGB (Red+Green+Blue) = 161+102+186=449 (59% of max value = 765). Red value is 161 (63.28% from 255 or 35.86% from 449); Green value is 102 (40.23% from 255 or 22.72% from 449); Blue value is 186 (73.05% from 255 or 41.43% from 449); Max value from RGB is 186 - color contains mainly: blue. Hex color #A166BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A166BA is #5E9945. Grayscale: #808080. Windows color (decimal): -6199622 or 12215969. OLE color: 12215969.

HSL color Cylindrical-coordinate representation of color #A166BA: hue angle of 282.14º degrees, saturation: 0.38, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A166BA is Cyan = 0.13, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 161 102 186 -
CMYK 0.13 0.45 0 0.27
HSL 282.14º 0.38% 0.56% -
HSV(B) 282.14º 0.45% 0.73% -
XYZ 28.31 20.62 48.94 -
YUV 129.22 160.05 150.67 -
System Red Green Blue C M Y K H S L
Decimal 161 102 186 0.13 0.45 0 0.27 282.14 0.38 0.56
Hex A1 66 BA D 2D 0 1B 11A 26 38
Octal 241 146 272 15 55 0 33 432 46 70
Binary 10100001 1100110 10111010 1101 101101 0 11011 100011010 100110 111000

Color Harmonies of #A166BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A166BA

Black with #A166BA

Text Example


Text Example

White with #A166BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A166BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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