Html Css Color HEX #A16ADD Amethyst

📋 copy color: '#A16ADD'

red 161 ◦ green 106 ◦ blue 221

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

Shades of Amethyst #A16ADD

Tints of Amethyst #A16ADD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 45.29%

R = 32.99%
G = 21.72%
B = 45.29%

CMYK

 C value IS 0.27

 M value IS 0.52

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A16ADD (or 0xA16ADD) is known color: Amethyst. HEX triplet: A1, 6A and DD. RGB value is (161,106,221). Sum of RGB (Red+Green+Blue) = 161+106+221=488 (64% of max value = 765). Red value is 161 (63.28% from 255 or 32.99% from 488); Green value is 106 (41.80% from 255 or 21.72% from 488); Blue value is 221 (86.72% from 255 or 45.29% from 488); Max value from RGB is 221 - color contains mainly: blue. Hex color #A16ADD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A16ADD is #5E9522. Grayscale: #878787. Windows color (decimal): -6198563 or 14510753. OLE color: 14510753.

HSL color Cylindrical-coordinate representation of color #A16ADD: hue angle of 268.7º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A16ADD is Cyan = 0.27, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 161 106 221 -
CMYK 0.27 0.52 0 0.13
HSL 268.7º 0.63% 0.64% -
HSV(B) 268.7º 0.52% 0.87% -
XYZ 32.9 23.11 71.13 -
YUV 135.56 176.22 146.15 -
System Red Green Blue C M Y K H S L
Decimal 161 106 221 0.27 0.52 0 0.13 268.7 0.63 0.64
Hex A1 6A DD 1B 34 0 D 10D 3F 40
Octal 241 152 335 33 64 0 15 415 77 100
Binary 10100001 1101010 11011101 11011 110100 0 1101 100001101 111111 1000000

Color Harmonies of #A16ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A16ADD

Black with #A16ADD

Text Example


Text Example

White with #A16ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A16ADD; }

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

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

background-color css

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

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

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

border-color css

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

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

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