Shades of Medium Purple #A673F8
Tints of Medium Purple #A673F8
RGB
CMYK
RGB Variations
Color information
#A673F8 (or 0xA673F8) is known color: Medium Purple. HEX triplet: A6, 73 and F8. RGB value is (166,115,248). Sum of RGB (Red+Green+Blue) = 166+115+248=529 (70% of max value = 765). Red value is 166 (65.23% from 255 or 31.38% from 529); Green value is 115 (45.31% from 255 or 21.74% from 529); Blue value is 248 (97.27% from 255 or 46.88% from 529); Max value from RGB is 248 - color contains mainly: blue. Hex color #A673F8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A673F8 is #598C07. Grayscale: #909090. Windows color (decimal): -5868552 or 16282534. OLE color: 16282534.
HSL color Cylindrical-coordinate representation of color #A673F8: hue angle of 263.01º degrees, saturation: 0.9, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A673F8 is Cyan = 0.33, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 166 | 115 | 248 | - |
| CMYK | 0.33 | 0.54 | 0 | 0.03 |
| HSL | 263.01º | 0.9% | 0.71% | - |
| HSV(B) | 263.01º | 0.54% | 0.97% | - |
| XYZ | 38.8 | 27.15 | 92 | - |
| YUV | 145.41 | 185.9 | 142.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 115 | 248 | 0.33 | 0.54 | 0 | 0.03 | 263.01 | 0.9 | 0.71 |
| Hex | A6 | 73 | F8 | 21 | 36 | 0 | 3 | 107 | 5A | 47 |
| Octal | 246 | 163 | 370 | 41 | 66 | 0 | 3 | 407 | 132 | 107 |
| Binary | 10100110 | 1110011 | 11111000 | 100001 | 110110 | 0 | 11 | 100000111 | 1011010 | 1000111 |
Color Harmonies of #A673F8
Complementary color
Monochromatic Colors of #A673F8
Black with #A673F8
Text Example
Text Example
White with #A673F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A673F8; }
p { color: rgb(166,115,248); }
H1.HeaderClassName
{
color: #A673F8;
}
.AnyTagClassName
{
color: #A673F8;
}
</style>
background-color css
<style>
a { background-color: #A673F8; }
a { background-color: rgb(166,115,248); }
div.DivClassName
{
background-color: #A673F8;
}
.BgClassName
{
background-color: #A673F8;
}
</style>
border-color css
<style>
span { border-color: #A673F8; }
span { border-color: rgb(166,115,248); }
td.TdClassName
{
border-color: #A673F8;
}
.TagClassName
{
border-color: #A673F8;
}
</style>