Html Css Color HEX #A171C5 Amethyst

📋 copy color: '#A171C5'

red 161 ◦ green 113 ◦ blue 197

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

Shades of Amethyst #A171C5

Tints of Amethyst #A171C5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 41.83%

R = 34.18%
G = 23.99%
B = 41.83%

CMYK

 C value IS 0.18

 M value IS 0.43

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#A171C5 (or 0xA171C5) is known color: Amethyst. HEX triplet: A1, 71 and C5. RGB value is (161,113,197). Sum of RGB (Red+Green+Blue) = 161+113+197=471 (62% of max value = 765). Red value is 161 (63.28% from 255 or 34.18% from 471); Green value is 113 (44.53% from 255 or 23.99% from 471); Blue value is 197 (77.34% from 255 or 41.83% from 471); Max value from RGB is 197 - color contains mainly: blue. Hex color #A171C5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A171C5 is #5E8E3A. Grayscale: #888888. Windows color (decimal): -6196795 or 12939681. OLE color: 12939681.

HSL color Cylindrical-coordinate representation of color #A171C5: hue angle of 274.29º degrees, saturation: 0.42, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A171C5 is Cyan = 0.18, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 161 113 197 -
CMYK 0.18 0.43 0 0.23
HSL 274.29º 0.42% 0.61% -
HSV(B) 274.29º 0.43% 0.77% -
XYZ 30.68 23.42 55.73 -
YUV 136.93 161.9 145.17 -
System Red Green Blue C M Y K H S L
Decimal 161 113 197 0.18 0.43 0 0.23 274.29 0.42 0.61
Hex A1 71 C5 12 2B 0 17 112 2A 3D
Octal 241 161 305 22 53 0 27 422 52 75
Binary 10100001 1110001 11000101 10010 101011 0 10111 100010010 101010 111101

Color Harmonies of #A171C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A171C5

Black with #A171C5

Text Example


Text Example

White with #A171C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A171C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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