Html Css Color HEX #A16AD7 Amethyst

📋 copy color: '#A16AD7'

red 161 ◦ green 106 ◦ blue 215

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

Shades of Amethyst #A16AD7

Tints of Amethyst #A16AD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 44.61%

R = 33.4%
G = 21.99%
B = 44.61%

CMYK

 C value IS 0.25

 M value IS 0.51

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#A16AD7 (or 0xA16AD7) is known color: Amethyst. HEX triplet: A1, 6A and D7. RGB value is (161,106,215). Sum of RGB (Red+Green+Blue) = 161+106+215=482 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.40% from 482); Green value is 106 (41.80% from 255 or 21.99% from 482); Blue value is 215 (84.38% from 255 or 44.61% from 482); Max value from RGB is 215 - color contains mainly: blue. Hex color #A16AD7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A16AD7 is #5E9528. Grayscale: #868686. Windows color (decimal): -6198569 or 14117537. OLE color: 14117537.

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

Color convert

RGB 161 106 215 -
CMYK 0.25 0.51 0 0.16
HSL 270.28º 0.58% 0.63% -
HSV(B) 270.28º 0.51% 0.84% -
XYZ 32.12 22.79 67 -
YUV 134.87 173.22 146.64 -
System Red Green Blue C M Y K H S L
Decimal 161 106 215 0.25 0.51 0 0.16 270.28 0.58 0.63
Hex A1 6A D7 19 33 0 10 10E 3A 3F
Octal 241 152 327 31 63 0 20 416 72 77
Binary 10100001 1101010 11010111 11001 110011 0 10000 100001110 111010 111111

Color Harmonies of #A16AD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A16AD7

Black with #A16AD7

Text Example


Text Example

White with #A16AD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A16AD7; }

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

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

background-color css

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

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

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

border-color css

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

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

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