Html Css Color HEX #A16BC0 Amethyst

📋 copy color: '#A16BC0'

red 161 ◦ green 107 ◦ blue 192

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

Shades of Amethyst #A16BC0

Tints of Amethyst #A16BC0

RGB

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

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

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

R = 35%
G = 23.26%
B = 41.74%

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

#A16BC0 (or 0xA16BC0) is known color: Amethyst. HEX triplet: A1, 6B and C0. RGB value is (161,107,192). Sum of RGB (Red+Green+Blue) = 161+107+192=460 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35% from 460); Green value is 107 (42.19% from 255 or 23.26% from 460); Blue value is 192 (75.39% from 255 or 41.74% from 460); Max value from RGB is 192 - color contains mainly: blue. Hex color #A16BC0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A16BC0 is #5E943F. Grayscale: #848484. Windows color (decimal): -6198336 or 12610465. OLE color: 12610465.

HSL color Cylindrical-coordinate representation of color #A16BC0: hue angle of 278.12º 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 #A16BC0 is Cyan = 0.16, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 161 107 192 -
CMYK 0.16 0.44 0 0.25
HSL 278.12º 0.4% 0.59% -
HSV(B) 278.12º 0.44% 0.75% -
XYZ 29.47 21.9 52.54 -
YUV 132.84 161.39 148.09 -
System Red Green Blue C M Y K H S L
Decimal 161 107 192 0.16 0.44 0 0.25 278.12 0.4 0.59
Hex A1 6B C0 10 2C 0 19 116 28 3B
Octal 241 153 300 20 54 0 31 426 50 73
Binary 10100001 1101011 11000000 10000 101100 0 11001 100010110 101000 111011

Color Harmonies of #A16BC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A16BC0

Black with #A16BC0

Text Example


Text Example

White with #A16BC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A16BC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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