Html Css Color HEX #A16AD6 Amethyst

📋 copy color: '#A16AD6'

red 161 ◦ green 106 ◦ blue 214

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

Shades of Amethyst #A16AD6

Tints of Amethyst #A16AD6

RGB

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

 GREEN value IS 106 (41.8% from 255) = 22.04%

 BLUE value IS 214 (83.98% from 255) = 44.49%

R = 33.47%
G = 22.04%
B = 44.49%

CMYK

 C value IS 0.25

 M value IS 0.50

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#A16AD6 (or 0xA16AD6) is known color: Amethyst. HEX triplet: A1, 6A and D6. RGB value is (161,106,214). Sum of RGB (Red+Green+Blue) = 161+106+214=481 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.47% from 481); Green value is 106 (41.80% from 255 or 22.04% from 481); Blue value is 214 (83.98% from 255 or 44.49% from 481); Max value from RGB is 214 - color contains mainly: blue. Hex color #A16AD6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A16AD6 is #5E9529. Grayscale: #868686. Windows color (decimal): -6198570 or 14052001. OLE color: 14052001.

HSL color Cylindrical-coordinate representation of color #A16AD6: hue angle of 270.56º degrees, saturation: 0.57, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A16AD6 is Cyan = 0.25, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 161 106 214 -
CMYK 0.25 0.50 0 0.16
HSL 270.56º 0.57% 0.63% -
HSV(B) 270.56º 0.5% 0.84% -
XYZ 31.99 22.74 66.32 -
YUV 134.76 172.72 146.72 -
System Red Green Blue C M Y K H S L
Decimal 161 106 214 0.25 0.50 0 0.16 270.56 0.57 0.63
Hex A1 6A D6 19 32 0 10 10F 39 3F
Octal 241 152 326 31 62 0 20 417 71 77
Binary 10100001 1101010 11010110 11001 110010 0 10000 100001111 111001 111111

Color Harmonies of #A16AD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A16AD6

Black with #A16AD6

Text Example


Text Example

White with #A16AD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A16AD6; }

 p { color: rgb(161,106,214); }

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

background-color css

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

 a { background-color: rgb(161,106,214); }

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

border-color css

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

 span { border-color: rgb(161,106,214); }

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