Shades of Medium Purple #A674E5
Tints of Medium Purple #A674E5
RGB
CMYK
RGB Variations
Color information
#A674E5 (or 0xA674E5) is known color: Medium Purple. HEX triplet: A6, 74 and E5. RGB value is (166,116,229). Sum of RGB (Red+Green+Blue) = 166+116+229=511 (67% of max value = 765). Red value is 166 (65.23% from 255 or 32.49% from 511); Green value is 116 (45.70% from 255 or 22.70% from 511); Blue value is 229 (89.84% from 255 or 44.81% from 511); Max value from RGB is 229 - color contains mainly: blue. Hex color #A674E5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A674E5 is #598B1A. Grayscale: #8F8F8F. Windows color (decimal): -5868315 or 15037606. OLE color: 15037606.
HSL color Cylindrical-coordinate representation of color #A674E5: hue angle of 266.55º degrees, saturation: 0.68, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A674E5 is Cyan = 0.28, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 166 | 116 | 229 | - |
| CMYK | 0.28 | 0.49 | 0 | 0.10 |
| HSL | 266.55º | 0.68% | 0.68% | - |
| HSV(B) | 266.55º | 0.49% | 0.9% | - |
| XYZ | 36.11 | 26.25 | 77.29 | - |
| YUV | 143.83 | 176.07 | 143.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 116 | 229 | 0.28 | 0.49 | 0 | 0.10 | 266.55 | 0.68 | 0.68 |
| Hex | A6 | 74 | E5 | 1C | 31 | 0 | A | 10B | 44 | 44 |
| Octal | 246 | 164 | 345 | 34 | 61 | 0 | 12 | 413 | 104 | 104 |
| Binary | 10100110 | 1110100 | 11100101 | 11100 | 110001 | 0 | 1010 | 100001011 | 1000100 | 1000100 |
Color Harmonies of #A674E5
Complementary color
Monochromatic Colors of #A674E5
Black with #A674E5
Text Example
Text Example
White with #A674E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A674E5; }
p { color: rgb(166,116,229); }
H1.HeaderClassName
{
color: #A674E5;
}
.AnyTagClassName
{
color: #A674E5;
}
</style>
background-color css
<style>
a { background-color: #A674E5; }
a { background-color: rgb(166,116,229); }
div.DivClassName
{
background-color: #A674E5;
}
.BgClassName
{
background-color: #A674E5;
}
</style>
border-color css
<style>
span { border-color: #A674E5; }
span { border-color: rgb(166,116,229); }
td.TdClassName
{
border-color: #A674E5;
}
.TagClassName
{
border-color: #A674E5;
}
</style>