#A171CD

Color #A171CD Amethyst (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Amethyst #A171CD

Tints of Amethyst #A171CD

Color information

#A171CD (or 0xA171CD) is unknown color: approx Amethyst. HEX triplet: A1, 71 and CD. RGB value is (161,113,205). Sum of RGB (Red+Green+Blue) = 161+113+205=479 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.61% from 479); Green value is 113 (44.53% from 255 or 23.59% from 479); Blue value is 205 (80.47% from 255 or 42.80% from 479); Max value from RGB is 205 - color contains mainly: blue. Hex color #A171CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A171CD is #5E8E32. Grayscale: #898989. Windows color (decimal): -6196787 or 13463969. OLE color: 13463969.

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

Color convert

RGB161113205-
CMYK0.210.4500.20
HSL271.3º47.92%62.35%-
HSV(B)271.3º44.88%80.39%-
XYZ31.6223.860.68-
YUV137.84165.9144.52-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 33.61%
GREEN value IS 113 (44.53% from 255) = 23.59%
BLUE value IS 205 (80.47% from 255) = 42.80%
R=33.61%
G=23.59%
B=42.80%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1611132050.210.4500.20271.347.9262.35
HexA171CD152D01410f303e
Octal24116131525550244176076
Binary1010000111100011100110110101101101010100100001111110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A171CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A171CD; }

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

 H1.HeaderClassName
 {
   color: #A171CD;
 }
 .AnyTagClassName
 {
   color: #A171CD;
 }
</style>
background-color css

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

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

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

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

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

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