Shades of Medium Purple #A273E3
Tints of Medium Purple #A273E3
RGB
CMYK
RGB Variations
Color information
#A273E3 (or 0xA273E3) is known color: Medium Purple. HEX triplet: A2, 73 and E3. RGB value is (162,115,227). Sum of RGB (Red+Green+Blue) = 162+115+227=504 (66% of max value = 765). Red value is 162 (63.67% from 255 or 32.14% from 504); Green value is 115 (45.31% from 255 or 22.82% from 504); Blue value is 227 (89.06% from 255 or 45.04% from 504); Max value from RGB is 227 - color contains mainly: blue. Hex color #A273E3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A273E3 is #5D8C1C. Grayscale: #8D8D8D. Windows color (decimal): -6130717 or 14906274. OLE color: 14906274.
HSL color Cylindrical-coordinate representation of color #A273E3: hue angle of 265.18º degrees, saturation: 0.67, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A273E3 is Cyan = 0.29, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 162 | 115 | 227 | - |
| CMYK | 0.29 | 0.49 | 0 | 0.11 |
| HSL | 265.18º | 0.67% | 0.67% | - |
| HSV(B) | 265.18º | 0.49% | 0.89% | - |
| XYZ | 34.9 | 25.49 | 75.75 | - |
| YUV | 141.82 | 176.07 | 142.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 115 | 227 | 0.29 | 0.49 | 0 | 0.11 | 265.18 | 0.67 | 0.67 |
| Hex | A2 | 73 | E3 | 1D | 31 | 0 | B | 109 | 43 | 43 |
| Octal | 242 | 163 | 343 | 35 | 61 | 0 | 13 | 411 | 103 | 103 |
| Binary | 10100010 | 1110011 | 11100011 | 11101 | 110001 | 0 | 1011 | 100001001 | 1000011 | 1000011 |
Color Harmonies of #A273E3
Complementary color
Monochromatic Colors of #A273E3
Black with #A273E3
Text Example
Text Example
White with #A273E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A273E3; }
p { color: rgb(162,115,227); }
H1.HeaderClassName
{
color: #A273E3;
}
.AnyTagClassName
{
color: #A273E3;
}
</style>
background-color css
<style>
a { background-color: #A273E3; }
a { background-color: rgb(162,115,227); }
div.DivClassName
{
background-color: #A273E3;
}
.BgClassName
{
background-color: #A273E3;
}
</style>
border-color css
<style>
span { border-color: #A273E3; }
span { border-color: rgb(162,115,227); }
td.TdClassName
{
border-color: #A273E3;
}
.TagClassName
{
border-color: #A273E3;
}
</style>