#A570CF

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

Shades of Amethyst #A570CF

Tints of Amethyst #A570CF

Color information

#A570CF (or 0xA570CF) is unknown color: approx Amethyst. HEX triplet: A5, 70 and CF. RGB value is (165,112,207). Sum of RGB (Red+Green+Blue) = 165+112+207=484 (64% of max value = 765). Red value is 165 (64.84% from 255 or 34.09% from 484); Green value is 112 (44.14% from 255 or 23.14% from 484); Blue value is 207 (81.25% from 255 or 42.77% from 484); Max value from RGB is 207 - color contains mainly: blue. Hex color #A570CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A570CF is #5A8F30. Grayscale: #8A8A8A. Windows color (decimal): -5934897 or 13594789. OLE color: 13594789.

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

Color convert

RGB165112207-
CMYK0.200.4600.19
HSL273.47º49.74%62.55%-
HSV(B)273.47º45.89%81.18%-
XYZ32.5724.0961.97-
YUV138.68166.56146.78-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 34.09%
GREEN value IS 112 (44.14% from 255) = 23.14%
BLUE value IS 207 (81.25% from 255) = 42.77%
R=34.09%
G=23.14%
B=42.77%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1651122070.200.4600.19273.4749.7462.55
HexA570CF142E013111323f
Octal24516031724560234216277
Binary1010010111100001100111110100101110010011100010001110010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A570CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A570CF; }

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

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

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

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

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

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

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

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