#A578FB

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

Shades of Medium Purple #A578FB

Tints of Medium Purple #A578FB

Color information

#A578FB (or 0xA578FB) is unknown color: approx Medium Purple. HEX triplet: A5, 78 and FB. RGB value is (165,120,251). Sum of RGB (Red+Green+Blue) = 165+120+251=536 (70% of max value = 765). Red value is 165 (64.84% from 255 or 30.78% from 536); Green value is 120 (47.27% from 255 or 22.39% from 536); Blue value is 251 (98.44% from 255 or 46.83% from 536); Max value from RGB is 251 - color contains mainly: blue. Hex color #A578FB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A578FB is #5A8704. Grayscale: #939393. Windows color (decimal): -5932805 or 16480421. OLE color: 16480421.

HSL color Cylindrical-coordinate representation of color #A578FB: hue angle of 260.61º degrees, saturation: 0.94, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A578FB is Cyan = 0.34, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB165120251-
CMYK0.340.5200.02
HSL260.61º94.24%72.75%-
HSV(B)260.61º52.19%98.43%-
XYZ39.6528.494.66-
YUV148.39185.91139.85-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 30.78%
GREEN value IS 120 (47.27% from 255) = 22.39%
BLUE value IS 251 (98.44% from 255) = 46.83%
R=30.78%
G=22.39%
B=46.83%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1651202510.340.5200.02260.6194.2472.75
HexA578FB2234021055e49
Octal245170373426402405136111
Binary1010010111110001111101110001011010001010000010110111101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A578FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A578FB; }

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

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

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

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

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

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

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

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