Html Css Color HEX #A16BBF Amethyst

📋 copy color: '#A16BBF'

red 161 ◦ green 107 ◦ blue 191

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

Shades of Amethyst #A16BBF

Tints of Amethyst #A16BBF

RGB

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

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

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

R = 35.08%
G = 23.31%
B = 41.61%

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

#A16BBF (or 0xA16BBF) is known color: Amethyst. HEX triplet: A1, 6B and BF. RGB value is (161,107,191). Sum of RGB (Red+Green+Blue) = 161+107+191=459 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35.08% from 459); Green value is 107 (42.19% from 255 or 23.31% from 459); Blue value is 191 (75% from 255 or 41.61% from 459); Max value from RGB is 191 - color contains mainly: blue. Hex color #A16BBF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A16BBF is #5E9440. Grayscale: #848484. Windows color (decimal): -6198337 or 12544929. OLE color: 12544929.

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

Color convert

RGB 161 107 191 -
CMYK 0.16 0.44 0 0.25
HSL 278.57º 0.4% 0.58% -
HSV(B) 278.57º 0.44% 0.75% -
XYZ 29.36 21.85 51.96 -
YUV 132.72 160.89 148.17 -
System Red Green Blue C M Y K H S L
Decimal 161 107 191 0.16 0.44 0 0.25 278.57 0.4 0.58
Hex A1 6B BF 10 2C 0 19 117 28 3A
Octal 241 153 277 20 54 0 31 427 50 72
Binary 10100001 1101011 10111111 10000 101100 0 11001 100010111 101000 111010

Color Harmonies of #A16BBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A16BBF

Black with #A16BBF

Text Example


Text Example

White with #A16BBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A16BBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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