Shades of Medium Purple #A273E8
Tints of Medium Purple #A273E8
RGB
CMYK
RGB Variations
Color information
#A273E8 (or 0xA273E8) is known color: Medium Purple. HEX triplet: A2, 73 and E8. RGB value is (162,115,232). Sum of RGB (Red+Green+Blue) = 162+115+232=509 (67% of max value = 765). Red value is 162 (63.67% from 255 or 31.83% from 509); Green value is 115 (45.31% from 255 or 22.59% from 509); Blue value is 232 (91.02% from 255 or 45.58% from 509); Max value from RGB is 232 - color contains mainly: blue. Hex color #A273E8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A273E8 is #5D8C17. Grayscale: #8D8D8D. Windows color (decimal): -6130712 or 15233954. OLE color: 15233954.
HSL color Cylindrical-coordinate representation of color #A273E8: hue angle of 264.1º degrees, saturation: 0.72, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A273E8 is Cyan = 0.30, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 162 | 115 | 232 | - |
| CMYK | 0.30 | 0.50 | 0 | 0.09 |
| HSL | 264.1º | 0.72% | 0.68% | - |
| HSV(B) | 264.1º | 0.5% | 0.91% | - |
| XYZ | 35.6 | 25.77 | 79.44 | - |
| YUV | 142.39 | 178.57 | 141.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 115 | 232 | 0.30 | 0.50 | 0 | 0.09 | 264.1 | 0.72 | 0.68 |
| Hex | A2 | 73 | E8 | 1E | 32 | 0 | 9 | 108 | 48 | 44 |
| Octal | 242 | 163 | 350 | 36 | 62 | 0 | 11 | 410 | 110 | 104 |
| Binary | 10100010 | 1110011 | 11101000 | 11110 | 110010 | 0 | 1001 | 100001000 | 1001000 | 1000100 |
Color Harmonies of #A273E8
Complementary color
Monochromatic Colors of #A273E8
Black with #A273E8
Text Example
Text Example
White with #A273E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A273E8; }
p { color: rgb(162,115,232); }
H1.HeaderClassName
{
color: #A273E8;
}
.AnyTagClassName
{
color: #A273E8;
}
</style>
background-color css
<style>
a { background-color: #A273E8; }
a { background-color: rgb(162,115,232); }
div.DivClassName
{
background-color: #A273E8;
}
.BgClassName
{
background-color: #A273E8;
}
</style>
border-color css
<style>
span { border-color: #A273E8; }
span { border-color: rgb(162,115,232); }
td.TdClassName
{
border-color: #A273E8;
}
.TagClassName
{
border-color: #A273E8;
}
</style>