#A577FA

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

Shades of Medium Purple #A577FA

Tints of Medium Purple #A577FA

Color information

#A577FA (or 0xA577FA) is unknown color: approx Medium Purple. HEX triplet: A5, 77 and FA. RGB value is (165,119,250). Sum of RGB (Red+Green+Blue) = 165+119+250=534 (70% of max value = 765). Red value is 165 (64.84% from 255 or 30.90% from 534); Green value is 119 (46.88% from 255 or 22.28% from 534); Blue value is 250 (98.05% from 255 or 46.82% from 534); Max value from RGB is 250 - color contains mainly: blue. Hex color #A577FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A577FA is #5A8805. Grayscale: #939393. Windows color (decimal): -5933062 or 16414629. OLE color: 16414629.

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

Color convert

RGB165119250-
CMYK0.340.5200.02
HSL261.07º92.91%72.35%-
HSV(B)261.07º52.4%98.04%-
XYZ39.3728.193.79-
YUV147.69185.74140.35-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 30.90%
GREEN value IS 119 (46.88% from 255) = 22.28%
BLUE value IS 250 (98.05% from 255) = 46.82%
R=30.90%
G=22.28%
B=46.82%

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
Decimal1651192500.340.5200.02261.0792.9172.35
HexA577FA2234021055d48
Octal245167372426402405135110
Binary1010010111101111111101010001011010001010000010110111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A577FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A577FA; }

 p { color: rgb(165,119,250); }

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

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

 a { background-color: rgb(165,119,250); }

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

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

 span { border-color: rgb(165,119,250); }

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