Shades of Medium Purple #A273EE
Tints of Medium Purple #A273EE
RGB
CMYK
RGB Variations
Color information
#A273EE (or 0xA273EE) is known color: Medium Purple. HEX triplet: A2, 73 and EE. RGB value is (162,115,238). Sum of RGB (Red+Green+Blue) = 162+115+238=515 (68% of max value = 765). Red value is 162 (63.67% from 255 or 31.46% from 515); Green value is 115 (45.31% from 255 or 22.33% from 515); Blue value is 238 (93.36% from 255 or 46.21% from 515); Max value from RGB is 238 - color contains mainly: blue. Hex color #A273EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A273EE is #5D8C11. Grayscale: #8E8E8E. Windows color (decimal): -6130706 or 15627170. OLE color: 15627170.
HSL color Cylindrical-coordinate representation of color #A273EE: hue angle of 262.93º degrees, saturation: 0.78, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A273EE is Cyan = 0.32, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 162 | 115 | 238 | - |
| CMYK | 0.32 | 0.52 | 0 | 0.07 |
| HSL | 262.93º | 0.78% | 0.69% | - |
| HSV(B) | 262.93º | 0.52% | 0.93% | - |
| XYZ | 36.46 | 26.12 | 84.01 | - |
| YUV | 143.08 | 181.57 | 141.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 115 | 238 | 0.32 | 0.52 | 0 | 0.07 | 262.93 | 0.78 | 0.69 |
| Hex | A2 | 73 | EE | 20 | 34 | 0 | 7 | 107 | 4E | 45 |
| Octal | 242 | 163 | 356 | 40 | 64 | 0 | 7 | 407 | 116 | 105 |
| Binary | 10100010 | 1110011 | 11101110 | 100000 | 110100 | 0 | 111 | 100000111 | 1001110 | 1000101 |
Color Harmonies of #A273EE
Complementary color
Monochromatic Colors of #A273EE
Black with #A273EE
Text Example
Text Example
White with #A273EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A273EE; }
p { color: rgb(162,115,238); }
H1.HeaderClassName
{
color: #A273EE;
}
.AnyTagClassName
{
color: #A273EE;
}
</style>
background-color css
<style>
a { background-color: #A273EE; }
a { background-color: rgb(162,115,238); }
div.DivClassName
{
background-color: #A273EE;
}
.BgClassName
{
background-color: #A273EE;
}
</style>
border-color css
<style>
span { border-color: #A273EE; }
span { border-color: rgb(162,115,238); }
td.TdClassName
{
border-color: #A273EE;
}
.TagClassName
{
border-color: #A273EE;
}
</style>