Shades of Medium Purple #A270F2
Tints of Medium Purple #A270F2
RGB
CMYK
RGB Variations
Color information
#A270F2 (or 0xA270F2) is known color: Medium Purple. HEX triplet: A2, 70 and F2. RGB value is (162,112,242). Sum of RGB (Red+Green+Blue) = 162+112+242=516 (68% of max value = 765). Red value is 162 (63.67% from 255 or 31.40% from 516); Green value is 112 (44.14% from 255 or 21.71% from 516); Blue value is 242 (94.92% from 255 or 46.90% from 516); Max value from RGB is 242 - color contains mainly: blue. Hex color #A270F2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A270F2 is #5D8F0D. Grayscale: #8D8D8D. Windows color (decimal): -6131470 or 15888546. OLE color: 15888546.
HSL color Cylindrical-coordinate representation of color #A270F2: hue angle of 263.08º degrees, saturation: 0.83, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A270F2 is Cyan = 0.33, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 162 | 112 | 242 | - |
| CMYK | 0.33 | 0.54 | 0 | 0.05 |
| HSL | 263.08º | 0.83% | 0.69% | - |
| HSV(B) | 263.08º | 0.54% | 0.95% | - |
| XYZ | 36.72 | 25.68 | 87.03 | - |
| YUV | 141.77 | 184.57 | 142.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 112 | 242 | 0.33 | 0.54 | 0 | 0.05 | 263.08 | 0.83 | 0.69 |
| Hex | A2 | 70 | F2 | 21 | 36 | 0 | 5 | 107 | 53 | 45 |
| Octal | 242 | 160 | 362 | 41 | 66 | 0 | 5 | 407 | 123 | 105 |
| Binary | 10100010 | 1110000 | 11110010 | 100001 | 110110 | 0 | 101 | 100000111 | 1010011 | 1000101 |
Color Harmonies of #A270F2
Complementary color
Monochromatic Colors of #A270F2
Black with #A270F2
Text Example
Text Example
White with #A270F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A270F2; }
p { color: rgb(162,112,242); }
H1.HeaderClassName
{
color: #A270F2;
}
.AnyTagClassName
{
color: #A270F2;
}
</style>
background-color css
<style>
a { background-color: #A270F2; }
a { background-color: rgb(162,112,242); }
div.DivClassName
{
background-color: #A270F2;
}
.BgClassName
{
background-color: #A270F2;
}
</style>
border-color css
<style>
span { border-color: #A270F2; }
span { border-color: rgb(162,112,242); }
td.TdClassName
{
border-color: #A270F2;
}
.TagClassName
{
border-color: #A270F2;
}
</style>