Html Css Color HEX #A16ABF Amethyst

📋 copy color: '#A16ABF'

red 161 ◦ green 106 ◦ blue 191

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

Shades of Amethyst #A16ABF

Tints of Amethyst #A16ABF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 41.7%

R = 35.15%
G = 23.14%
B = 41.7%

CMYK

 C value IS 0.16

 M value IS 0.45

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A16ABF (or 0xA16ABF) is known color: Amethyst. HEX triplet: A1, 6A and BF. RGB value is (161,106,191). Sum of RGB (Red+Green+Blue) = 161+106+191=458 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35.15% from 458); Green value is 106 (41.80% from 255 or 23.14% from 458); Blue value is 191 (75% from 255 or 41.70% from 458); Max value from RGB is 191 - color contains mainly: blue. Hex color #A16ABF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A16ABF is #5E9540. Grayscale: #838383. Windows color (decimal): -6198593 or 12544673. OLE color: 12544673.

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

Color convert

RGB 161 106 191 -
CMYK 0.16 0.45 0 0.25
HSL 278.82º 0.4% 0.58% -
HSV(B) 278.82º 0.45% 0.75% -
XYZ 29.26 21.65 51.93 -
YUV 132.14 161.22 148.59 -
System Red Green Blue C M Y K H S L
Decimal 161 106 191 0.16 0.45 0 0.25 278.82 0.4 0.58
Hex A1 6A BF 10 2D 0 19 117 28 3A
Octal 241 152 277 20 55 0 31 427 50 72
Binary 10100001 1101010 10111111 10000 101101 0 11001 100010111 101000 111010

Color Harmonies of #A16ABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A16ABF

Black with #A16ABF

Text Example


Text Example

White with #A16ABF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A16ABF; }

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

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

background-color css

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

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

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

border-color css

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

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

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