#A578E4

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

Shades of Medium Purple #A578E4

Tints of Medium Purple #A578E4

Color information

#A578E4 (or 0xA578E4) is unknown color: approx Medium Purple. HEX triplet: A5, 78 and E4. RGB value is (165,120,228). Sum of RGB (Red+Green+Blue) = 165+120+228=513 (67% of max value = 765). Red value is 165 (64.84% from 255 or 32.16% from 513); Green value is 120 (47.27% from 255 or 23.39% from 513); Blue value is 228 (89.45% from 255 or 44.44% from 513); Max value from RGB is 228 - color contains mainly: blue. Hex color #A578E4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A578E4 is #5A871B. Grayscale: #919191. Windows color (decimal): -5932828 or 14973093. OLE color: 14973093.

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

Color convert

RGB165120228-
CMYK0.280.4700.11
HSL265º66.67%68.24%-
HSV(B)265º47.37%89.41%-
XYZ36.2427.0376.71-
YUV145.77174.41141.72-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 32.16%
GREEN value IS 120 (47.27% from 255) = 23.39%
BLUE value IS 228 (89.45% from 255) = 44.44%
R=32.16%
G=23.39%
B=44.44%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1651202280.280.4700.1126566.6768.24
HexA578E41C2F0B1094344
Octal2451703443457013411103104
Binary10100101111100011100100111001011110101110000100110000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A578E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A578E4; }

 p { color: rgb(165,120,228); }

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

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

 a { background-color: rgb(165,120,228); }

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

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

 span { border-color: rgb(165,120,228); }

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