Shades of Medium Purple #A57ADB
Tints of Medium Purple #A57ADB
RGB
CMYK
RGB Variations
Color information
#A57ADB (or 0xA57ADB) is known color: Medium Purple. HEX triplet: A5, 7A and DB. RGB value is (165,122,219). Sum of RGB (Red+Green+Blue) = 165+122+219=506 (67% of max value = 765). Red value is 165 (64.84% from 255 or 32.61% from 506); Green value is 122 (48.05% from 255 or 24.11% from 506); Blue value is 219 (85.94% from 255 or 43.28% from 506); Max value from RGB is 219 - color contains mainly: blue. Hex color #A57ADB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A57ADB is #5A8524. Grayscale: #919191. Windows color (decimal): -5932325 or 14383781. OLE color: 14383781.
HSL color Cylindrical-coordinate representation of color #A57ADB: hue angle of 266.6º degrees, saturation: 0.57, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A57ADB is Cyan = 0.25, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 165 | 122 | 219 | - |
| CMYK | 0.25 | 0.44 | 0 | 0.14 |
| HSL | 266.6º | 0.57% | 0.67% | - |
| HSV(B) | 266.6º | 0.44% | 0.86% | - |
| XYZ | 35.26 | 27.03 | 70.38 | - |
| YUV | 145.92 | 169.25 | 141.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 122 | 219 | 0.25 | 0.44 | 0 | 0.14 | 266.6 | 0.57 | 0.67 |
| Hex | A5 | 7A | DB | 19 | 2C | 0 | E | 10B | 39 | 43 |
| Octal | 245 | 172 | 333 | 31 | 54 | 0 | 16 | 413 | 71 | 103 |
| Binary | 10100101 | 1111010 | 11011011 | 11001 | 101100 | 0 | 1110 | 100001011 | 111001 | 1000011 |
Color Harmonies of #A57ADB
Complementary color
Monochromatic Colors of #A57ADB
Black with #A57ADB
Text Example
Text Example
White with #A57ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A57ADB; }
p { color: rgb(165,122,219); }
H1.HeaderClassName
{
color: #A57ADB;
}
.AnyTagClassName
{
color: #A57ADB;
}
</style>
background-color css
<style>
a { background-color: #A57ADB; }
a { background-color: rgb(165,122,219); }
div.DivClassName
{
background-color: #A57ADB;
}
.BgClassName
{
background-color: #A57ADB;
}
</style>
border-color css
<style>
span { border-color: #A57ADB; }
span { border-color: rgb(165,122,219); }
td.TdClassName
{
border-color: #A57ADB;
}
.TagClassName
{
border-color: #A57ADB;
}
</style>