Html Css Color HEX #A16BBD Amethyst

📋 copy color: '#A16BBD'

red 161 ◦ green 107 ◦ blue 189

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

Shades of Amethyst #A16BBD

Tints of Amethyst #A16BBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 41.36%

R = 35.23%
G = 23.41%
B = 41.36%

CMYK

 C value IS 0.15

 M value IS 0.43

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A16BBD (or 0xA16BBD) is known color: Amethyst. HEX triplet: A1, 6B and BD. RGB value is (161,107,189). Sum of RGB (Red+Green+Blue) = 161+107+189=457 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35.23% from 457); Green value is 107 (42.19% from 255 or 23.41% from 457); Blue value is 189 (74.22% from 255 or 41.36% from 457); Max value from RGB is 189 - color contains mainly: blue. Hex color #A16BBD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A16BBD is #5E9442. Grayscale: #848484. Windows color (decimal): -6198339 or 12413857. OLE color: 12413857.

HSL color Cylindrical-coordinate representation of color #A16BBD: hue angle of 279.51º 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 #A16BBD is Cyan = 0.15, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 161 107 189 -
CMYK 0.15 0.43 0 0.26
HSL 279.51º 0.38% 0.58% -
HSV(B) 279.51º 0.43% 0.74% -
XYZ 29.14 21.77 50.81 -
YUV 132.49 159.89 148.33 -
System Red Green Blue C M Y K H S L
Decimal 161 107 189 0.15 0.43 0 0.26 279.51 0.38 0.58
Hex A1 6B BD F 2B 0 1A 118 26 3A
Octal 241 153 275 17 53 0 32 430 46 72
Binary 10100001 1101011 10111101 1111 101011 0 11010 100011000 100110 111010

Color Harmonies of #A16BBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A16BBD

Black with #A16BBD

Text Example


Text Example

White with #A16BBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A16BBD; }

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

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

background-color css

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

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

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

border-color css

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

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

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