#A571CD

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

Shades of Amethyst #A571CD

Tints of Amethyst #A571CD

Color information

#A571CD (or 0xA571CD) is unknown color: approx Amethyst. HEX triplet: A5, 71 and CD. RGB value is (165,113,205). Sum of RGB (Red+Green+Blue) = 165+113+205=483 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.16% from 483); Green value is 113 (44.53% from 255 or 23.40% from 483); Blue value is 205 (80.47% from 255 or 42.44% from 483); Max value from RGB is 205 - color contains mainly: blue. Hex color #A571CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A571CD is #5A8E32. Grayscale: #8A8A8A. Windows color (decimal): -5934643 or 13463973. OLE color: 13463973.

HSL color Cylindrical-coordinate representation of color #A571CD: hue angle of 273.91º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A571CD is Cyan = 0.20, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB165113205-
CMYK0.200.4500.20
HSL273.91º47.92%62.35%-
HSV(B)273.91º44.88%80.39%-
XYZ32.4424.2260.72-
YUV139.04165.23146.52-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 34.16%
GREEN value IS 113 (44.53% from 255) = 23.40%
BLUE value IS 205 (80.47% from 255) = 42.44%
R=34.16%
G=23.40%
B=42.44%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1651132050.200.4500.20273.9147.9262.35
HexA571CD142D014112303e
Octal24516131524550244226076
Binary1010010111100011100110110100101101010100100010010110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A571CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A571CD; }

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

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

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

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

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

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

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

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