Html Css Color HEX #A166D7 Amethyst

📋 copy color: '#A166D7'

red 161 ◦ green 102 ◦ blue 215

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

Shades of Amethyst #A166D7

Tints of Amethyst #A166D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 44.98%

R = 33.68%
G = 21.34%
B = 44.98%

CMYK

 C value IS 0.25

 M value IS 0.53

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#A166D7 (or 0xA166D7) is known color: Amethyst. HEX triplet: A1, 66 and D7. RGB value is (161,102,215). Sum of RGB (Red+Green+Blue) = 161+102+215=478 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.68% from 478); Green value is 102 (40.23% from 255 or 21.34% from 478); Blue value is 215 (84.38% from 255 or 44.98% from 478); Max value from RGB is 215 - color contains mainly: blue. Hex color #A166D7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A166D7 is #5E9928. Grayscale: #848484. Windows color (decimal): -6199593 or 14116513. OLE color: 14116513.

HSL color Cylindrical-coordinate representation of color #A166D7: hue angle of 271.33º degrees, saturation: 0.59, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A166D7 is Cyan = 0.25, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 161 102 215 -
CMYK 0.25 0.53 0 0.16
HSL 271.33º 0.59% 0.62% -
HSV(B) 271.33º 0.53% 0.84% -
XYZ 31.72 21.99 66.86 -
YUV 132.52 174.55 148.31 -
System Red Green Blue C M Y K H S L
Decimal 161 102 215 0.25 0.53 0 0.16 271.33 0.59 0.62
Hex A1 66 D7 19 35 0 10 10F 3B 3E
Octal 241 146 327 31 65 0 20 417 73 76
Binary 10100001 1100110 11010111 11001 110101 0 10000 100001111 111011 111110

Color Harmonies of #A166D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A166D7

Black with #A166D7

Text Example


Text Example

White with #A166D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A166D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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