Shades of Medium Purple #A273EB
Tints of Medium Purple #A273EB
RGB
CMYK
RGB Variations
Color information
#A273EB (or 0xA273EB) is known color: Medium Purple. HEX triplet: A2, 73 and EB. RGB value is (162,115,235). Sum of RGB (Red+Green+Blue) = 162+115+235=512 (67% of max value = 765). Red value is 162 (63.67% from 255 or 31.64% from 512); Green value is 115 (45.31% from 255 or 22.46% from 512); Blue value is 235 (92.19% from 255 or 45.90% from 512); Max value from RGB is 235 - color contains mainly: blue. Hex color #A273EB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A273EB is #5D8C14. Grayscale: #8E8E8E. Windows color (decimal): -6130709 or 15430562. OLE color: 15430562.
HSL color Cylindrical-coordinate representation of color #A273EB: hue angle of 263.5º degrees, saturation: 0.75, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A273EB is Cyan = 0.31, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 162 | 115 | 235 | - |
| CMYK | 0.31 | 0.51 | 0 | 0.08 |
| HSL | 263.5º | 0.75% | 0.69% | - |
| HSV(B) | 263.5º | 0.51% | 0.92% | - |
| XYZ | 36.03 | 25.94 | 81.71 | - |
| YUV | 142.73 | 180.07 | 141.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 115 | 235 | 0.31 | 0.51 | 0 | 0.08 | 263.5 | 0.75 | 0.69 |
| Hex | A2 | 73 | EB | 1F | 33 | 0 | 8 | 108 | 4B | 45 |
| Octal | 242 | 163 | 353 | 37 | 63 | 0 | 10 | 410 | 113 | 105 |
| Binary | 10100010 | 1110011 | 11101011 | 11111 | 110011 | 0 | 1000 | 100001000 | 1001011 | 1000101 |
Color Harmonies of #A273EB
Complementary color
Monochromatic Colors of #A273EB
Black with #A273EB
Text Example
Text Example
White with #A273EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A273EB; }
p { color: rgb(162,115,235); }
H1.HeaderClassName
{
color: #A273EB;
}
.AnyTagClassName
{
color: #A273EB;
}
</style>
background-color css
<style>
a { background-color: #A273EB; }
a { background-color: rgb(162,115,235); }
div.DivClassName
{
background-color: #A273EB;
}
.BgClassName
{
background-color: #A273EB;
}
</style>
border-color css
<style>
span { border-color: #A273EB; }
span { border-color: rgb(162,115,235); }
td.TdClassName
{
border-color: #A273EB;
}
.TagClassName
{
border-color: #A273EB;
}
</style>