Shades of Medium Purple #A470E5
Tints of Medium Purple #A470E5
RGB
CMYK
RGB Variations
Color information
#A470E5 (or 0xA470E5) is known color: Medium Purple. HEX triplet: A4, 70 and E5. RGB value is (164,112,229). Sum of RGB (Red+Green+Blue) = 164+112+229=505 (66% of max value = 765). Red value is 164 (64.45% from 255 or 32.48% from 505); Green value is 112 (44.14% from 255 or 22.18% from 505); Blue value is 229 (89.84% from 255 or 45.35% from 505); Max value from RGB is 229 - color contains mainly: blue. Hex color #A470E5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A470E5 is #5B8F1A. Grayscale: #8C8C8C. Windows color (decimal): -6000411 or 15036580. OLE color: 15036580.
HSL color Cylindrical-coordinate representation of color #A470E5: hue angle of 266.67º 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 #A470E5 is Cyan = 0.28, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 164 | 112 | 229 | - |
| CMYK | 0.28 | 0.51 | 0 | 0.10 |
| HSL | 266.67º | 0.69% | 0.67% | - |
| HSV(B) | 266.67º | 0.51% | 0.9% | - |
| XYZ | 35.25 | 25.14 | 77.12 | - |
| YUV | 140.89 | 177.73 | 144.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 112 | 229 | 0.28 | 0.51 | 0 | 0.10 | 266.67 | 0.69 | 0.67 |
| Hex | A4 | 70 | E5 | 1C | 33 | 0 | A | 10B | 45 | 43 |
| Octal | 244 | 160 | 345 | 34 | 63 | 0 | 12 | 413 | 105 | 103 |
| Binary | 10100100 | 1110000 | 11100101 | 11100 | 110011 | 0 | 1010 | 100001011 | 1000101 | 1000011 |
Color Harmonies of #A470E5
Complementary color
Monochromatic Colors of #A470E5
Black with #A470E5
Text Example
Text Example
White with #A470E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A470E5; }
p { color: rgb(164,112,229); }
H1.HeaderClassName
{
color: #A470E5;
}
.AnyTagClassName
{
color: #A470E5;
}
</style>
background-color css
<style>
a { background-color: #A470E5; }
a { background-color: rgb(164,112,229); }
div.DivClassName
{
background-color: #A470E5;
}
.BgClassName
{
background-color: #A470E5;
}
</style>
border-color css
<style>
span { border-color: #A470E5; }
span { border-color: rgb(164,112,229); }
td.TdClassName
{
border-color: #A470E5;
}
.TagClassName
{
border-color: #A470E5;
}
</style>