Shades of Medium Purple #A970F8
Tints of Medium Purple #A970F8
RGB
CMYK
RGB Variations
Color information
#A970F8 (or 0xA970F8) is known color: Medium Purple. HEX triplet: A9, 70 and F8. RGB value is (169,112,248). Sum of RGB (Red+Green+Blue) = 169+112+248=529 (70% of max value = 765). Red value is 169 (66.41% from 255 or 31.95% from 529); Green value is 112 (44.14% from 255 or 21.17% from 529); Blue value is 248 (97.27% from 255 or 46.88% from 529); Max value from RGB is 248 - color contains mainly: blue. Hex color #A970F8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A970F8 is #568F07. Grayscale: #909090. Windows color (decimal): -5672712 or 16281769. OLE color: 16281769.
HSL color Cylindrical-coordinate representation of color #A970F8: hue angle of 265.15º degrees, saturation: 0.91, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A970F8 is Cyan = 0.32, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 169 | 112 | 248 | - |
| CMYK | 0.32 | 0.55 | 0 | 0.03 |
| HSL | 265.15º | 0.91% | 0.71% | - |
| HSV(B) | 265.15º | 0.55% | 0.97% | - |
| XYZ | 39.1 | 26.8 | 91.92 | - |
| YUV | 144.55 | 186.38 | 145.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 112 | 248 | 0.32 | 0.55 | 0 | 0.03 | 265.15 | 0.91 | 0.71 |
| Hex | A9 | 70 | F8 | 20 | 37 | 0 | 3 | 109 | 5B | 47 |
| Octal | 251 | 160 | 370 | 40 | 67 | 0 | 3 | 411 | 133 | 107 |
| Binary | 10101001 | 1110000 | 11111000 | 100000 | 110111 | 0 | 11 | 100001001 | 1011011 | 1000111 |
Color Harmonies of #A970F8
Complementary color
Monochromatic Colors of #A970F8
Black with #A970F8
Text Example
Text Example
White with #A970F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A970F8; }
p { color: rgb(169,112,248); }
H1.HeaderClassName
{
color: #A970F8;
}
.AnyTagClassName
{
color: #A970F8;
}
</style>
background-color css
<style>
a { background-color: #A970F8; }
a { background-color: rgb(169,112,248); }
div.DivClassName
{
background-color: #A970F8;
}
.BgClassName
{
background-color: #A970F8;
}
</style>
border-color css
<style>
span { border-color: #A970F8; }
span { border-color: rgb(169,112,248); }
td.TdClassName
{
border-color: #A970F8;
}
.TagClassName
{
border-color: #A970F8;
}
</style>