Shades of Medium Purple #A970FF
Tints of Medium Purple #A970FF
RGB
CMYK
RGB Variations
Color information
#A970FF (or 0xA970FF) is known color: Medium Purple. HEX triplet: A9, 70 and FF. RGB value is (169,112,255). Sum of RGB (Red+Green+Blue) = 169+112+255=536 (70% of max value = 765). Red value is 169 (66.41% from 255 or 31.53% from 536); Green value is 112 (44.14% from 255 or 20.90% from 536); Blue value is 255 (100% from 255 or 47.57% from 536); Max value from RGB is 255 - color contains mainly: blue. Hex color #A970FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A970FF is #568F00. Grayscale: #909090. Windows color (decimal): -5672705 or 16740521. OLE color: 16740521.
HSL color Cylindrical-coordinate representation of color #A970FF: hue angle of 263.92º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A970FF is Cyan = 0.34, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 169 | 112 | 255 | - |
| CMYK | 0.34 | 0.56 | 0 | 0 |
| HSL | 263.92º | 1% | 0.72% | - |
| HSV(B) | 263.92º | 0.56% | 1% | - |
| XYZ | 40.21 | 27.24 | 97.75 | - |
| YUV | 145.35 | 189.88 | 144.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 112 | 255 | 0.34 | 0.56 | 0 | 0 | 263.92 | 1 | 0.72 |
| Hex | A9 | 70 | FF | 22 | 38 | 0 | 0 | 108 | 64 | 48 |
| Octal | 251 | 160 | 377 | 42 | 70 | 0 | 0 | 410 | 144 | 110 |
| Binary | 10101001 | 1110000 | 11111111 | 100010 | 111000 | 0 | 0 | 100001000 | 1100100 | 1001000 |
Color Harmonies of #A970FF
Complementary color
Monochromatic Colors of #A970FF
Black with #A970FF
Text Example
Text Example
White with #A970FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A970FF; }
p { color: rgb(169,112,255); }
H1.HeaderClassName
{
color: #A970FF;
}
.AnyTagClassName
{
color: #A970FF;
}
</style>
background-color css
<style>
a { background-color: #A970FF; }
a { background-color: rgb(169,112,255); }
div.DivClassName
{
background-color: #A970FF;
}
.BgClassName
{
background-color: #A970FF;
}
</style>
border-color css
<style>
span { border-color: #A970FF; }
span { border-color: rgb(169,112,255); }
td.TdClassName
{
border-color: #A970FF;
}
.TagClassName
{
border-color: #A970FF;
}
</style>