Shades of Medium Purple #A270E8
Tints of Medium Purple #A270E8
RGB
CMYK
RGB Variations
Color information
#A270E8 (or 0xA270E8) is known color: Medium Purple. HEX triplet: A2, 70 and E8. RGB value is (162,112,232). Sum of RGB (Red+Green+Blue) = 162+112+232=506 (67% of max value = 765). Red value is 162 (63.67% from 255 or 32.02% from 506); Green value is 112 (44.14% from 255 or 22.13% from 506); Blue value is 232 (91.02% from 255 or 45.85% from 506); Max value from RGB is 232 - color contains mainly: blue. Hex color #A270E8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A270E8 is #5D8F17. Grayscale: #8C8C8C. Windows color (decimal): -6131480 or 15233186. OLE color: 15233186.
HSL color Cylindrical-coordinate representation of color #A270E8: hue angle of 265º degrees, saturation: 0.72, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A270E8 is Cyan = 0.30, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 162 | 112 | 232 | - |
| CMYK | 0.30 | 0.52 | 0 | 0.09 |
| HSL | 265º | 0.72% | 0.67% | - |
| HSV(B) | 265º | 0.52% | 0.91% | - |
| XYZ | 35.26 | 25.1 | 79.33 | - |
| YUV | 140.63 | 179.57 | 143.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 112 | 232 | 0.30 | 0.52 | 0 | 0.09 | 265 | 0.72 | 0.67 |
| Hex | A2 | 70 | E8 | 1E | 34 | 0 | 9 | 109 | 48 | 43 |
| Octal | 242 | 160 | 350 | 36 | 64 | 0 | 11 | 411 | 110 | 103 |
| Binary | 10100010 | 1110000 | 11101000 | 11110 | 110100 | 0 | 1001 | 100001001 | 1001000 | 1000011 |
Color Harmonies of #A270E8
Complementary color
Monochromatic Colors of #A270E8
Black with #A270E8
Text Example
Text Example
White with #A270E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A270E8; }
p { color: rgb(162,112,232); }
H1.HeaderClassName
{
color: #A270E8;
}
.AnyTagClassName
{
color: #A270E8;
}
</style>
background-color css
<style>
a { background-color: #A270E8; }
a { background-color: rgb(162,112,232); }
div.DivClassName
{
background-color: #A270E8;
}
.BgClassName
{
background-color: #A270E8;
}
</style>
border-color css
<style>
span { border-color: #A270E8; }
span { border-color: rgb(162,112,232); }
td.TdClassName
{
border-color: #A270E8;
}
.TagClassName
{
border-color: #A270E8;
}
</style>