Html Css Color HEX #A16ED4 Amethyst

📋 copy color: '#A16ED4'

red 161 ◦ green 110 ◦ blue 212

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

Shades of Amethyst #A16ED4

Tints of Amethyst #A16ED4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 43.89%

R = 33.33%
G = 22.77%
B = 43.89%

CMYK

 C value IS 0.24

 M value IS 0.48

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#A16ED4 (or 0xA16ED4) is known color: Amethyst. HEX triplet: A1, 6E and D4. RGB value is (161,110,212). Sum of RGB (Red+Green+Blue) = 161+110+212=483 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.33% from 483); Green value is 110 (43.36% from 255 or 22.77% from 483); Blue value is 212 (83.20% from 255 or 43.89% from 483); Max value from RGB is 212 - color contains mainly: blue. Hex color #A16ED4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A16ED4 is #5E912B. Grayscale: #888888. Windows color (decimal): -6197548 or 13921953. OLE color: 13921953.

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

Color convert

RGB 161 110 212 -
CMYK 0.24 0.48 0 0.17
HSL 270º 0.54% 0.63% -
HSV(B) 270º 0.48% 0.83% -
XYZ 32.16 23.48 65.13 -
YUV 136.88 170.4 145.21 -
System Red Green Blue C M Y K H S L
Decimal 161 110 212 0.24 0.48 0 0.17 270 0.54 0.63
Hex A1 6E D4 18 30 0 11 10E 36 3F
Octal 241 156 324 30 60 0 21 416 66 77
Binary 10100001 1101110 11010100 11000 110000 0 10001 100001110 110110 111111

Color Harmonies of #A16ED4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A16ED4

Black with #A16ED4

Text Example


Text Example

White with #A16ED4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A16ED4; }

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

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

background-color css

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

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

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

border-color css

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

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

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