#A571D9

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

Shades of Amethyst #A571D9

Tints of Amethyst #A571D9

Color information

#A571D9 (or 0xA571D9) is unknown color: approx Amethyst. HEX triplet: A5, 71 and D9. RGB value is (165,113,217). Sum of RGB (Red+Green+Blue) = 165+113+217=495 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.33% from 495); Green value is 113 (44.53% from 255 or 22.83% from 495); Blue value is 217 (85.16% from 255 or 43.84% from 495); Max value from RGB is 217 - color contains mainly: blue. Hex color #A571D9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A571D9 is #5A8E26. Grayscale: #8C8C8C. Windows color (decimal): -5934631 or 14250405. OLE color: 14250405.

HSL color Cylindrical-coordinate representation of color #A571D9: hue angle of 270º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A571D9 is Cyan = 0.24, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB165113217-
CMYK0.240.4800.15
HSL270º57.78%64.71%-
HSV(B)270º47.93%85.1%-
XYZ33.9524.8268.65-
YUV140.4171.23145.54-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 33.33%
GREEN value IS 113 (44.53% from 255) = 22.83%
BLUE value IS 217 (85.16% from 255) = 43.84%
R=33.33%
G=22.83%
B=43.84%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1651132170.240.4800.1527057.7864.71
HexA571D918300F10e3a41
Octal245161331306001741672101
Binary1010010111100011101100111000110000011111000011101110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A571D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A571D9; }

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

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

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

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

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

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

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

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