Html Css Color HEX #A16FCD Amethyst

📋 copy color: '#A16FCD'

red 161 ◦ green 111 ◦ blue 205

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

Shades of Amethyst #A16FCD

Tints of Amethyst #A16FCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 42.98%

R = 33.75%
G = 23.27%
B = 42.98%

CMYK

 C value IS 0.21

 M value IS 0.46

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A16FCD (or 0xA16FCD) is known color: Amethyst. HEX triplet: A1, 6F and CD. RGB value is (161,111,205). Sum of RGB (Red+Green+Blue) = 161+111+205=477 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.75% from 477); Green value is 111 (43.75% from 255 or 23.27% from 477); Blue value is 205 (80.47% from 255 or 42.98% from 477); Max value from RGB is 205 - color contains mainly: blue. Hex color #A16FCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A16FCD is #5E9032. Grayscale: #888888. Windows color (decimal): -6197299 or 13463457. OLE color: 13463457.

HSL color Cylindrical-coordinate representation of color #A16FCD: hue angle of 271.91º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A16FCD is Cyan = 0.21, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 161 111 205 -
CMYK 0.21 0.46 0 0.20
HSL 271.91º 0.48% 0.62% -
HSV(B) 271.91º 0.46% 0.8% -
XYZ 31.4 23.35 60.61 -
YUV 136.67 166.57 145.36 -
System Red Green Blue C M Y K H S L
Decimal 161 111 205 0.21 0.46 0 0.20 271.91 0.48 0.62
Hex A1 6F CD 15 2E 0 14 110 30 3E
Octal 241 157 315 25 56 0 24 420 60 76
Binary 10100001 1101111 11001101 10101 101110 0 10100 100010000 110000 111110

Color Harmonies of #A16FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A16FCD

Black with #A16FCD

Text Example


Text Example

White with #A16FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A16FCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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