#A570CE

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

Shades of Amethyst #A570CE

Tints of Amethyst #A570CE

Color information

#A570CE (or 0xA570CE) is unknown color: approx Amethyst. HEX triplet: A5, 70 and CE. RGB value is (165,112,206). Sum of RGB (Red+Green+Blue) = 165+112+206=483 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.16% from 483); Green value is 112 (44.14% from 255 or 23.19% from 483); Blue value is 206 (80.86% from 255 or 42.65% from 483); Max value from RGB is 206 - color contains mainly: blue. Hex color #A570CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A570CE is #5A8F31. Grayscale: #8A8A8A. Windows color (decimal): -5934898 or 13529253. OLE color: 13529253.

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

Color convert

RGB165112206-
CMYK0.200.4600.19
HSL273.83º48.96%62.35%-
HSV(B)273.83º45.63%80.78%-
XYZ32.4524.0461.32-
YUV138.56166.06146.86-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 34.16%
GREEN value IS 112 (44.14% from 255) = 23.19%
BLUE value IS 206 (80.86% from 255) = 42.65%
R=34.16%
G=23.19%
B=42.65%

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
Decimal1651122060.200.4600.19273.8348.9662.35
HexA570CE142E013112313e
Octal24516031624560234226176
Binary1010010111100001100111010100101110010011100010010110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A570CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A570CE; }

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

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

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

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

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

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

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

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