Html Css Color HEX #A16ED0 Amethyst

📋 copy color: '#A16ED0'

red 161 ◦ green 110 ◦ blue 208

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

Shades of Amethyst #A16ED0

Tints of Amethyst #A16ED0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 43.42%

R = 33.61%
G = 22.96%
B = 43.42%

CMYK

 C value IS 0.23

 M value IS 0.47

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#A16ED0 (or 0xA16ED0) is known color: Amethyst. HEX triplet: A1, 6E and D0. RGB value is (161,110,208). Sum of RGB (Red+Green+Blue) = 161+110+208=479 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.61% from 479); Green value is 110 (43.36% from 255 or 22.96% from 479); Blue value is 208 (81.64% from 255 or 43.42% from 479); Max value from RGB is 208 - color contains mainly: blue. Hex color #A16ED0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A16ED0 is #5E912F. Grayscale: #888888. Windows color (decimal): -6197552 or 13659809. OLE color: 13659809.

HSL color Cylindrical-coordinate representation of color #A16ED0: hue angle of 271.22º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A16ED0 is Cyan = 0.23, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 161 110 208 -
CMYK 0.23 0.47 0 0.18
HSL 271.22º 0.51% 0.62% -
HSV(B) 271.22º 0.47% 0.82% -
XYZ 31.66 23.28 62.5 -
YUV 136.42 168.4 145.53 -
System Red Green Blue C M Y K H S L
Decimal 161 110 208 0.23 0.47 0 0.18 271.22 0.51 0.62
Hex A1 6E D0 17 2F 0 12 10F 33 3E
Octal 241 156 320 27 57 0 22 417 63 76
Binary 10100001 1101110 11010000 10111 101111 0 10010 100001111 110011 111110

Color Harmonies of #A16ED0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A16ED0

Black with #A16ED0

Text Example


Text Example

White with #A16ED0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A16ED0; }

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

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

background-color css

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

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

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

border-color css

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

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

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