#A570E8

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

Shades of Medium Purple #A570E8

Tints of Medium Purple #A570E8

Color information

#A570E8 (or 0xA570E8) is unknown color: approx Medium Purple. HEX triplet: A5, 70 and E8. RGB value is (165,112,232). Sum of RGB (Red+Green+Blue) = 165+112+232=509 (67% of max value = 765). Red value is 165 (64.84% from 255 or 32.42% from 509); Green value is 112 (44.14% from 255 or 22.00% from 509); Blue value is 232 (91.02% from 255 or 45.58% from 509); Max value from RGB is 232 - color contains mainly: blue. Hex color #A570E8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A570E8 is #5A8F17. Grayscale: #8D8D8D. Windows color (decimal): -5934872 or 15233189. OLE color: 15233189.

HSL color Cylindrical-coordinate representation of color #A570E8: hue angle of 266.5º degrees, saturation: 0.72, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A570E8 is Cyan = 0.29, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB165112232-
CMYK0.290.5200.09
HSL266.5º72.29%67.45%-
HSV(B)266.5º51.72%90.98%-
XYZ35.8825.4179.36-
YUV141.53179.06144.74-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 32.42%
GREEN value IS 112 (44.14% from 255) = 22.00%
BLUE value IS 232 (91.02% from 255) = 45.58%
R=32.42%
G=22.00%
B=45.58%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1651122320.290.5200.09266.572.2967.45
HexA570E81D340910a4843
Octal2451603503564011412110103
Binary10100101111000011101000111011101000100110000101010010001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A570E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A570E8; }

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

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

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

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

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

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

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

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