Html Css Color HEX #A171C7 Amethyst

📋 copy color: '#A171C7'

red 161 ◦ green 113 ◦ blue 199

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

Shades of Amethyst #A171C7

Tints of Amethyst #A171C7

RGB

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

 GREEN value IS 113 (44.53% from 255) = 23.89%

 BLUE value IS 199 (78.13% from 255) = 42.07%

R = 34.04%
G = 23.89%
B = 42.07%

CMYK

 C value IS 0.19

 M value IS 0.43

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#A171C7 (or 0xA171C7) is known color: Amethyst. HEX triplet: A1, 71 and C7. RGB value is (161,113,199). Sum of RGB (Red+Green+Blue) = 161+113+199=473 (62% of max value = 765). Red value is 161 (63.28% from 255 or 34.04% from 473); Green value is 113 (44.53% from 255 or 23.89% from 473); Blue value is 199 (78.12% from 255 or 42.07% from 473); Max value from RGB is 199 - color contains mainly: blue. Hex color #A171C7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A171C7 is #5E8E38. Grayscale: #888888. Windows color (decimal): -6196793 or 13070753. OLE color: 13070753.

HSL color Cylindrical-coordinate representation of color #A171C7: hue angle of 273.49º degrees, saturation: 0.43, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A171C7 is Cyan = 0.19, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 161 113 199 -
CMYK 0.19 0.43 0 0.22
HSL 273.49º 0.43% 0.61% -
HSV(B) 273.49º 0.43% 0.78% -
XYZ 30.91 23.51 56.94 -
YUV 137.16 162.9 145.01 -
System Red Green Blue C M Y K H S L
Decimal 161 113 199 0.19 0.43 0 0.22 273.49 0.43 0.61
Hex A1 71 C7 13 2B 0 16 111 2B 3D
Octal 241 161 307 23 53 0 26 421 53 75
Binary 10100001 1110001 11000111 10011 101011 0 10110 100010001 101011 111101

Color Harmonies of #A171C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A171C7

Black with #A171C7

Text Example


Text Example

White with #A171C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A171C7; }

 p { color: rgb(161,113,199); }

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

background-color css

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

 a { background-color: rgb(161,113,199); }

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

border-color css

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

 span { border-color: rgb(161,113,199); }

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