#A571D6

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

Shades of Amethyst #A571D6

Tints of Amethyst #A571D6

Color information

#A571D6 (or 0xA571D6) is unknown color: approx Amethyst. HEX triplet: A5, 71 and D6. RGB value is (165,113,214). Sum of RGB (Red+Green+Blue) = 165+113+214=492 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.54% from 492); Green value is 113 (44.53% from 255 or 22.97% from 492); Blue value is 214 (83.98% from 255 or 43.50% from 492); Max value from RGB is 214 - color contains mainly: blue. Hex color #A571D6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A571D6 is #5A8E29. Grayscale: #8B8B8B. Windows color (decimal): -5934634 or 14053797. OLE color: 14053797.

HSL color Cylindrical-coordinate representation of color #A571D6: hue angle of 270.89º degrees, saturation: 0.55, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A571D6 is Cyan = 0.23, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB165113214-
CMYK0.230.4700.16
HSL270.89º55.19%64.12%-
HSV(B)270.89º47.2%83.92%-
XYZ33.5624.6666.61-
YUV140.06169.73145.79-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 33.54%
GREEN value IS 113 (44.53% from 255) = 22.97%
BLUE value IS 214 (83.98% from 255) = 43.50%
R=33.54%
G=22.97%
B=43.50%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1651132140.230.4700.16270.8955.1964.12
HexA571D6172F01010f3740
Octal245161326275702041767100
Binary10100101111000111010110101111011110100001000011111101111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A571D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A571D6; }

 p { color: rgb(165,113,214); }

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

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

 a { background-color: rgb(165,113,214); }

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

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

 span { border-color: rgb(165,113,214); }

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