Html Css Color HEX #A16ADB Amethyst

📋 copy color: '#A16ADB'

red 161 ◦ green 106 ◦ blue 219

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

Shades of Amethyst #A16ADB

Tints of Amethyst #A16ADB

RGB

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

 GREEN value IS 106 (41.8% from 255) = 21.81%

 BLUE value IS 219 (85.94% from 255) = 45.06%

R = 33.13%
G = 21.81%
B = 45.06%

CMYK

 C value IS 0.26

 M value IS 0.52

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A16ADB (or 0xA16ADB) is known color: Amethyst. HEX triplet: A1, 6A and DB. RGB value is (161,106,219). Sum of RGB (Red+Green+Blue) = 161+106+219=486 (64% of max value = 765). Red value is 161 (63.28% from 255 or 33.13% from 486); Green value is 106 (41.80% from 255 or 21.81% from 486); Blue value is 219 (85.94% from 255 or 45.06% from 486); Max value from RGB is 219 - color contains mainly: blue. Hex color #A16ADB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A16ADB is #5E9524. Grayscale: #868686. Windows color (decimal): -6198565 or 14379681. OLE color: 14379681.

HSL color Cylindrical-coordinate representation of color #A16ADB: hue angle of 269.2º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A16ADB is Cyan = 0.26, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 161 106 219 -
CMYK 0.26 0.52 0 0.14
HSL 269.2º 0.61% 0.64% -
HSV(B) 269.2º 0.52% 0.86% -
XYZ 32.64 23 69.74 -
YUV 135.33 175.22 146.31 -
System Red Green Blue C M Y K H S L
Decimal 161 106 219 0.26 0.52 0 0.14 269.2 0.61 0.64
Hex A1 6A DB 1A 34 0 E 10D 3D 40
Octal 241 152 333 32 64 0 16 415 75 100
Binary 10100001 1101010 11011011 11010 110100 0 1110 100001101 111101 1000000

Color Harmonies of #A16ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A16ADB

Black with #A16ADB

Text Example


Text Example

White with #A16ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A16ADB; }

 p { color: rgb(161,106,219); }

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

background-color css

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

 a { background-color: rgb(161,106,219); }

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

border-color css

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

 span { border-color: rgb(161,106,219); }

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