Shades of Medium Purple #A674ED
Tints of Medium Purple #A674ED
RGB
CMYK
RGB Variations
Color information
#A674ED (or 0xA674ED) is known color: Medium Purple. HEX triplet: A6, 74 and ED. RGB value is (166,116,237). Sum of RGB (Red+Green+Blue) = 166+116+237=519 (68% of max value = 765). Red value is 166 (65.23% from 255 or 31.98% from 519); Green value is 116 (45.70% from 255 or 22.35% from 519); Blue value is 237 (92.97% from 255 or 45.66% from 519); Max value from RGB is 237 - color contains mainly: blue. Hex color #A674ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A674ED is #598B12. Grayscale: #909090. Windows color (decimal): -5868307 or 15561894. OLE color: 15561894.
HSL color Cylindrical-coordinate representation of color #A674ED: hue angle of 264.79º degrees, saturation: 0.77, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A674ED is Cyan = 0.30, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 166 | 116 | 237 | - |
| CMYK | 0.30 | 0.51 | 0 | 0.07 |
| HSL | 264.79º | 0.77% | 0.69% | - |
| HSV(B) | 264.79º | 0.51% | 0.93% | - |
| XYZ | 37.26 | 26.71 | 83.31 | - |
| YUV | 144.74 | 180.07 | 143.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 116 | 237 | 0.30 | 0.51 | 0 | 0.07 | 264.79 | 0.77 | 0.69 |
| Hex | A6 | 74 | ED | 1E | 33 | 0 | 7 | 109 | 4D | 45 |
| Octal | 246 | 164 | 355 | 36 | 63 | 0 | 7 | 411 | 115 | 105 |
| Binary | 10100110 | 1110100 | 11101101 | 11110 | 110011 | 0 | 111 | 100001001 | 1001101 | 1000101 |
Color Harmonies of #A674ED
Complementary color
Monochromatic Colors of #A674ED
Black with #A674ED
Text Example
Text Example
White with #A674ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A674ED; }
p { color: rgb(166,116,237); }
H1.HeaderClassName
{
color: #A674ED;
}
.AnyTagClassName
{
color: #A674ED;
}
</style>
background-color css
<style>
a { background-color: #A674ED; }
a { background-color: rgb(166,116,237); }
div.DivClassName
{
background-color: #A674ED;
}
.BgClassName
{
background-color: #A674ED;
}
</style>
border-color css
<style>
span { border-color: #A674ED; }
span { border-color: rgb(166,116,237); }
td.TdClassName
{
border-color: #A674ED;
}
.TagClassName
{
border-color: #A674ED;
}
</style>