#A471D0

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

Shades of Amethyst #A471D0

Tints of Amethyst #A471D0

Color information

#A471D0 (or 0xA471D0) is unknown color: approx Amethyst. HEX triplet: A4, 71 and D0. RGB value is (164,113,208). Sum of RGB (Red+Green+Blue) = 164+113+208=485 (64% of max value = 765). Red value is 164 (64.45% from 255 or 33.81% from 485); Green value is 113 (44.53% from 255 or 23.30% from 485); Blue value is 208 (81.64% from 255 or 42.89% from 485); Max value from RGB is 208 - color contains mainly: blue. Hex color #A471D0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A471D0 is #5B8E2F. Grayscale: #8A8A8A. Windows color (decimal): -6000176 or 13660580. OLE color: 13660580.

HSL color Cylindrical-coordinate representation of color #A471D0: hue angle of 272.21º 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 #A471D0 is Cyan = 0.21, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB164113208-
CMYK0.210.4600.18
HSL272.21º50.26%62.94%-
HSV(B)272.21º45.67%81.57%-
XYZ32.624.2662.64-
YUV139.08166.9145.78-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 33.81%
GREEN value IS 113 (44.53% from 255) = 23.30%
BLUE value IS 208 (81.64% from 255) = 42.89%
R=33.81%
G=23.30%
B=42.89%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1641132080.210.4600.18272.2150.2662.94
HexA471D0152E012110323f
Octal24416132025560224206277
Binary1010010011100011101000010101101110010010100010000110010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A471D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A471D0; }

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

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

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

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

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

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

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

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