Shades of Medium Purple #A57AF3
Tints of Medium Purple #A57AF3
RGB
CMYK
RGB Variations
Color information
#A57AF3 (or 0xA57AF3) is known color: Medium Purple. HEX triplet: A5, 7A and F3. RGB value is (165,122,243). Sum of RGB (Red+Green+Blue) = 165+122+243=530 (70% of max value = 765). Red value is 165 (64.84% from 255 or 31.13% from 530); Green value is 122 (48.05% from 255 or 23.02% from 530); Blue value is 243 (95.31% from 255 or 45.85% from 530); Max value from RGB is 243 - color contains mainly: blue. Hex color #A57AF3 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A57AF3 is #5A850C. Grayscale: #949494. Windows color (decimal): -5932301 or 15956645. OLE color: 15956645.
HSL color Cylindrical-coordinate representation of color #A57AF3: hue angle of 261.32º degrees, saturation: 0.83, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A57AF3 is Cyan = 0.32, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 165 | 122 | 243 | - |
| CMYK | 0.32 | 0.50 | 0 | 0.05 |
| HSL | 261.32º | 0.83% | 0.72% | - |
| HSV(B) | 261.32º | 0.5% | 0.95% | - |
| XYZ | 38.65 | 28.39 | 88.24 | - |
| YUV | 148.65 | 181.25 | 139.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 122 | 243 | 0.32 | 0.50 | 0 | 0.05 | 261.32 | 0.83 | 0.72 |
| Hex | A5 | 7A | F3 | 20 | 32 | 0 | 5 | 105 | 53 | 48 |
| Octal | 245 | 172 | 363 | 40 | 62 | 0 | 5 | 405 | 123 | 110 |
| Binary | 10100101 | 1111010 | 11110011 | 100000 | 110010 | 0 | 101 | 100000101 | 1010011 | 1001000 |
Color Harmonies of #A57AF3
Complementary color
Monochromatic Colors of #A57AF3
Black with #A57AF3
Text Example
Text Example
White with #A57AF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A57AF3; }
p { color: rgb(165,122,243); }
H1.HeaderClassName
{
color: #A57AF3;
}
.AnyTagClassName
{
color: #A57AF3;
}
</style>
background-color css
<style>
a { background-color: #A57AF3; }
a { background-color: rgb(165,122,243); }
div.DivClassName
{
background-color: #A57AF3;
}
.BgClassName
{
background-color: #A57AF3;
}
</style>
border-color css
<style>
span { border-color: #A57AF3; }
span { border-color: rgb(165,122,243); }
td.TdClassName
{
border-color: #A57AF3;
}
.TagClassName
{
border-color: #A57AF3;
}
</style>