Html Css Color HEX #A16ED5 Amethyst

📋 copy color: '#A16ED5'

red 161 ◦ green 110 ◦ blue 213

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

Shades of Amethyst #A16ED5

Tints of Amethyst #A16ED5

RGB

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

 GREEN value IS 110 (43.36% from 255) = 22.73%

 BLUE value IS 213 (83.59% from 255) = 44.01%

R = 33.26%
G = 22.73%
B = 44.01%

CMYK

 C value IS 0.24

 M value IS 0.48

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#A16ED5 (or 0xA16ED5) is known color: Amethyst. HEX triplet: A1, 6E and D5. RGB value is (161,110,213). Sum of RGB (Red+Green+Blue) = 161+110+213=484 (64% of max value = 765). Red value is 161 (63.28% from 255 or 33.26% from 484); Green value is 110 (43.36% from 255 or 22.73% from 484); Blue value is 213 (83.59% from 255 or 44.01% from 484); Max value from RGB is 213 - color contains mainly: blue. Hex color #A16ED5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A16ED5 is #5E912A. Grayscale: #888888. Windows color (decimal): -6197547 or 13987489. OLE color: 13987489.

HSL color Cylindrical-coordinate representation of color #A16ED5: hue angle of 269.71º degrees, saturation: 0.55, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A16ED5 is Cyan = 0.24, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 161 110 213 -
CMYK 0.24 0.48 0 0.16
HSL 269.71º 0.55% 0.63% -
HSV(B) 269.71º 0.48% 0.84% -
XYZ 32.28 23.53 65.79 -
YUV 136.99 170.9 145.12 -
System Red Green Blue C M Y K H S L
Decimal 161 110 213 0.24 0.48 0 0.16 269.71 0.55 0.63
Hex A1 6E D5 18 30 0 10 10E 37 3F
Octal 241 156 325 30 60 0 20 416 67 77
Binary 10100001 1101110 11010101 11000 110000 0 10000 100001110 110111 111111

Color Harmonies of #A16ED5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A16ED5

Black with #A16ED5

Text Example


Text Example

White with #A16ED5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A16ED5; }

 p { color: rgb(161,110,213); }

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

background-color css

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

 a { background-color: rgb(161,110,213); }

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

border-color css

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

 span { border-color: rgb(161,110,213); }

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