#A171CB

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

Shades of Amethyst #A171CB

Tints of Amethyst #A171CB

Color information

#A171CB (or 0xA171CB) is unknown color: approx Amethyst. HEX triplet: A1, 71 and CB. RGB value is (161,113,203). Sum of RGB (Red+Green+Blue) = 161+113+203=477 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.75% from 477); Green value is 113 (44.53% from 255 or 23.69% from 477); Blue value is 203 (79.69% from 255 or 42.56% from 477); Max value from RGB is 203 - color contains mainly: blue. Hex color #A171CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A171CB is #5E8E34. Grayscale: #898989. Windows color (decimal): -6196789 or 13332897. OLE color: 13332897.

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

Color convert

RGB161113203-
CMYK0.210.4400.20
HSL272º46.39%61.96%-
HSV(B)272º44.33%79.61%-
XYZ31.3823.759.42-
YUV137.61164.9144.68-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 33.75%
GREEN value IS 113 (44.53% from 255) = 23.69%
BLUE value IS 203 (79.69% from 255) = 42.56%
R=33.75%
G=23.69%
B=42.56%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1611132030.210.4400.2027246.3961.96
HexA171CB152C0141102e3e
Octal24116131325540244205676
Binary1010000111100011100101110101101100010100100010000101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A171CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A171CB; }

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

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

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

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

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

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

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

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