#A577D8

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

Shades of Medium Purple #A577D8

Tints of Medium Purple #A577D8

Color information

#A577D8 (or 0xA577D8) is unknown color: approx Medium Purple. HEX triplet: A5, 77 and D8. RGB value is (165,119,216). Sum of RGB (Red+Green+Blue) = 165+119+216=500 (66% of max value = 765). Red value is 165 (64.84% from 255 or 33% from 500); Green value is 119 (46.88% from 255 or 23.8% from 500); Blue value is 216 (84.77% from 255 or 43.2% from 500); Max value from RGB is 216 - color contains mainly: blue. Hex color #A577D8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A577D8 is #5A8827. Grayscale: #8F8F8F. Windows color (decimal): -5933096 or 14186405. OLE color: 14186405.

HSL color Cylindrical-coordinate representation of color #A577D8: hue angle of 268.45º degrees, saturation: 0.55, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A577D8 is Cyan = 0.24, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB165119216-
CMYK0.240.4500.15
HSL268.45º55.43%65.69%-
HSV(B)268.45º44.91%84.71%-
XYZ34.5126.1568.19-
YUV143.81168.74143.11-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 33%
GREEN value IS 119 (46.88% from 255) = 23.8%
BLUE value IS 216 (84.77% from 255) = 43.2%
R=33%
G=23.8%
B=43.2%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1651192160.240.4500.15268.4555.4365.69
HexA577D8182D0F10c3742
Octal245167330305501741467102
Binary1010010111101111101100011000101101011111000011001101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A577D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A577D8; }

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

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

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

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

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

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

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

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