Shades of Medium Purple #A673FB
Tints of Medium Purple #A673FB
RGB
CMYK
RGB Variations
Color information
#A673FB (or 0xA673FB) is known color: Medium Purple. HEX triplet: A6, 73 and FB. RGB value is (166,115,251). Sum of RGB (Red+Green+Blue) = 166+115+251=532 (70% of max value = 765). Red value is 166 (65.23% from 255 or 31.20% from 532); Green value is 115 (45.31% from 255 or 21.62% from 532); Blue value is 251 (98.44% from 255 or 47.18% from 532); Max value from RGB is 251 - color contains mainly: blue. Hex color #A673FB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A673FB is #598C04. Grayscale: #919191. Windows color (decimal): -5868549 or 16479142. OLE color: 16479142.
HSL color Cylindrical-coordinate representation of color #A673FB: hue angle of 262.5º degrees, saturation: 0.94, 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 #A673FB is Cyan = 0.34, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 166 | 115 | 251 | - |
| CMYK | 0.34 | 0.54 | 0 | 0.02 |
| HSL | 262.5º | 0.94% | 0.72% | - |
| HSV(B) | 262.5º | 0.54% | 0.98% | - |
| XYZ | 39.27 | 27.33 | 94.47 | - |
| YUV | 145.75 | 187.4 | 142.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 115 | 251 | 0.34 | 0.54 | 0 | 0.02 | 262.5 | 0.94 | 0.72 |
| Hex | A6 | 73 | FB | 22 | 36 | 0 | 2 | 106 | 5E | 48 |
| Octal | 246 | 163 | 373 | 42 | 66 | 0 | 2 | 406 | 136 | 110 |
| Binary | 10100110 | 1110011 | 11111011 | 100010 | 110110 | 0 | 10 | 100000110 | 1011110 | 1001000 |
Color Harmonies of #A673FB
Complementary color
Monochromatic Colors of #A673FB
Black with #A673FB
Text Example
Text Example
White with #A673FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A673FB; }
p { color: rgb(166,115,251); }
H1.HeaderClassName
{
color: #A673FB;
}
.AnyTagClassName
{
color: #A673FB;
}
</style>
background-color css
<style>
a { background-color: #A673FB; }
a { background-color: rgb(166,115,251); }
div.DivClassName
{
background-color: #A673FB;
}
.BgClassName
{
background-color: #A673FB;
}
</style>
border-color css
<style>
span { border-color: #A673FB; }
span { border-color: rgb(166,115,251); }
td.TdClassName
{
border-color: #A673FB;
}
.TagClassName
{
border-color: #A673FB;
}
</style>