Shades of Medium Purple #A270F7
Tints of Medium Purple #A270F7
RGB
CMYK
RGB Variations
Color information
#A270F7 (or 0xA270F7) is known color: Medium Purple. HEX triplet: A2, 70 and F7. RGB value is (162,112,247). Sum of RGB (Red+Green+Blue) = 162+112+247=521 (69% of max value = 765). Red value is 162 (63.67% from 255 or 31.09% from 521); Green value is 112 (44.14% from 255 or 21.50% from 521); Blue value is 247 (96.88% from 255 or 47.41% from 521); Max value from RGB is 247 - color contains mainly: blue. Hex color #A270F7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A270F7 is #5D8F08. Grayscale: #8D8D8D. Windows color (decimal): -6131465 or 16216226. OLE color: 16216226.
HSL color Cylindrical-coordinate representation of color #A270F7: hue angle of 262.22º degrees, saturation: 0.89, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A270F7 is Cyan = 0.34, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 162 | 112 | 247 | - |
| CMYK | 0.34 | 0.55 | 0 | 0.03 |
| HSL | 262.22º | 0.89% | 0.7% | - |
| HSV(B) | 262.22º | 0.55% | 0.97% | - |
| XYZ | 37.48 | 25.99 | 91.04 | - |
| YUV | 142.34 | 187.07 | 142.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 112 | 247 | 0.34 | 0.55 | 0 | 0.03 | 262.22 | 0.89 | 0.7 |
| Hex | A2 | 70 | F7 | 22 | 37 | 0 | 3 | 106 | 59 | 46 |
| Octal | 242 | 160 | 367 | 42 | 67 | 0 | 3 | 406 | 131 | 106 |
| Binary | 10100010 | 1110000 | 11110111 | 100010 | 110111 | 0 | 11 | 100000110 | 1011001 | 1000110 |
Color Harmonies of #A270F7
Complementary color
Monochromatic Colors of #A270F7
Black with #A270F7
Text Example
Text Example
White with #A270F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A270F7; }
p { color: rgb(162,112,247); }
H1.HeaderClassName
{
color: #A270F7;
}
.AnyTagClassName
{
color: #A270F7;
}
</style>
background-color css
<style>
a { background-color: #A270F7; }
a { background-color: rgb(162,112,247); }
div.DivClassName
{
background-color: #A270F7;
}
.BgClassName
{
background-color: #A270F7;
}
</style>
border-color css
<style>
span { border-color: #A270F7; }
span { border-color: rgb(162,112,247); }
td.TdClassName
{
border-color: #A270F7;
}
.TagClassName
{
border-color: #A270F7;
}
</style>