Html Css Color HEX #A16FD4 Amethyst

📋 copy color: '#A16FD4'

red 161 ◦ green 111 ◦ blue 212

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

Shades of Amethyst #A16FD4

Tints of Amethyst #A16FD4

RGB

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

 GREEN value IS 111 (43.75% from 255) = 22.93%

 BLUE value IS 212 (83.2% from 255) = 43.8%

R = 33.26%
G = 22.93%
B = 43.8%

CMYK

 C value IS 0.24

 M value IS 0.48

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#A16FD4 (or 0xA16FD4) is known color: Amethyst. HEX triplet: A1, 6F and D4. RGB value is (161,111,212). Sum of RGB (Red+Green+Blue) = 161+111+212=484 (64% of max value = 765). Red value is 161 (63.28% from 255 or 33.26% from 484); Green value is 111 (43.75% from 255 or 22.93% from 484); Blue value is 212 (83.20% from 255 or 43.80% from 484); Max value from RGB is 212 - color contains mainly: blue. Hex color #A16FD4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A16FD4 is #5E902B. Grayscale: #898989. Windows color (decimal): -6197292 or 13922209. OLE color: 13922209.

HSL color Cylindrical-coordinate representation of color #A16FD4: hue angle of 269.7º degrees, saturation: 0.54, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A16FD4 is Cyan = 0.24, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 161 111 212 -
CMYK 0.24 0.48 0 0.17
HSL 269.7º 0.54% 0.63% -
HSV(B) 269.7º 0.48% 0.83% -
XYZ 32.27 23.7 65.16 -
YUV 137.46 170.07 144.79 -
System Red Green Blue C M Y K H S L
Decimal 161 111 212 0.24 0.48 0 0.17 269.7 0.54 0.63
Hex A1 6F D4 18 30 0 11 10E 36 3F
Octal 241 157 324 30 60 0 21 416 66 77
Binary 10100001 1101111 11010100 11000 110000 0 10001 100001110 110110 111111

Color Harmonies of #A16FD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A16FD4

Black with #A16FD4

Text Example


Text Example

White with #A16FD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A16FD4; }

 p { color: rgb(161,111,212); }

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

background-color css

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

 a { background-color: rgb(161,111,212); }

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

border-color css

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

 span { border-color: rgb(161,111,212); }

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