Shades of Medium Purple #A373EB
Tints of Medium Purple #A373EB
RGB
CMYK
RGB Variations
Color information
#A373EB (or 0xA373EB) is known color: Medium Purple. HEX triplet: A3, 73 and EB. RGB value is (163,115,235). Sum of RGB (Red+Green+Blue) = 163+115+235=513 (67% of max value = 765). Red value is 163 (64.06% from 255 or 31.77% from 513); Green value is 115 (45.31% from 255 or 22.42% from 513); Blue value is 235 (92.19% from 255 or 45.81% from 513); Max value from RGB is 235 - color contains mainly: blue. Hex color #A373EB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A373EB is #5C8C14. Grayscale: #8E8E8E. Windows color (decimal): -6065173 or 15430563. OLE color: 15430563.
HSL color Cylindrical-coordinate representation of color #A373EB: hue angle of 264º 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 #A373EB is Cyan = 0.31, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 163 | 115 | 235 | - |
| CMYK | 0.31 | 0.51 | 0 | 0.08 |
| HSL | 264º | 0.75% | 0.69% | - |
| HSV(B) | 264º | 0.51% | 0.92% | - |
| XYZ | 36.23 | 26.05 | 81.72 | - |
| YUV | 143.03 | 179.9 | 142.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 115 | 235 | 0.31 | 0.51 | 0 | 0.08 | 264 | 0.75 | 0.69 |
| Hex | A3 | 73 | EB | 1F | 33 | 0 | 8 | 108 | 4B | 45 |
| Octal | 243 | 163 | 353 | 37 | 63 | 0 | 10 | 410 | 113 | 105 |
| Binary | 10100011 | 1110011 | 11101011 | 11111 | 110011 | 0 | 1000 | 100001000 | 1001011 | 1000101 |
Color Harmonies of #A373EB
Complementary color
Monochromatic Colors of #A373EB
Black with #A373EB
Text Example
Text Example
White with #A373EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A373EB; }
p { color: rgb(163,115,235); }
H1.HeaderClassName
{
color: #A373EB;
}
.AnyTagClassName
{
color: #A373EB;
}
</style>
background-color css
<style>
a { background-color: #A373EB; }
a { background-color: rgb(163,115,235); }
div.DivClassName
{
background-color: #A373EB;
}
.BgClassName
{
background-color: #A373EB;
}
</style>
border-color css
<style>
span { border-color: #A373EB; }
span { border-color: rgb(163,115,235); }
td.TdClassName
{
border-color: #A373EB;
}
.TagClassName
{
border-color: #A373EB;
}
</style>