Html Css Color HEX #A171CE Amethyst

📋 copy color: '#A171CE'

red 161 ◦ green 113 ◦ blue 206

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

Shades of Amethyst #A171CE

Tints of Amethyst #A171CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 42.92%

R = 33.54%
G = 23.54%
B = 42.92%

CMYK

 C value IS 0.22

 M value IS 0.45

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A171CE (or 0xA171CE) is known color: Amethyst. HEX triplet: A1, 71 and CE. RGB value is (161,113,206). Sum of RGB (Red+Green+Blue) = 161+113+206=480 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.54% from 480); Green value is 113 (44.53% from 255 or 23.54% from 480); Blue value is 206 (80.86% from 255 or 42.92% from 480); Max value from RGB is 206 - color contains mainly: blue. Hex color #A171CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A171CE is #5E8E31. Grayscale: #898989. Windows color (decimal): -6196786 or 13529505. OLE color: 13529505.

HSL color Cylindrical-coordinate representation of color #A171CE: hue angle of 270.97º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A171CE is Cyan = 0.22, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 161 113 206 -
CMYK 0.22 0.45 0 0.19
HSL 270.97º 0.49% 0.63% -
HSV(B) 270.97º 0.45% 0.81% -
XYZ 31.74 23.84 61.32 -
YUV 137.95 166.4 144.44 -
System Red Green Blue C M Y K H S L
Decimal 161 113 206 0.22 0.45 0 0.19 270.97 0.49 0.63
Hex A1 71 CE 16 2D 0 13 10F 31 3F
Octal 241 161 316 26 55 0 23 417 61 77
Binary 10100001 1110001 11001110 10110 101101 0 10011 100001111 110001 111111

Color Harmonies of #A171CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A171CE

Black with #A171CE

Text Example


Text Example

White with #A171CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A171CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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