#A570CA

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

Shades of Amethyst #A570CA

Tints of Amethyst #A570CA

Color information

#A570CA (or 0xA570CA) is unknown color: approx Amethyst. HEX triplet: A5, 70 and CA. RGB value is (165,112,202). Sum of RGB (Red+Green+Blue) = 165+112+202=479 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.45% from 479); Green value is 112 (44.14% from 255 or 23.38% from 479); Blue value is 202 (79.30% from 255 or 42.17% from 479); Max value from RGB is 202 - color contains mainly: blue. Hex color #A570CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A570CA is #5A8F35. Grayscale: #898989. Windows color (decimal): -5934902 or 13267109. OLE color: 13267109.

HSL color Cylindrical-coordinate representation of color #A570CA: hue angle of 275.33º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A570CA is Cyan = 0.18, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB165112202-
CMYK0.180.4500.21
HSL275.33º45.92%61.57%-
HSV(B)275.33º44.55%79.22%-
XYZ31.9723.8558.8-
YUV138.11164.06147.18-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 34.45%
GREEN value IS 112 (44.14% from 255) = 23.38%
BLUE value IS 202 (79.30% from 255) = 42.17%
R=34.45%
G=23.38%
B=42.17%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1651122020.180.4500.21275.3345.9261.57
HexA570CA122D0151132e3e
Octal24516031222550254235676
Binary1010010111100001100101010010101101010101100010011101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A570CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A570CA; }

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

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

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

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

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

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

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

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