#A576F0

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

Shades of Medium Purple #A576F0

Tints of Medium Purple #A576F0

Color information

#A576F0 (or 0xA576F0) is unknown color: approx Medium Purple. HEX triplet: A5, 76 and F0. RGB value is (165,118,240). Sum of RGB (Red+Green+Blue) = 165+118+240=523 (69% of max value = 765). Red value is 165 (64.84% from 255 or 31.55% from 523); Green value is 118 (46.48% from 255 or 22.56% from 523); Blue value is 240 (94.14% from 255 or 45.89% from 523); Max value from RGB is 240 - color contains mainly: blue. Hex color #A576F0 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A576F0 is #5A890F. Grayscale: #919191. Windows color (decimal): -5933328 or 15759013. OLE color: 15759013.

HSL color Cylindrical-coordinate representation of color #A576F0: hue angle of 263.11º degrees, saturation: 0.8, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A576F0 is Cyan = 0.31, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB165118240-
CMYK0.310.5100.06
HSL263.11º80.26%70.2%-
HSV(B)263.11º50.83%94.12%-
XYZ37.7227.2585.71-
YUV145.96181.07141.58-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 31.55%
GREEN value IS 118 (46.48% from 255) = 22.56%
BLUE value IS 240 (94.14% from 255) = 45.89%
R=31.55%
G=22.56%
B=45.89%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1651182400.310.5100.06263.1180.2670.2
HexA576F01F33061075046
Octal245166360376306407120106
Binary1010010111101101111000011111110011011010000011110100001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A576F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A576F0; }

 p { color: rgb(165,118,240); }

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

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

 a { background-color: rgb(165,118,240); }

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

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

 span { border-color: rgb(165,118,240); }

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