#A571D7

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

Shades of Amethyst #A571D7

Tints of Amethyst #A571D7

Color information

#A571D7 (or 0xA571D7) is unknown color: approx Amethyst. HEX triplet: A5, 71 and D7. RGB value is (165,113,215). Sum of RGB (Red+Green+Blue) = 165+113+215=493 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.47% from 493); Green value is 113 (44.53% from 255 or 22.92% from 493); Blue value is 215 (84.38% from 255 or 43.61% from 493); Max value from RGB is 215 - color contains mainly: blue. Hex color #A571D7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A571D7 is #5A8E28. Grayscale: #8B8B8B. Windows color (decimal): -5934633 or 14119333. OLE color: 14119333.

HSL color Cylindrical-coordinate representation of color #A571D7: hue angle of 270.59º degrees, saturation: 0.56, 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 #A571D7 is Cyan = 0.23, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB165113215-
CMYK0.230.4700.16
HSL270.59º56.04%64.31%-
HSV(B)270.59º47.44%84.31%-
XYZ33.6924.7267.29-
YUV140.18170.23145.71-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 33.47%
GREEN value IS 113 (44.53% from 255) = 22.92%
BLUE value IS 215 (84.38% from 255) = 43.61%
R=33.47%
G=22.92%
B=43.61%

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
Decimal1651132150.230.4700.16270.5956.0464.31
HexA571D7172F01010f3840
Octal245161327275702041770100
Binary10100101111000111010111101111011110100001000011111110001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A571D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A571D7; }

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

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

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

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

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

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

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

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