#A570D2

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

Shades of Amethyst #A570D2

Tints of Amethyst #A570D2

Color information

#A570D2 (or 0xA570D2) is unknown color: approx Amethyst. HEX triplet: A5, 70 and D2. RGB value is (165,112,210). Sum of RGB (Red+Green+Blue) = 165+112+210=487 (64% of max value = 765). Red value is 165 (64.84% from 255 or 33.88% from 487); Green value is 112 (44.14% from 255 or 23.00% from 487); Blue value is 210 (82.42% from 255 or 43.12% from 487); Max value from RGB is 210 - color contains mainly: blue. Hex color #A570D2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A570D2 is #5A8F2D. Grayscale: #8A8A8A. Windows color (decimal): -5934894 or 13791397. OLE color: 13791397.

HSL color Cylindrical-coordinate representation of color #A570D2: hue angle of 272.45º degrees, saturation: 0.52, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A570D2 is Cyan = 0.21, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB165112210-
CMYK0.210.4700.18
HSL272.45º52.13%63.14%-
HSV(B)272.45º46.67%82.35%-
XYZ32.9424.2463.92-
YUV139.02168.06146.53-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 33.88%
GREEN value IS 112 (44.14% from 255) = 23.00%
BLUE value IS 210 (82.42% from 255) = 43.12%
R=33.88%
G=23.00%
B=43.12%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1651122100.210.4700.18272.4552.1363.14
HexA570D2152F012110343f
Octal24516032225570224206477
Binary1010010111100001101001010101101111010010100010000110100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A570D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A570D2; }

 p { color: rgb(165,112,210); }

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

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

 a { background-color: rgb(165,112,210); }

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

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

 span { border-color: rgb(165,112,210); }

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