Shades of Medium Purple #A372EB
Tints of Medium Purple #A372EB
RGB
CMYK
RGB Variations
Color information
#A372EB (or 0xA372EB) is known color: Medium Purple. HEX triplet: A3, 72 and EB. RGB value is (163,114,235). Sum of RGB (Red+Green+Blue) = 163+114+235=512 (67% of max value = 765). Red value is 163 (64.06% from 255 or 31.84% from 512); Green value is 114 (44.92% from 255 or 22.27% 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 #A372EB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A372EB is #5C8D14. Grayscale: #8E8E8E. Windows color (decimal): -6065429 or 15430307. OLE color: 15430307.
HSL color Cylindrical-coordinate representation of color #A372EB: hue angle of 264.3º degrees, saturation: 0.75, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A372EB is Cyan = 0.31, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 163 | 114 | 235 | - |
| CMYK | 0.31 | 0.51 | 0 | 0.08 |
| HSL | 264.3º | 0.75% | 0.68% | - |
| HSV(B) | 264.3º | 0.51% | 0.92% | - |
| XYZ | 36.12 | 25.82 | 81.68 | - |
| YUV | 142.45 | 180.23 | 142.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 114 | 235 | 0.31 | 0.51 | 0 | 0.08 | 264.3 | 0.75 | 0.68 |
| Hex | A3 | 72 | EB | 1F | 33 | 0 | 8 | 108 | 4B | 44 |
| Octal | 243 | 162 | 353 | 37 | 63 | 0 | 10 | 410 | 113 | 104 |
| Binary | 10100011 | 1110010 | 11101011 | 11111 | 110011 | 0 | 1000 | 100001000 | 1001011 | 1000100 |
Color Harmonies of #A372EB
Complementary color
Monochromatic Colors of #A372EB
Black with #A372EB
Text Example
Text Example
White with #A372EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A372EB; }
p { color: rgb(163,114,235); }
H1.HeaderClassName
{
color: #A372EB;
}
.AnyTagClassName
{
color: #A372EB;
}
</style>
background-color css
<style>
a { background-color: #A372EB; }
a { background-color: rgb(163,114,235); }
div.DivClassName
{
background-color: #A372EB;
}
.BgClassName
{
background-color: #A372EB;
}
</style>
border-color css
<style>
span { border-color: #A372EB; }
span { border-color: rgb(163,114,235); }
td.TdClassName
{
border-color: #A372EB;
}
.TagClassName
{
border-color: #A372EB;
}
</style>