#A571E5

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

Shades of Medium Purple #A571E5

Tints of Medium Purple #A571E5

Color information

#A571E5 (or 0xA571E5) is unknown color: approx Medium Purple. HEX triplet: A5, 71 and E5. RGB value is (165,113,229). Sum of RGB (Red+Green+Blue) = 165+113+229=507 (67% of max value = 765). Red value is 165 (64.84% from 255 or 32.54% from 507); Green value is 113 (44.53% from 255 or 22.29% from 507); Blue value is 229 (89.84% from 255 or 45.17% from 507); Max value from RGB is 229 - color contains mainly: blue. Hex color #A571E5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A571E5 is #5A8E1A. Grayscale: #8D8D8D. Windows color (decimal): -5934619 or 15036837. OLE color: 15036837.

HSL color Cylindrical-coordinate representation of color #A571E5: hue angle of 266.9º degrees, saturation: 0.69, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A571E5 is Cyan = 0.28, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB165113229-
CMYK0.280.5100.10
HSL266.9º69.05%67.06%-
HSV(B)266.9º50.66%89.8%-
XYZ35.5725.4777.17-
YUV141.77177.23144.57-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 32.54%
GREEN value IS 113 (44.53% from 255) = 22.29%
BLUE value IS 229 (89.84% from 255) = 45.17%
R=32.54%
G=22.29%
B=45.17%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1651132290.280.5100.10266.969.0567.06
HexA571E51C330A10b4543
Octal2451613453463012413105103
Binary10100101111000111100101111001100110101010000101110001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A571E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A571E5; }

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

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

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

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

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

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

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

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