#A573F1

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

Shades of Medium Purple #A573F1

Tints of Medium Purple #A573F1

Color information

#A573F1 (or 0xA573F1) is unknown color: approx Medium Purple. HEX triplet: A5, 73 and F1. RGB value is (165,115,241). Sum of RGB (Red+Green+Blue) = 165+115+241=521 (69% of max value = 765). Red value is 165 (64.84% from 255 or 31.67% from 521); Green value is 115 (45.31% from 255 or 22.07% from 521); Blue value is 241 (94.53% from 255 or 46.26% from 521); Max value from RGB is 241 - color contains mainly: blue. Hex color #A573F1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A573F1 is #5A8C0E. Grayscale: #8F8F8F. Windows color (decimal): -5934095 or 15823781. OLE color: 15823781.

HSL color Cylindrical-coordinate representation of color #A573F1: hue angle of 263.81º degrees, saturation: 0.82, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A573F1 is Cyan = 0.32, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB165115241-
CMYK0.320.5200.05
HSL263.81º81.82%69.8%-
HSV(B)263.81º52.28%94.51%-
XYZ37.5226.6186.38-
YUV144.31182.56142.75-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 31.67%
GREEN value IS 115 (45.31% from 255) = 22.07%
BLUE value IS 241 (94.53% from 255) = 46.26%
R=31.67%
G=22.07%
B=46.26%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1651152410.320.5200.05263.8181.8269.8
HexA573F12034051085246
Octal245163361406405410122106
Binary10100101111001111110001100000110100010110000100010100101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A573F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A573F1; }

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

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

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

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

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

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

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

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