Shades of Medium Purple #A370EA
Tints of Medium Purple #A370EA
RGB
CMYK
RGB Variations
Color information
#A370EA (or 0xA370EA) is known color: Medium Purple. HEX triplet: A3, 70 and EA. RGB value is (163,112,234). Sum of RGB (Red+Green+Blue) = 163+112+234=509 (67% of max value = 765). Red value is 163 (64.06% from 255 or 32.02% from 509); Green value is 112 (44.14% from 255 or 22.00% from 509); Blue value is 234 (91.80% from 255 or 45.97% from 509); Max value from RGB is 234 - color contains mainly: blue. Hex color #A370EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A370EA is #5C8F15. Grayscale: #8C8C8C. Windows color (decimal): -6065942 or 15364259. OLE color: 15364259.
HSL color Cylindrical-coordinate representation of color #A370EA: hue angle of 265.08º degrees, saturation: 0.74, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A370EA is Cyan = 0.30, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 163 | 112 | 234 | - |
| CMYK | 0.30 | 0.52 | 0 | 0.08 |
| HSL | 265.08º | 0.74% | 0.68% | - |
| HSV(B) | 265.08º | 0.52% | 0.92% | - |
| XYZ | 35.75 | 25.32 | 80.84 | - |
| YUV | 141.16 | 180.4 | 143.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 112 | 234 | 0.30 | 0.52 | 0 | 0.08 | 265.08 | 0.74 | 0.68 |
| Hex | A3 | 70 | EA | 1E | 34 | 0 | 8 | 109 | 4A | 44 |
| Octal | 243 | 160 | 352 | 36 | 64 | 0 | 10 | 411 | 112 | 104 |
| Binary | 10100011 | 1110000 | 11101010 | 11110 | 110100 | 0 | 1000 | 100001001 | 1001010 | 1000100 |
Color Harmonies of #A370EA
Complementary color
Monochromatic Colors of #A370EA
Black with #A370EA
Text Example
Text Example
White with #A370EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A370EA; }
p { color: rgb(163,112,234); }
H1.HeaderClassName
{
color: #A370EA;
}
.AnyTagClassName
{
color: #A370EA;
}
</style>
background-color css
<style>
a { background-color: #A370EA; }
a { background-color: rgb(163,112,234); }
div.DivClassName
{
background-color: #A370EA;
}
.BgClassName
{
background-color: #A370EA;
}
</style>
border-color css
<style>
span { border-color: #A370EA; }
span { border-color: rgb(163,112,234); }
td.TdClassName
{
border-color: #A370EA;
}
.TagClassName
{
border-color: #A370EA;
}
</style>