Shades of Medium Purple #A673FA
Tints of Medium Purple #A673FA
RGB
CMYK
RGB Variations
Color information
#A673FA (or 0xA673FA) is known color: Medium Purple. HEX triplet: A6, 73 and FA. RGB value is (166,115,250). Sum of RGB (Red+Green+Blue) = 166+115+250=531 (70% of max value = 765). Red value is 166 (65.23% from 255 or 31.26% from 531); Green value is 115 (45.31% from 255 or 21.66% from 531); Blue value is 250 (98.05% from 255 or 47.08% from 531); Max value from RGB is 250 - color contains mainly: blue. Hex color #A673FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A673FA is #598C05. Grayscale: #919191. Windows color (decimal): -5868550 or 16413606. OLE color: 16413606.
HSL color Cylindrical-coordinate representation of color #A673FA: hue angle of 262.67º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A673FA is Cyan = 0.34, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 166 | 115 | 250 | - |
| CMYK | 0.34 | 0.54 | 0 | 0.02 |
| HSL | 262.67º | 0.93% | 0.72% | - |
| HSV(B) | 262.67º | 0.54% | 0.98% | - |
| XYZ | 39.11 | 27.27 | 93.64 | - |
| YUV | 145.64 | 186.9 | 142.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 115 | 250 | 0.34 | 0.54 | 0 | 0.02 | 262.67 | 0.93 | 0.72 |
| Hex | A6 | 73 | FA | 22 | 36 | 0 | 2 | 107 | 5D | 48 |
| Octal | 246 | 163 | 372 | 42 | 66 | 0 | 2 | 407 | 135 | 110 |
| Binary | 10100110 | 1110011 | 11111010 | 100010 | 110110 | 0 | 10 | 100000111 | 1011101 | 1001000 |
Color Harmonies of #A673FA
Complementary color
Monochromatic Colors of #A673FA
Black with #A673FA
Text Example
Text Example
White with #A673FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A673FA; }
p { color: rgb(166,115,250); }
H1.HeaderClassName
{
color: #A673FA;
}
.AnyTagClassName
{
color: #A673FA;
}
</style>
background-color css
<style>
a { background-color: #A673FA; }
a { background-color: rgb(166,115,250); }
div.DivClassName
{
background-color: #A673FA;
}
.BgClassName
{
background-color: #A673FA;
}
</style>
border-color css
<style>
span { border-color: #A673FA; }
span { border-color: rgb(166,115,250); }
td.TdClassName
{
border-color: #A673FA;
}
.TagClassName
{
border-color: #A673FA;
}
</style>