Html Css Color HEX #A16BC2 Amethyst

📋 copy color: '#A16BC2'

red 161 ◦ green 107 ◦ blue 194

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

Shades of Amethyst #A16BC2

Tints of Amethyst #A16BC2

RGB

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

 GREEN value IS 107 (42.19% from 255) = 23.16%

 BLUE value IS 194 (76.17% from 255) = 41.99%

R = 34.85%
G = 23.16%
B = 41.99%

CMYK

 C value IS 0.17

 M value IS 0.45

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#A16BC2 (or 0xA16BC2) is known color: Amethyst. HEX triplet: A1, 6B and C2. RGB value is (161,107,194). Sum of RGB (Red+Green+Blue) = 161+107+194=462 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.85% from 462); Green value is 107 (42.19% from 255 or 23.16% from 462); Blue value is 194 (76.17% from 255 or 41.99% from 462); Max value from RGB is 194 - color contains mainly: blue. Hex color #A16BC2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A16BC2 is #5E943D. Grayscale: #848484. Windows color (decimal): -6198334 or 12741537. OLE color: 12741537.

HSL color Cylindrical-coordinate representation of color #A16BC2: hue angle of 277.24º degrees, saturation: 0.42, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A16BC2 is Cyan = 0.17, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 161 107 194 -
CMYK 0.17 0.45 0 0.24
HSL 277.24º 0.42% 0.59% -
HSV(B) 277.24º 0.45% 0.76% -
XYZ 29.69 21.99 53.72 -
YUV 133.06 162.39 147.93 -
System Red Green Blue C M Y K H S L
Decimal 161 107 194 0.17 0.45 0 0.24 277.24 0.42 0.59
Hex A1 6B C2 11 2D 0 18 115 2A 3B
Octal 241 153 302 21 55 0 30 425 52 73
Binary 10100001 1101011 11000010 10001 101101 0 11000 100010101 101010 111011

Color Harmonies of #A16BC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A16BC2

Black with #A16BC2

Text Example


Text Example

White with #A16BC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A16BC2; }

 p { color: rgb(161,107,194); }

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

background-color css

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

 a { background-color: rgb(161,107,194); }

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

border-color css

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

 span { border-color: rgb(161,107,194); }

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