Html Css Color HEX #A16CC0 Amethyst

📋 copy color: '#A16CC0'

red 161 ◦ green 108 ◦ blue 192

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

Shades of Amethyst #A16CC0

Tints of Amethyst #A16CC0

RGB

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

 GREEN value IS 108 (42.58% from 255) = 23.43%

 BLUE value IS 192 (75.39% from 255) = 41.65%

R = 34.92%
G = 23.43%
B = 41.65%

CMYK

 C value IS 0.16

 M value IS 0.44

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A16CC0 (or 0xA16CC0) is known color: Amethyst. HEX triplet: A1, 6C and C0. RGB value is (161,108,192). Sum of RGB (Red+Green+Blue) = 161+108+192=461 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.92% from 461); Green value is 108 (42.58% from 255 or 23.43% from 461); Blue value is 192 (75.39% from 255 or 41.65% from 461); Max value from RGB is 192 - color contains mainly: blue. Hex color #A16CC0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A16CC0 is #5E933F. Grayscale: #858585. Windows color (decimal): -6198080 or 12610721. OLE color: 12610721.

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

Color convert

RGB 161 108 192 -
CMYK 0.16 0.44 0 0.25
HSL 277.86º 0.4% 0.59% -
HSV(B) 277.86º 0.44% 0.75% -
XYZ 29.57 22.11 52.58 -
YUV 133.42 161.06 147.67 -
System Red Green Blue C M Y K H S L
Decimal 161 108 192 0.16 0.44 0 0.25 277.86 0.4 0.59
Hex A1 6C C0 10 2C 0 19 116 28 3B
Octal 241 154 300 20 54 0 31 426 50 73
Binary 10100001 1101100 11000000 10000 101100 0 11001 100010110 101000 111011

Color Harmonies of #A16CC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A16CC0

Black with #A16CC0

Text Example


Text Example

White with #A16CC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A16CC0; }

 p { color: rgb(161,108,192); }

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

background-color css

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

 a { background-color: rgb(161,108,192); }

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

border-color css

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

 span { border-color: rgb(161,108,192); }

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