Shades of Medium Purple #A370E5
Tints of Medium Purple #A370E5
RGB
CMYK
RGB Variations
Color information
#A370E5 (or 0xA370E5) is known color: Medium Purple. HEX triplet: A3, 70 and E5. RGB value is (163,112,229). Sum of RGB (Red+Green+Blue) = 163+112+229=504 (66% of max value = 765). Red value is 163 (64.06% from 255 or 32.34% from 504); Green value is 112 (44.14% from 255 or 22.22% from 504); Blue value is 229 (89.84% from 255 or 45.44% from 504); Max value from RGB is 229 - color contains mainly: blue. Hex color #A370E5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A370E5 is #5C8F1A. Grayscale: #8C8C8C. Windows color (decimal): -6065947 or 15036579. OLE color: 15036579.
HSL color Cylindrical-coordinate representation of color #A370E5: hue angle of 266.15º degrees, saturation: 0.69, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A370E5 is Cyan = 0.29, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 163 | 112 | 229 | - |
| CMYK | 0.29 | 0.51 | 0 | 0.10 |
| HSL | 266.15º | 0.69% | 0.67% | - |
| HSV(B) | 266.15º | 0.51% | 0.9% | - |
| XYZ | 35.04 | 25.03 | 77.11 | - |
| YUV | 140.59 | 177.9 | 143.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 112 | 229 | 0.29 | 0.51 | 0 | 0.10 | 266.15 | 0.69 | 0.67 |
| Hex | A3 | 70 | E5 | 1D | 33 | 0 | A | 10A | 45 | 43 |
| Octal | 243 | 160 | 345 | 35 | 63 | 0 | 12 | 412 | 105 | 103 |
| Binary | 10100011 | 1110000 | 11100101 | 11101 | 110011 | 0 | 1010 | 100001010 | 1000101 | 1000011 |
Color Harmonies of #A370E5
Complementary color
Monochromatic Colors of #A370E5
Black with #A370E5
Text Example
Text Example
White with #A370E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A370E5; }
p { color: rgb(163,112,229); }
H1.HeaderClassName
{
color: #A370E5;
}
.AnyTagClassName
{
color: #A370E5;
}
</style>
background-color css
<style>
a { background-color: #A370E5; }
a { background-color: rgb(163,112,229); }
div.DivClassName
{
background-color: #A370E5;
}
.BgClassName
{
background-color: #A370E5;
}
</style>
border-color css
<style>
span { border-color: #A370E5; }
span { border-color: rgb(163,112,229); }
td.TdClassName
{
border-color: #A370E5;
}
.TagClassName
{
border-color: #A370E5;
}
</style>