Shades of Medium Purple #A970EB
Tints of Medium Purple #A970EB
RGB
CMYK
RGB Variations
Color information
#A970EB (or 0xA970EB) is known color: Medium Purple. HEX triplet: A9, 70 and EB. RGB value is (169,112,235). Sum of RGB (Red+Green+Blue) = 169+112+235=516 (68% of max value = 765). Red value is 169 (66.41% from 255 or 32.75% from 516); Green value is 112 (44.14% from 255 or 21.71% from 516); Blue value is 235 (92.19% from 255 or 45.54% from 516); Max value from RGB is 235 - color contains mainly: blue. Hex color #A970EB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A970EB is #568F14. Grayscale: #8E8E8E. Windows color (decimal): -5672725 or 15429801. OLE color: 15429801.
HSL color Cylindrical-coordinate representation of color #A970EB: hue angle of 267.8º degrees, saturation: 0.75, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A970EB is Cyan = 0.28, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 169 | 112 | 235 | - |
| CMYK | 0.28 | 0.52 | 0 | 0.08 |
| HSL | 267.8º | 0.75% | 0.68% | - |
| HSV(B) | 267.8º | 0.52% | 0.92% | - |
| XYZ | 37.15 | 26.02 | 81.66 | - |
| YUV | 143.07 | 179.88 | 146.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 112 | 235 | 0.28 | 0.52 | 0 | 0.08 | 267.8 | 0.75 | 0.68 |
| Hex | A9 | 70 | EB | 1C | 34 | 0 | 8 | 10C | 4B | 44 |
| Octal | 251 | 160 | 353 | 34 | 64 | 0 | 10 | 414 | 113 | 104 |
| Binary | 10101001 | 1110000 | 11101011 | 11100 | 110100 | 0 | 1000 | 100001100 | 1001011 | 1000100 |
Color Harmonies of #A970EB
Complementary color
Monochromatic Colors of #A970EB
Black with #A970EB
Text Example
Text Example
White with #A970EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A970EB; }
p { color: rgb(169,112,235); }
H1.HeaderClassName
{
color: #A970EB;
}
.AnyTagClassName
{
color: #A970EB;
}
</style>
background-color css
<style>
a { background-color: #A970EB; }
a { background-color: rgb(169,112,235); }
div.DivClassName
{
background-color: #A970EB;
}
.BgClassName
{
background-color: #A970EB;
}
</style>
border-color css
<style>
span { border-color: #A970EB; }
span { border-color: rgb(169,112,235); }
td.TdClassName
{
border-color: #A970EB;
}
.TagClassName
{
border-color: #A970EB;
}
</style>