Shades of Medium Purple #A270E9
Tints of Medium Purple #A270E9
RGB
CMYK
RGB Variations
Color information
#A270E9 (or 0xA270E9) is known color: Medium Purple. HEX triplet: A2, 70 and E9. RGB value is (162,112,233). Sum of RGB (Red+Green+Blue) = 162+112+233=507 (67% of max value = 765). Red value is 162 (63.67% from 255 or 31.95% from 507); Green value is 112 (44.14% from 255 or 22.09% from 507); Blue value is 233 (91.41% from 255 or 45.96% from 507); Max value from RGB is 233 - color contains mainly: blue. Hex color #A270E9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A270E9 is #5D8F16. Grayscale: #8C8C8C. Windows color (decimal): -6131479 or 15298722. OLE color: 15298722.
HSL color Cylindrical-coordinate representation of color #A270E9: hue angle of 264.79º degrees, saturation: 0.73, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A270E9 is Cyan = 0.30, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 162 | 112 | 233 | - |
| CMYK | 0.30 | 0.52 | 0 | 0.09 |
| HSL | 264.79º | 0.73% | 0.68% | - |
| HSV(B) | 264.79º | 0.52% | 0.91% | - |
| XYZ | 35.4 | 25.15 | 80.08 | - |
| YUV | 140.74 | 180.07 | 143.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 112 | 233 | 0.30 | 0.52 | 0 | 0.09 | 264.79 | 0.73 | 0.68 |
| Hex | A2 | 70 | E9 | 1E | 34 | 0 | 9 | 109 | 49 | 44 |
| Octal | 242 | 160 | 351 | 36 | 64 | 0 | 11 | 411 | 111 | 104 |
| Binary | 10100010 | 1110000 | 11101001 | 11110 | 110100 | 0 | 1001 | 100001001 | 1001001 | 1000100 |
Color Harmonies of #A270E9
Complementary color
Monochromatic Colors of #A270E9
Black with #A270E9
Text Example
Text Example
White with #A270E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A270E9; }
p { color: rgb(162,112,233); }
H1.HeaderClassName
{
color: #A270E9;
}
.AnyTagClassName
{
color: #A270E9;
}
</style>
background-color css
<style>
a { background-color: #A270E9; }
a { background-color: rgb(162,112,233); }
div.DivClassName
{
background-color: #A270E9;
}
.BgClassName
{
background-color: #A270E9;
}
</style>
border-color css
<style>
span { border-color: #A270E9; }
span { border-color: rgb(162,112,233); }
td.TdClassName
{
border-color: #A270E9;
}
.TagClassName
{
border-color: #A270E9;
}
</style>