Shades of Medium Purple #A373E2
Tints of Medium Purple #A373E2
RGB
CMYK
RGB Variations
Color information
#A373E2 (or 0xA373E2) is known color: Medium Purple. HEX triplet: A3, 73 and E2. RGB value is (163,115,226). Sum of RGB (Red+Green+Blue) = 163+115+226=504 (66% of max value = 765). Red value is 163 (64.06% from 255 or 32.34% from 504); Green value is 115 (45.31% from 255 or 22.82% from 504); Blue value is 226 (88.67% from 255 or 44.84% from 504); Max value from RGB is 226 - color contains mainly: blue. Hex color #A373E2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A373E2 is #5C8C1D. Grayscale: #8D8D8D. Windows color (decimal): -6065182 or 14840739. OLE color: 14840739.
HSL color Cylindrical-coordinate representation of color #A373E2: hue angle of 265.95º degrees, saturation: 0.66, 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 #A373E2 is Cyan = 0.28, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 163 | 115 | 226 | - |
| CMYK | 0.28 | 0.49 | 0 | 0.11 |
| HSL | 265.95º | 0.66% | 0.67% | - |
| HSV(B) | 265.95º | 0.49% | 0.89% | - |
| XYZ | 34.96 | 25.54 | 75.04 | - |
| YUV | 142.01 | 175.4 | 142.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 115 | 226 | 0.28 | 0.49 | 0 | 0.11 | 265.95 | 0.66 | 0.67 |
| Hex | A3 | 73 | E2 | 1C | 31 | 0 | B | 10A | 42 | 43 |
| Octal | 243 | 163 | 342 | 34 | 61 | 0 | 13 | 412 | 102 | 103 |
| Binary | 10100011 | 1110011 | 11100010 | 11100 | 110001 | 0 | 1011 | 100001010 | 1000010 | 1000011 |
Color Harmonies of #A373E2
Complementary color
Monochromatic Colors of #A373E2
Black with #A373E2
Text Example
Text Example
White with #A373E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A373E2; }
p { color: rgb(163,115,226); }
H1.HeaderClassName
{
color: #A373E2;
}
.AnyTagClassName
{
color: #A373E2;
}
</style>
background-color css
<style>
a { background-color: #A373E2; }
a { background-color: rgb(163,115,226); }
div.DivClassName
{
background-color: #A373E2;
}
.BgClassName
{
background-color: #A373E2;
}
</style>
border-color css
<style>
span { border-color: #A373E2; }
span { border-color: rgb(163,115,226); }
td.TdClassName
{
border-color: #A373E2;
}
.TagClassName
{
border-color: #A373E2;
}
</style>