Shades of Medium Purple #A670EA
Tints of Medium Purple #A670EA
RGB
CMYK
RGB Variations
Color information
#A670EA (or 0xA670EA) is known color: Medium Purple. HEX triplet: A6, 70 and EA. RGB value is (166,112,234). Sum of RGB (Red+Green+Blue) = 166+112+234=512 (67% of max value = 765). Red value is 166 (65.23% from 255 or 32.42% from 512); Green value is 112 (44.14% from 255 or 21.88% from 512); Blue value is 234 (91.80% from 255 or 45.70% from 512); Max value from RGB is 234 - color contains mainly: blue. Hex color #A670EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A670EA is #598F15. Grayscale: #8D8D8D. Windows color (decimal): -5869334 or 15364262. OLE color: 15364262.
HSL color Cylindrical-coordinate representation of color #A670EA: hue angle of 266.56º 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 #A670EA is Cyan = 0.29, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 166 | 112 | 234 | - |
| CMYK | 0.29 | 0.52 | 0 | 0.08 |
| HSL | 266.56º | 0.74% | 0.68% | - |
| HSV(B) | 266.56º | 0.52% | 0.92% | - |
| XYZ | 36.37 | 25.64 | 80.87 | - |
| YUV | 142.05 | 179.89 | 145.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 112 | 234 | 0.29 | 0.52 | 0 | 0.08 | 266.56 | 0.74 | 0.68 |
| Hex | A6 | 70 | EA | 1D | 34 | 0 | 8 | 10B | 4A | 44 |
| Octal | 246 | 160 | 352 | 35 | 64 | 0 | 10 | 413 | 112 | 104 |
| Binary | 10100110 | 1110000 | 11101010 | 11101 | 110100 | 0 | 1000 | 100001011 | 1001010 | 1000100 |
Color Harmonies of #A670EA
Complementary color
Monochromatic Colors of #A670EA
Black with #A670EA
Text Example
Text Example
White with #A670EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A670EA; }
p { color: rgb(166,112,234); }
H1.HeaderClassName
{
color: #A670EA;
}
.AnyTagClassName
{
color: #A670EA;
}
</style>
background-color css
<style>
a { background-color: #A670EA; }
a { background-color: rgb(166,112,234); }
div.DivClassName
{
background-color: #A670EA;
}
.BgClassName
{
background-color: #A670EA;
}
</style>
border-color css
<style>
span { border-color: #A670EA; }
span { border-color: rgb(166,112,234); }
td.TdClassName
{
border-color: #A670EA;
}
.TagClassName
{
border-color: #A670EA;
}
</style>