Shades of Medium Purple #A370ED
Tints of Medium Purple #A370ED
RGB
CMYK
RGB Variations
Color information
#A370ED (or 0xA370ED) is known color: Medium Purple. HEX triplet: A3, 70 and ED. RGB value is (163,112,237). Sum of RGB (Red+Green+Blue) = 163+112+237=512 (67% of max value = 765). Red value is 163 (64.06% from 255 or 31.84% from 512); Green value is 112 (44.14% from 255 or 21.88% from 512); Blue value is 237 (92.97% from 255 or 46.29% from 512); Max value from RGB is 237 - color contains mainly: blue. Hex color #A370ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A370ED is #5C8F12. Grayscale: #8D8D8D. Windows color (decimal): -6065939 or 15560867. OLE color: 15560867.
HSL color Cylindrical-coordinate representation of color #A370ED: hue angle of 264.48º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A370ED is Cyan = 0.31, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 163 | 112 | 237 | - |
| CMYK | 0.31 | 0.53 | 0 | 0.07 |
| HSL | 264.48º | 0.78% | 0.68% | - |
| HSV(B) | 264.48º | 0.53% | 0.93% | - |
| XYZ | 36.18 | 25.49 | 83.13 | - |
| YUV | 141.5 | 181.9 | 143.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 112 | 237 | 0.31 | 0.53 | 0 | 0.07 | 264.48 | 0.78 | 0.68 |
| Hex | A3 | 70 | ED | 1F | 35 | 0 | 7 | 108 | 4E | 44 |
| Octal | 243 | 160 | 355 | 37 | 65 | 0 | 7 | 410 | 116 | 104 |
| Binary | 10100011 | 1110000 | 11101101 | 11111 | 110101 | 0 | 111 | 100001000 | 1001110 | 1000100 |
Color Harmonies of #A370ED
Complementary color
Monochromatic Colors of #A370ED
Black with #A370ED
Text Example
Text Example
White with #A370ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A370ED; }
p { color: rgb(163,112,237); }
H1.HeaderClassName
{
color: #A370ED;
}
.AnyTagClassName
{
color: #A370ED;
}
</style>
background-color css
<style>
a { background-color: #A370ED; }
a { background-color: rgb(163,112,237); }
div.DivClassName
{
background-color: #A370ED;
}
.BgClassName
{
background-color: #A370ED;
}
</style>
border-color css
<style>
span { border-color: #A370ED; }
span { border-color: rgb(163,112,237); }
td.TdClassName
{
border-color: #A370ED;
}
.TagClassName
{
border-color: #A370ED;
}
</style>