Html Css Color HEX #A16ACE Amethyst

📋 copy color: '#A16ACE'

red 161 ◦ green 106 ◦ blue 206

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

Shades of Amethyst #A16ACE

Tints of Amethyst #A16ACE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 43.55%

R = 34.04%
G = 22.41%
B = 43.55%

CMYK

 C value IS 0.22

 M value IS 0.49

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A16ACE (or 0xA16ACE) is known color: Amethyst. HEX triplet: A1, 6A and CE. RGB value is (161,106,206). Sum of RGB (Red+Green+Blue) = 161+106+206=473 (62% of max value = 765). Red value is 161 (63.28% from 255 or 34.04% from 473); Green value is 106 (41.80% from 255 or 22.41% from 473); Blue value is 206 (80.86% from 255 or 43.55% from 473); Max value from RGB is 206 - color contains mainly: blue. Hex color #A16ACE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A16ACE is #5E9531. Grayscale: #858585. Windows color (decimal): -6198578 or 13527713. OLE color: 13527713.

HSL color Cylindrical-coordinate representation of color #A16ACE: hue angle of 273º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A16ACE is Cyan = 0.22, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 161 106 206 -
CMYK 0.22 0.49 0 0.19
HSL 273º 0.51% 0.61% -
HSV(B) 273º 0.49% 0.81% -
XYZ 30.99 22.34 61.07 -
YUV 133.85 168.72 147.37 -
System Red Green Blue C M Y K H S L
Decimal 161 106 206 0.22 0.49 0 0.19 273 0.51 0.61
Hex A1 6A CE 16 31 0 13 111 33 3D
Octal 241 152 316 26 61 0 23 421 63 75
Binary 10100001 1101010 11001110 10110 110001 0 10011 100010001 110011 111101

Color Harmonies of #A16ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A16ACE

Black with #A16ACE

Text Example


Text Example

White with #A16ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A16ACE; }

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

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

background-color css

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

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

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

border-color css

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

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

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