Html Css Color HEX #A16BBC Amethyst

📋 copy color: '#A16BBC'

red 161 ◦ green 107 ◦ blue 188

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

Shades of Amethyst #A16BBC

Tints of Amethyst #A16BBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 41.23%

R = 35.31%
G = 23.46%
B = 41.23%

CMYK

 C value IS 0.14

 M value IS 0.43

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A16BBC (or 0xA16BBC) is known color: Amethyst. HEX triplet: A1, 6B and BC. RGB value is (161,107,188). Sum of RGB (Red+Green+Blue) = 161+107+188=456 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35.31% from 456); Green value is 107 (42.19% from 255 or 23.46% from 456); Blue value is 188 (73.83% from 255 or 41.23% from 456); Max value from RGB is 188 - color contains mainly: blue. Hex color #A16BBC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A16BBC is #5E9443. Grayscale: #848484. Windows color (decimal): -6198340 or 12348321. OLE color: 12348321.

HSL color Cylindrical-coordinate representation of color #A16BBC: hue angle of 280º degrees, saturation: 0.38, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A16BBC is Cyan = 0.14, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 161 107 188 -
CMYK 0.14 0.43 0 0.26
HSL 280º 0.38% 0.58% -
HSV(B) 280º 0.43% 0.74% -
XYZ 29.03 21.72 50.24 -
YUV 132.38 159.39 148.41 -
System Red Green Blue C M Y K H S L
Decimal 161 107 188 0.14 0.43 0 0.26 280 0.38 0.58
Hex A1 6B BC E 2B 0 1A 118 26 3A
Octal 241 153 274 16 53 0 32 430 46 72
Binary 10100001 1101011 10111100 1110 101011 0 11010 100011000 100110 111010

Color Harmonies of #A16BBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A16BBC

Black with #A16BBC

Text Example


Text Example

White with #A16BBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A16BBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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