#A570E5

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

Shades of Medium Purple #A570E5

Tints of Medium Purple #A570E5

Color information

#A570E5 (or 0xA570E5) is unknown color: approx Medium Purple. HEX triplet: A5, 70 and E5. RGB value is (165,112,229). Sum of RGB (Red+Green+Blue) = 165+112+229=506 (67% of max value = 765). Red value is 165 (64.84% from 255 or 32.61% from 506); Green value is 112 (44.14% from 255 or 22.13% from 506); Blue value is 229 (89.84% from 255 or 45.26% from 506); Max value from RGB is 229 - color contains mainly: blue. Hex color #A570E5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A570E5 is #5A8F1A. Grayscale: #8C8C8C. Windows color (decimal): -5934875 or 15036581. OLE color: 15036581.

HSL color Cylindrical-coordinate representation of color #A570E5: hue angle of 267.18º 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 #A570E5 is Cyan = 0.28, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB165112229-
CMYK0.280.5100.10
HSL267.18º69.23%66.86%-
HSV(B)267.18º51.09%89.8%-
XYZ35.4525.2477.13-
YUV141.18177.56144.99-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 32.61%
GREEN value IS 112 (44.14% from 255) = 22.13%
BLUE value IS 229 (89.84% from 255) = 45.26%
R=32.61%
G=22.13%
B=45.26%

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
Decimal1651122290.280.5100.10267.1869.2366.86
HexA570E51C330A10b4543
Octal2451603453463012413105103
Binary10100101111000011100101111001100110101010000101110001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A570E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A570E5; }

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

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

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

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

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

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

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

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