#A573ED

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

Shades of Medium Purple #A573ED

Tints of Medium Purple #A573ED

Color information

#A573ED (or 0xA573ED) is unknown color: approx Medium Purple. HEX triplet: A5, 73 and ED. RGB value is (165,115,237). Sum of RGB (Red+Green+Blue) = 165+115+237=517 (68% of max value = 765). Red value is 165 (64.84% from 255 or 31.91% from 517); Green value is 115 (45.31% from 255 or 22.24% from 517); Blue value is 237 (92.97% from 255 or 45.84% from 517); Max value from RGB is 237 - color contains mainly: blue. Hex color #A573ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A573ED is #5A8C12. Grayscale: #8F8F8F. Windows color (decimal): -5934099 or 15561637. OLE color: 15561637.

HSL color Cylindrical-coordinate representation of color #A573ED: hue angle of 264.59º degrees, saturation: 0.77, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A573ED is Cyan = 0.30, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB165115237-
CMYK0.300.5100.07
HSL264.59º77.22%69.02%-
HSV(B)264.59º51.48%92.94%-
XYZ36.9326.3883.27-
YUV143.86180.56143.08-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 31.91%
GREEN value IS 115 (45.31% from 255) = 22.24%
BLUE value IS 237 (92.97% from 255) = 45.84%
R=31.91%
G=22.24%
B=45.84%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1651152370.300.5100.07264.5977.2269.02
HexA573ED1E33071094d45
Octal245163355366307411115105
Binary1010010111100111110110111110110011011110000100110011011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A573ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A573ED; }

 p { color: rgb(165,115,237); }

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

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

 a { background-color: rgb(165,115,237); }

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

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

 span { border-color: rgb(165,115,237); }

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