#A57AD8

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

Shades of Medium Purple #A57AD8

Tints of Medium Purple #A57AD8

Color information

#A57AD8 (or 0xA57AD8) is unknown color: approx Medium Purple. HEX triplet: A5, 7A and D8. RGB value is (165,122,216). Sum of RGB (Red+Green+Blue) = 165+122+216=503 (66% of max value = 765). Red value is 165 (64.84% from 255 or 32.80% from 503); Green value is 122 (48.05% from 255 or 24.25% from 503); Blue value is 216 (84.77% from 255 or 42.94% from 503); Max value from RGB is 216 - color contains mainly: blue. Hex color #A57AD8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A57AD8 is #5A8527. Grayscale: #919191. Windows color (decimal): -5932328 or 14187173. OLE color: 14187173.

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

Color convert

RGB165122216-
CMYK0.240.4400.15
HSL267.45º54.65%66.27%-
HSV(B)267.45º43.52%84.71%-
XYZ34.8726.8868.32-
YUV145.57167.75141.86-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 32.80%
GREEN value IS 122 (48.05% from 255) = 24.25%
BLUE value IS 216 (84.77% from 255) = 42.94%
R=32.80%
G=24.25%
B=42.94%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1651222160.240.4400.15267.4554.6566.27
HexA57AD8182C0F10b3742
Octal245172330305401741367102
Binary1010010111110101101100011000101100011111000010111101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A57AD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A57AD8; }

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

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

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

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

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

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

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

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