Shades of Medium Purple #A670E5
Tints of Medium Purple #A670E5
RGB
CMYK
RGB Variations
Color information
#A670E5 (or 0xA670E5) is known color: Medium Purple. HEX triplet: A6, 70 and E5. RGB value is (166,112,229). Sum of RGB (Red+Green+Blue) = 166+112+229=507 (67% of max value = 765). Red value is 166 (65.23% from 255 or 32.74% from 507); Green value is 112 (44.14% from 255 or 22.09% from 507); Blue value is 229 (89.84% from 255 or 45.17% from 507); Max value from RGB is 229 - color contains mainly: blue. Hex color #A670E5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A670E5 is #598F1A. Grayscale: #8D8D8D. Windows color (decimal): -5869339 or 15036582. OLE color: 15036582.
HSL color Cylindrical-coordinate representation of color #A670E5: hue angle of 267.69º 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 #A670E5 is Cyan = 0.28, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 166 | 112 | 229 | - |
| CMYK | 0.28 | 0.51 | 0 | 0.10 |
| HSL | 267.69º | 0.69% | 0.67% | - |
| HSV(B) | 267.69º | 0.51% | 0.9% | - |
| XYZ | 35.66 | 25.35 | 77.14 | - |
| YUV | 141.48 | 177.39 | 145.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 112 | 229 | 0.28 | 0.51 | 0 | 0.10 | 267.69 | 0.69 | 0.67 |
| Hex | A6 | 70 | E5 | 1C | 33 | 0 | A | 10C | 45 | 43 |
| Octal | 246 | 160 | 345 | 34 | 63 | 0 | 12 | 414 | 105 | 103 |
| Binary | 10100110 | 1110000 | 11100101 | 11100 | 110011 | 0 | 1010 | 100001100 | 1000101 | 1000011 |
Color Harmonies of #A670E5
Complementary color
Monochromatic Colors of #A670E5
Black with #A670E5
Text Example
Text Example
White with #A670E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A670E5; }
p { color: rgb(166,112,229); }
H1.HeaderClassName
{
color: #A670E5;
}
.AnyTagClassName
{
color: #A670E5;
}
</style>
background-color css
<style>
a { background-color: #A670E5; }
a { background-color: rgb(166,112,229); }
div.DivClassName
{
background-color: #A670E5;
}
.BgClassName
{
background-color: #A670E5;
}
</style>
border-color css
<style>
span { border-color: #A670E5; }
span { border-color: rgb(166,112,229); }
td.TdClassName
{
border-color: #A670E5;
}
.TagClassName
{
border-color: #A670E5;
}
</style>