Shades of Medium Purple #A372EE
Tints of Medium Purple #A372EE
RGB
CMYK
RGB Variations
Color information
#A372EE (or 0xA372EE) is known color: Medium Purple. HEX triplet: A3, 72 and EE. RGB value is (163,114,238). Sum of RGB (Red+Green+Blue) = 163+114+238=515 (68% of max value = 765). Red value is 163 (64.06% from 255 or 31.65% from 515); Green value is 114 (44.92% from 255 or 22.14% 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 #A372EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A372EE is #5C8D11. Grayscale: #8E8E8E. Windows color (decimal): -6065426 or 15626915. OLE color: 15626915.
HSL color Cylindrical-coordinate representation of color #A372EE: hue angle of 263.71º 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 #A372EE is Cyan = 0.32, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 163 | 114 | 238 | - |
| CMYK | 0.32 | 0.52 | 0 | 0.07 |
| HSL | 263.71º | 0.78% | 0.69% | - |
| HSV(B) | 263.71º | 0.52% | 0.93% | - |
| XYZ | 36.55 | 25.99 | 83.98 | - |
| YUV | 142.79 | 181.73 | 142.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 114 | 238 | 0.32 | 0.52 | 0 | 0.07 | 263.71 | 0.78 | 0.69 |
| Hex | A3 | 72 | EE | 20 | 34 | 0 | 7 | 108 | 4E | 45 |
| Octal | 243 | 162 | 356 | 40 | 64 | 0 | 7 | 410 | 116 | 105 |
| Binary | 10100011 | 1110010 | 11101110 | 100000 | 110100 | 0 | 111 | 100001000 | 1001110 | 1000101 |
Color Harmonies of #A372EE
Complementary color
Monochromatic Colors of #A372EE
Black with #A372EE
Text Example
Text Example
White with #A372EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A372EE; }
p { color: rgb(163,114,238); }
H1.HeaderClassName
{
color: #A372EE;
}
.AnyTagClassName
{
color: #A372EE;
}
</style>
background-color css
<style>
a { background-color: #A372EE; }
a { background-color: rgb(163,114,238); }
div.DivClassName
{
background-color: #A372EE;
}
.BgClassName
{
background-color: #A372EE;
}
</style>
border-color css
<style>
span { border-color: #A372EE; }
span { border-color: rgb(163,114,238); }
td.TdClassName
{
border-color: #A372EE;
}
.TagClassName
{
border-color: #A372EE;
}
</style>