#A573E1

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

Shades of Medium Purple #A573E1

Tints of Medium Purple #A573E1

Color information

#A573E1 (or 0xA573E1) is unknown color: approx Medium Purple. HEX triplet: A5, 73 and E1. RGB value is (165,115,225). Sum of RGB (Red+Green+Blue) = 165+115+225=505 (66% of max value = 765). Red value is 165 (64.84% from 255 or 32.67% from 505); Green value is 115 (45.31% from 255 or 22.77% from 505); Blue value is 225 (88.28% from 255 or 44.55% from 505); Max value from RGB is 225 - color contains mainly: blue. Hex color #A573E1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A573E1 is #5A8C1E. Grayscale: #8E8E8E. Windows color (decimal): -5934111 or 14775205. OLE color: 14775205.

HSL color Cylindrical-coordinate representation of color #A573E1: hue angle of 267.27º degrees, saturation: 0.65, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A573E1 is Cyan = 0.27, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB165115225-
CMYK0.270.4900.12
HSL267.27º64.71%66.67%-
HSV(B)267.27º48.89%88.24%-
XYZ35.2425.774.34-
YUV142.49174.56144.06-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 32.67%
GREEN value IS 115 (45.31% from 255) = 22.77%
BLUE value IS 225 (88.28% from 255) = 44.55%
R=32.67%
G=22.77%
B=44.55%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1651152250.270.4900.12267.2764.7166.67
HexA573E11B310C10b4143
Octal2451633413361014413101103
Binary10100101111001111100001110111100010110010000101110000011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A573E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A573E1; }

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

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

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

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

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

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

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

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