#A57CD4

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

Shades of Medium Purple #A57CD4

Tints of Medium Purple #A57CD4

Color information

#A57CD4 (or 0xA57CD4) is unknown color: approx Medium Purple. HEX triplet: A5, 7C and D4. RGB value is (165,124,212). Sum of RGB (Red+Green+Blue) = 165+124+212=501 (66% of max value = 765). Red value is 165 (64.84% from 255 or 32.93% from 501); Green value is 124 (48.83% from 255 or 24.75% from 501); Blue value is 212 (83.20% from 255 or 42.32% from 501); Max value from RGB is 212 - color contains mainly: blue. Hex color #A57CD4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A57CD4 is #5A832B. Grayscale: #919191. Windows color (decimal): -5931820 or 13925541. OLE color: 13925541.

HSL color Cylindrical-coordinate representation of color #A57CD4: hue angle of 267.95º degrees, saturation: 0.51, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A57CD4 is Cyan = 0.22, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB165124212-
CMYK0.220.4200.17
HSL267.95º50.57%65.88%-
HSV(B)267.95º41.51%83.14%-
XYZ34.6127.1765.71-
YUV146.29165.08141.34-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 32.93%
GREEN value IS 124 (48.83% from 255) = 24.75%
BLUE value IS 212 (83.20% from 255) = 42.32%
R=32.93%
G=24.75%
B=42.32%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1651242120.220.4200.17267.9550.5765.88
HexA57CD4162A01110c3342
Octal245174324265202141463102
Binary10100101111110011010100101101010100100011000011001100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A57CD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A57CD4; }

 p { color: rgb(165,124,212); }

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

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

 a { background-color: rgb(165,124,212); }

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

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

 span { border-color: rgb(165,124,212); }

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