#A571E3

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

Shades of Medium Purple #A571E3

Tints of Medium Purple #A571E3

Color information

#A571E3 (or 0xA571E3) is unknown color: approx Medium Purple. HEX triplet: A5, 71 and E3. RGB value is (165,113,227). Sum of RGB (Red+Green+Blue) = 165+113+227=505 (66% of max value = 765). Red value is 165 (64.84% from 255 or 32.67% from 505); Green value is 113 (44.53% from 255 or 22.38% from 505); Blue value is 227 (89.06% from 255 or 44.95% from 505); Max value from RGB is 227 - color contains mainly: blue. Hex color #A571E3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A571E3 is #5A8E1C. Grayscale: #8D8D8D. Windows color (decimal): -5934621 or 14905765. OLE color: 14905765.

HSL color Cylindrical-coordinate representation of color #A571E3: hue angle of 267.37º degrees, saturation: 0.67, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A571E3 is Cyan = 0.27, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB165113227-
CMYK0.270.5000.11
HSL267.37º67.06%66.67%-
HSV(B)267.37º50.22%89.02%-
XYZ35.2925.3675.71-
YUV141.54176.23144.73-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 32.67%
GREEN value IS 113 (44.53% from 255) = 22.38%
BLUE value IS 227 (89.06% from 255) = 44.95%
R=32.67%
G=22.38%
B=44.95%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1651132270.270.5000.11267.3767.0666.67
HexA571E31B320B10b4343
Octal2451613433362013413103103
Binary10100101111000111100011110111100100101110000101110000111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A571E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A571E3; }

 p { color: rgb(165,113,227); }

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

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

 a { background-color: rgb(165,113,227); }

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

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

 span { border-color: rgb(165,113,227); }

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