Shades of Medium Purple #A072D8
Tints of Medium Purple #A072D8
RGB
CMYK
RGB Variations
Color information
#A072D8 (or 0xA072D8) is known color: Medium Purple. HEX triplet: A0, 72 and D8. RGB value is (160,114,216). Sum of RGB (Red+Green+Blue) = 160+114+216=490 (64% of max value = 765). Red value is 160 (62.89% from 255 or 32.65% from 490); Green value is 114 (44.92% from 255 or 23.27% from 490); Blue value is 216 (84.77% from 255 or 44.08% from 490); Max value from RGB is 216 - color contains mainly: blue. Hex color #A072D8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A072D8 is #5F8D27. Grayscale: #8B8B8B. Windows color (decimal): -6262056 or 14185120. OLE color: 14185120.
HSL color Cylindrical-coordinate representation of color #A072D8: hue angle of 267.06º degrees, saturation: 0.57, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A072D8 is Cyan = 0.26, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 160 | 114 | 216 | - |
| CMYK | 0.26 | 0.47 | 0 | 0.15 |
| HSL | 267.06º | 0.57% | 0.65% | - |
| HSV(B) | 267.06º | 0.47% | 0.85% | - |
| XYZ | 32.91 | 24.47 | 67.95 | - |
| YUV | 139.38 | 171.24 | 142.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 114 | 216 | 0.26 | 0.47 | 0 | 0.15 | 267.06 | 0.57 | 0.65 |
| Hex | A0 | 72 | D8 | 1A | 2F | 0 | F | 10B | 39 | 41 |
| Octal | 240 | 162 | 330 | 32 | 57 | 0 | 17 | 413 | 71 | 101 |
| Binary | 10100000 | 1110010 | 11011000 | 11010 | 101111 | 0 | 1111 | 100001011 | 111001 | 1000001 |
Color Harmonies of #A072D8
Complementary color
Monochromatic Colors of #A072D8
Black with #A072D8
Text Example
Text Example
White with #A072D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A072D8; }
p { color: rgb(160,114,216); }
H1.HeaderClassName
{
color: #A072D8;
}
.AnyTagClassName
{
color: #A072D8;
}
</style>
background-color css
<style>
a { background-color: #A072D8; }
a { background-color: rgb(160,114,216); }
div.DivClassName
{
background-color: #A072D8;
}
.BgClassName
{
background-color: #A072D8;
}
</style>
border-color css
<style>
span { border-color: #A072D8; }
span { border-color: rgb(160,114,216); }
td.TdClassName
{
border-color: #A072D8;
}
.TagClassName
{
border-color: #A072D8;
}
</style>