Html Css Color HEX #A166BD Deep Lilac

📋 copy color: '#A166BD'

red 161 ◦ green 102 ◦ blue 189

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

Shades of Deep Lilac #A166BD

Tints of Deep Lilac #A166BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 41.81%

R = 35.62%
G = 22.57%
B = 41.81%

CMYK

 C value IS 0.15

 M value IS 0.46

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A166BD (or 0xA166BD) is known color: Deep Lilac. HEX triplet: A1, 66 and BD. RGB value is (161,102,189). Sum of RGB (Red+Green+Blue) = 161+102+189=452 (59% of max value = 765). Red value is 161 (63.28% from 255 or 35.62% from 452); Green value is 102 (40.23% from 255 or 22.57% from 452); Blue value is 189 (74.22% from 255 or 41.81% from 452); Max value from RGB is 189 - color contains mainly: blue. Hex color #A166BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A166BD is #5E9942. Grayscale: #818181. Windows color (decimal): -6199619 or 12412577. OLE color: 12412577.

HSL color Cylindrical-coordinate representation of color #A166BD: hue angle of 280.69º degrees, saturation: 0.4, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A166BD is Cyan = 0.15, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 161 102 189 -
CMYK 0.15 0.46 0 0.26
HSL 280.69º 0.4% 0.57% -
HSV(B) 280.69º 0.46% 0.74% -
XYZ 28.63 20.75 50.64 -
YUV 129.56 161.55 150.43 -
System Red Green Blue C M Y K H S L
Decimal 161 102 189 0.15 0.46 0 0.26 280.69 0.4 0.57
Hex A1 66 BD F 2E 0 1A 119 28 39
Octal 241 146 275 17 56 0 32 431 50 71
Binary 10100001 1100110 10111101 1111 101110 0 11010 100011001 101000 111001

Color Harmonies of #A166BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A166BD

Black with #A166BD

Text Example


Text Example

White with #A166BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A166BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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