Shades of Medium Purple #A372E5
Tints of Medium Purple #A372E5
RGB
CMYK
RGB Variations
Color information
#A372E5 (or 0xA372E5) is known color: Medium Purple. HEX triplet: A3, 72 and E5. RGB value is (163,114,229). Sum of RGB (Red+Green+Blue) = 163+114+229=506 (67% of max value = 765). Red value is 163 (64.06% from 255 or 32.21% from 506); Green value is 114 (44.92% from 255 or 22.53% from 506); Blue value is 229 (89.84% from 255 or 45.26% from 506); Max value from RGB is 229 - color contains mainly: blue. Hex color #A372E5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A372E5 is #5C8D1A. Grayscale: #8D8D8D. Windows color (decimal): -6065435 or 15037091. OLE color: 15037091.
HSL color Cylindrical-coordinate representation of color #A372E5: hue angle of 265.57º degrees, saturation: 0.69, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A372E5 is Cyan = 0.29, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 163 | 114 | 229 | - |
| CMYK | 0.29 | 0.50 | 0 | 0.10 |
| HSL | 265.57º | 0.69% | 0.67% | - |
| HSV(B) | 265.57º | 0.5% | 0.9% | - |
| XYZ | 35.26 | 25.48 | 77.19 | - |
| YUV | 141.76 | 177.23 | 143.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 114 | 229 | 0.29 | 0.50 | 0 | 0.10 | 265.57 | 0.69 | 0.67 |
| Hex | A3 | 72 | E5 | 1D | 32 | 0 | A | 10A | 45 | 43 |
| Octal | 243 | 162 | 345 | 35 | 62 | 0 | 12 | 412 | 105 | 103 |
| Binary | 10100011 | 1110010 | 11100101 | 11101 | 110010 | 0 | 1010 | 100001010 | 1000101 | 1000011 |
Color Harmonies of #A372E5
Complementary color
Monochromatic Colors of #A372E5
Black with #A372E5
Text Example
Text Example
White with #A372E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A372E5; }
p { color: rgb(163,114,229); }
H1.HeaderClassName
{
color: #A372E5;
}
.AnyTagClassName
{
color: #A372E5;
}
</style>
background-color css
<style>
a { background-color: #A372E5; }
a { background-color: rgb(163,114,229); }
div.DivClassName
{
background-color: #A372E5;
}
.BgClassName
{
background-color: #A372E5;
}
</style>
border-color css
<style>
span { border-color: #A372E5; }
span { border-color: rgb(163,114,229); }
td.TdClassName
{
border-color: #A372E5;
}
.TagClassName
{
border-color: #A372E5;
}
</style>