Shades of Medium Purple #A470E7
Tints of Medium Purple #A470E7
RGB
CMYK
RGB Variations
Color information
#A470E7 (or 0xA470E7) is known color: Medium Purple. HEX triplet: A4, 70 and E7. RGB value is (164,112,231). Sum of RGB (Red+Green+Blue) = 164+112+231=507 (67% of max value = 765). Red value is 164 (64.45% from 255 or 32.35% from 507); Green value is 112 (44.14% from 255 or 22.09% from 507); Blue value is 231 (90.62% from 255 or 45.56% from 507); Max value from RGB is 231 - color contains mainly: blue. Hex color #A470E7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A470E7 is #5B8F18. Grayscale: #8C8C8C. Windows color (decimal): -6000409 or 15167652. OLE color: 15167652.
HSL color Cylindrical-coordinate representation of color #A470E7: hue angle of 266.22º degrees, saturation: 0.71, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A470E7 is Cyan = 0.29, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 164 | 112 | 231 | - |
| CMYK | 0.29 | 0.52 | 0 | 0.09 |
| HSL | 266.22º | 0.71% | 0.67% | - |
| HSV(B) | 266.22º | 0.52% | 0.91% | - |
| XYZ | 35.53 | 25.25 | 78.6 | - |
| YUV | 141.11 | 178.73 | 144.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 112 | 231 | 0.29 | 0.52 | 0 | 0.09 | 266.22 | 0.71 | 0.67 |
| Hex | A4 | 70 | E7 | 1D | 34 | 0 | 9 | 10A | 47 | 43 |
| Octal | 244 | 160 | 347 | 35 | 64 | 0 | 11 | 412 | 107 | 103 |
| Binary | 10100100 | 1110000 | 11100111 | 11101 | 110100 | 0 | 1001 | 100001010 | 1000111 | 1000011 |
Color Harmonies of #A470E7
Complementary color
Monochromatic Colors of #A470E7
Black with #A470E7
Text Example
Text Example
White with #A470E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A470E7; }
p { color: rgb(164,112,231); }
H1.HeaderClassName
{
color: #A470E7;
}
.AnyTagClassName
{
color: #A470E7;
}
</style>
background-color css
<style>
a { background-color: #A470E7; }
a { background-color: rgb(164,112,231); }
div.DivClassName
{
background-color: #A470E7;
}
.BgClassName
{
background-color: #A470E7;
}
</style>
border-color css
<style>
span { border-color: #A470E7; }
span { border-color: rgb(164,112,231); }
td.TdClassName
{
border-color: #A470E7;
}
.TagClassName
{
border-color: #A470E7;
}
</style>