#A271D0

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

Shades of Amethyst #A271D0

Tints of Amethyst #A271D0

Color information

#A271D0 (or 0xA271D0) is unknown color: approx Amethyst. HEX triplet: A2, 71 and D0. RGB value is (162,113,208). Sum of RGB (Red+Green+Blue) = 162+113+208=483 (63% of max value = 765). Red value is 162 (63.67% from 255 or 33.54% from 483); Green value is 113 (44.53% from 255 or 23.40% from 483); Blue value is 208 (81.64% from 255 or 43.06% from 483); Max value from RGB is 208 - color contains mainly: blue. Hex color #A271D0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A271D0 is #5D8E2F. Grayscale: #8A8A8A. Windows color (decimal): -6131248 or 13660578. OLE color: 13660578.

HSL color Cylindrical-coordinate representation of color #A271D0: hue angle of 270.95º degrees, saturation: 0.5, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A271D0 is Cyan = 0.22, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB162113208-
CMYK0.220.4600.18
HSL270.95º50.26%62.94%-
HSV(B)270.95º45.67%81.57%-
XYZ32.1924.0562.62-
YUV138.48167.23144.78-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 33.54%
GREEN value IS 113 (44.53% from 255) = 23.40%
BLUE value IS 208 (81.64% from 255) = 43.06%
R=33.54%
G=23.40%
B=43.06%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1621132080.220.4600.18270.9550.2662.94
HexA271D0162E01210f323f
Octal24216132026560224176277
Binary1010001011100011101000010110101110010010100001111110010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A271D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A271D0; }

 p { color: rgb(162,113,208); }

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

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

 a { background-color: rgb(162,113,208); }

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

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

 span { border-color: rgb(162,113,208); }

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