Shades of Medium Purple #A970EF
Tints of Medium Purple #A970EF
RGB
CMYK
RGB Variations
Color information
#A970EF (or 0xA970EF) is known color: Medium Purple. HEX triplet: A9, 70 and EF. RGB value is (169,112,239). Sum of RGB (Red+Green+Blue) = 169+112+239=520 (68% of max value = 765). Red value is 169 (66.41% from 255 or 32.5% from 520); Green value is 112 (44.14% from 255 or 21.54% from 520); Blue value is 239 (93.75% from 255 or 45.96% from 520); Max value from RGB is 239 - color contains mainly: blue. Hex color #A970EF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A970EF is #568F10. Grayscale: #8F8F8F. Windows color (decimal): -5672721 or 15691945. OLE color: 15691945.
HSL color Cylindrical-coordinate representation of color #A970EF: hue angle of 266.93º degrees, saturation: 0.8, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A970EF is Cyan = 0.29, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 169 | 112 | 239 | - |
| CMYK | 0.29 | 0.53 | 0 | 0.06 |
| HSL | 266.93º | 0.8% | 0.69% | - |
| HSV(B) | 266.93º | 0.53% | 0.94% | - |
| XYZ | 37.74 | 26.26 | 84.74 | - |
| YUV | 143.52 | 181.88 | 146.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 112 | 239 | 0.29 | 0.53 | 0 | 0.06 | 266.93 | 0.8 | 0.69 |
| Hex | A9 | 70 | EF | 1D | 35 | 0 | 6 | 10B | 50 | 45 |
| Octal | 251 | 160 | 357 | 35 | 65 | 0 | 6 | 413 | 120 | 105 |
| Binary | 10101001 | 1110000 | 11101111 | 11101 | 110101 | 0 | 110 | 100001011 | 1010000 | 1000101 |
Color Harmonies of #A970EF
Complementary color
Monochromatic Colors of #A970EF
Black with #A970EF
Text Example
Text Example
White with #A970EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A970EF; }
p { color: rgb(169,112,239); }
H1.HeaderClassName
{
color: #A970EF;
}
.AnyTagClassName
{
color: #A970EF;
}
</style>
background-color css
<style>
a { background-color: #A970EF; }
a { background-color: rgb(169,112,239); }
div.DivClassName
{
background-color: #A970EF;
}
.BgClassName
{
background-color: #A970EF;
}
</style>
border-color css
<style>
span { border-color: #A970EF; }
span { border-color: rgb(169,112,239); }
td.TdClassName
{
border-color: #A970EF;
}
.TagClassName
{
border-color: #A970EF;
}
</style>