Shades of Medium Purple #A470E9
Tints of Medium Purple #A470E9
RGB
CMYK
RGB Variations
Color information
#A470E9 (or 0xA470E9) is known color: Medium Purple. HEX triplet: A4, 70 and E9. RGB value is (164,112,233). Sum of RGB (Red+Green+Blue) = 164+112+233=509 (67% of max value = 765). Red value is 164 (64.45% from 255 or 32.22% from 509); Green value is 112 (44.14% from 255 or 22.00% from 509); Blue value is 233 (91.41% from 255 or 45.78% from 509); Max value from RGB is 233 - color contains mainly: blue. Hex color #A470E9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A470E9 is #5B8F16. Grayscale: #8C8C8C. Windows color (decimal): -6000407 or 15298724. OLE color: 15298724.
HSL color Cylindrical-coordinate representation of color #A470E9: hue angle of 265.79º degrees, saturation: 0.73, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A470E9 is Cyan = 0.30, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 164 | 112 | 233 | - |
| CMYK | 0.30 | 0.52 | 0 | 0.09 |
| HSL | 265.79º | 0.73% | 0.68% | - |
| HSV(B) | 265.79º | 0.52% | 0.91% | - |
| XYZ | 35.81 | 25.36 | 80.1 | - |
| YUV | 141.34 | 179.73 | 144.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 112 | 233 | 0.30 | 0.52 | 0 | 0.09 | 265.79 | 0.73 | 0.68 |
| Hex | A4 | 70 | E9 | 1E | 34 | 0 | 9 | 10A | 49 | 44 |
| Octal | 244 | 160 | 351 | 36 | 64 | 0 | 11 | 412 | 111 | 104 |
| Binary | 10100100 | 1110000 | 11101001 | 11110 | 110100 | 0 | 1001 | 100001010 | 1001001 | 1000100 |
Color Harmonies of #A470E9
Complementary color
Monochromatic Colors of #A470E9
Black with #A470E9
Text Example
Text Example
White with #A470E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A470E9; }
p { color: rgb(164,112,233); }
H1.HeaderClassName
{
color: #A470E9;
}
.AnyTagClassName
{
color: #A470E9;
}
</style>
background-color css
<style>
a { background-color: #A470E9; }
a { background-color: rgb(164,112,233); }
div.DivClassName
{
background-color: #A470E9;
}
.BgClassName
{
background-color: #A470E9;
}
</style>
border-color css
<style>
span { border-color: #A470E9; }
span { border-color: rgb(164,112,233); }
td.TdClassName
{
border-color: #A470E9;
}
.TagClassName
{
border-color: #A470E9;
}
</style>