Shades of Medium Purple #A670E8
Tints of Medium Purple #A670E8
RGB
CMYK
RGB Variations
Color information
#A670E8 (or 0xA670E8) is known color: Medium Purple. HEX triplet: A6, 70 and E8. RGB value is (166,112,232). Sum of RGB (Red+Green+Blue) = 166+112+232=510 (67% of max value = 765). Red value is 166 (65.23% from 255 or 32.55% from 510); Green value is 112 (44.14% from 255 or 21.96% from 510); Blue value is 232 (91.02% from 255 or 45.49% from 510); Max value from RGB is 232 - color contains mainly: blue. Hex color #A670E8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A670E8 is #598F17. Grayscale: #8D8D8D. Windows color (decimal): -5869336 or 15233190. OLE color: 15233190.
HSL color Cylindrical-coordinate representation of color #A670E8: hue angle of 267º degrees, saturation: 0.72, 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 #A670E8 is Cyan = 0.28, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 166 | 112 | 232 | - |
| CMYK | 0.28 | 0.52 | 0 | 0.09 |
| HSL | 267º | 0.72% | 0.67% | - |
| HSV(B) | 267º | 0.52% | 0.91% | - |
| XYZ | 36.09 | 25.52 | 79.37 | - |
| YUV | 141.83 | 178.89 | 145.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 112 | 232 | 0.28 | 0.52 | 0 | 0.09 | 267 | 0.72 | 0.67 |
| Hex | A6 | 70 | E8 | 1C | 34 | 0 | 9 | 10B | 48 | 43 |
| Octal | 246 | 160 | 350 | 34 | 64 | 0 | 11 | 413 | 110 | 103 |
| Binary | 10100110 | 1110000 | 11101000 | 11100 | 110100 | 0 | 1001 | 100001011 | 1001000 | 1000011 |
Color Harmonies of #A670E8
Complementary color
Monochromatic Colors of #A670E8
Black with #A670E8
Text Example
Text Example
White with #A670E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A670E8; }
p { color: rgb(166,112,232); }
H1.HeaderClassName
{
color: #A670E8;
}
.AnyTagClassName
{
color: #A670E8;
}
</style>
background-color css
<style>
a { background-color: #A670E8; }
a { background-color: rgb(166,112,232); }
div.DivClassName
{
background-color: #A670E8;
}
.BgClassName
{
background-color: #A670E8;
}
</style>
border-color css
<style>
span { border-color: #A670E8; }
span { border-color: rgb(166,112,232); }
td.TdClassName
{
border-color: #A670E8;
}
.TagClassName
{
border-color: #A670E8;
}
</style>