Html Css Color HEX #A16FD9 Amethyst

📋 copy color: '#A16FD9'

red 161 ◦ green 111 ◦ blue 217

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

Shades of Amethyst #A16FD9

Tints of Amethyst #A16FD9

RGB

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

 GREEN value IS 111 (43.75% from 255) = 22.7%

 BLUE value IS 217 (85.16% from 255) = 44.38%

R = 32.92%
G = 22.7%
B = 44.38%

CMYK

 C value IS 0.26

 M value IS 0.49

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A16FD9 (or 0xA16FD9) is known color: Amethyst. HEX triplet: A1, 6F and D9. RGB value is (161,111,217). Sum of RGB (Red+Green+Blue) = 161+111+217=489 (64% of max value = 765). Red value is 161 (63.28% from 255 or 32.92% from 489); Green value is 111 (43.75% from 255 or 22.70% from 489); Blue value is 217 (85.16% from 255 or 44.38% from 489); Max value from RGB is 217 - color contains mainly: blue. Hex color #A16FD9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A16FD9 is #5E9026. Grayscale: #898989. Windows color (decimal): -6197287 or 14249889. OLE color: 14249889.

HSL color Cylindrical-coordinate representation of color #A16FD9: hue angle of 268.3º degrees, saturation: 0.58, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A16FD9 is Cyan = 0.26, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 161 111 217 -
CMYK 0.26 0.49 0 0.15
HSL 268.3º 0.58% 0.64% -
HSV(B) 268.3º 0.49% 0.85% -
XYZ 32.91 23.96 68.54 -
YUV 138.03 172.57 144.38 -
System Red Green Blue C M Y K H S L
Decimal 161 111 217 0.26 0.49 0 0.15 268.3 0.58 0.64
Hex A1 6F D9 1A 31 0 F 10C 3A 40
Octal 241 157 331 32 61 0 17 414 72 100
Binary 10100001 1101111 11011001 11010 110001 0 1111 100001100 111010 1000000

Color Harmonies of #A16FD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A16FD9

Black with #A16FD9

Text Example


Text Example

White with #A16FD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A16FD9; }

 p { color: rgb(161,111,217); }

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

background-color css

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

 a { background-color: rgb(161,111,217); }

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

border-color css

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

 span { border-color: rgb(161,111,217); }

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