Shades of Medium Purple #A370DF
Tints of Medium Purple #A370DF
RGB
CMYK
RGB Variations
Color information
#A370DF (or 0xA370DF) is known color: Medium Purple. HEX triplet: A3, 70 and DF. RGB value is (163,112,223). Sum of RGB (Red+Green+Blue) = 163+112+223=498 (65% of max value = 765). Red value is 163 (64.06% from 255 or 32.73% from 498); Green value is 112 (44.14% from 255 or 22.49% from 498); Blue value is 223 (87.5% from 255 or 44.78% from 498); Max value from RGB is 223 - color contains mainly: blue. Hex color #A370DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A370DF is #5C8F20. Grayscale: #8B8B8B. Windows color (decimal): -6065953 or 14643363. OLE color: 14643363.
HSL color Cylindrical-coordinate representation of color #A370DF: hue angle of 267.57º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A370DF is Cyan = 0.27, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 163 | 112 | 223 | - |
| CMYK | 0.27 | 0.50 | 0 | 0.13 |
| HSL | 267.57º | 0.63% | 0.66% | - |
| HSV(B) | 267.57º | 0.5% | 0.87% | - |
| XYZ | 34.22 | 24.7 | 72.78 | - |
| YUV | 139.9 | 174.9 | 144.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 112 | 223 | 0.27 | 0.50 | 0 | 0.13 | 267.57 | 0.63 | 0.66 |
| Hex | A3 | 70 | DF | 1B | 32 | 0 | D | 10C | 3F | 42 |
| Octal | 243 | 160 | 337 | 33 | 62 | 0 | 15 | 414 | 77 | 102 |
| Binary | 10100011 | 1110000 | 11011111 | 11011 | 110010 | 0 | 1101 | 100001100 | 111111 | 1000010 |
Color Harmonies of #A370DF
Complementary color
Monochromatic Colors of #A370DF
Black with #A370DF
Text Example
Text Example
White with #A370DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A370DF; }
p { color: rgb(163,112,223); }
H1.HeaderClassName
{
color: #A370DF;
}
.AnyTagClassName
{
color: #A370DF;
}
</style>
background-color css
<style>
a { background-color: #A370DF; }
a { background-color: rgb(163,112,223); }
div.DivClassName
{
background-color: #A370DF;
}
.BgClassName
{
background-color: #A370DF;
}
</style>
border-color css
<style>
span { border-color: #A370DF; }
span { border-color: rgb(163,112,223); }
td.TdClassName
{
border-color: #A370DF;
}
.TagClassName
{
border-color: #A370DF;
}
</style>