#A571CF

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

Shades of Amethyst #A571CF

Tints of Amethyst #A571CF

Color information

#A571CF (or 0xA571CF) is unknown color: approx Amethyst. HEX triplet: A5, 71 and CF. RGB value is (165,113,207). Sum of RGB (Red+Green+Blue) = 165+113+207=485 (64% of max value = 765). Red value is 165 (64.84% from 255 or 34.02% from 485); Green value is 113 (44.53% from 255 or 23.30% from 485); Blue value is 207 (81.25% from 255 or 42.68% from 485); Max value from RGB is 207 - color contains mainly: blue. Hex color #A571CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A571CF is #5A8E30. Grayscale: #8A8A8A. Windows color (decimal): -5934641 or 13595045. OLE color: 13595045.

HSL color Cylindrical-coordinate representation of color #A571CF: hue angle of 273.19º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A571CF is Cyan = 0.20, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB165113207-
CMYK0.200.4500.19
HSL273.19º49.47%62.75%-
HSV(B)273.19º45.41%81.18%-
XYZ32.6824.3162-
YUV139.26166.23146.36-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 34.02%
GREEN value IS 113 (44.53% from 255) = 23.30%
BLUE value IS 207 (81.25% from 255) = 42.68%
R=34.02%
G=23.30%
B=42.68%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1651132070.200.4500.19273.1949.4762.75
HexA571CF142D013111313f
Octal24516131724550234216177
Binary1010010111100011100111110100101101010011100010001110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A571CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A571CF; }

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

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

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

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

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

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

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

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