Shades of Medium Purple #A67AF8
Tints of Medium Purple #A67AF8
RGB
CMYK
RGB Variations
Color information
#A67AF8 (or 0xA67AF8) is known color: Medium Purple. HEX triplet: A6, 7A and F8. RGB value is (166,122,248). Sum of RGB (Red+Green+Blue) = 166+122+248=536 (70% of max value = 765). Red value is 166 (65.23% from 255 or 30.97% from 536); Green value is 122 (48.05% from 255 or 22.76% from 536); Blue value is 248 (97.27% from 255 or 46.27% from 536); Max value from RGB is 248 - color contains mainly: blue. Hex color #A67AF8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A67AF8 is #598507. Grayscale: #959595. Windows color (decimal): -5866760 or 16284326. OLE color: 16284326.
HSL color Cylindrical-coordinate representation of color #A67AF8: hue angle of 260.95º degrees, saturation: 0.9, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A67AF8 is Cyan = 0.33, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 166 | 122 | 248 | - |
| CMYK | 0.33 | 0.51 | 0 | 0.03 |
| HSL | 260.95º | 0.9% | 0.73% | - |
| HSV(B) | 260.95º | 0.51% | 0.97% | - |
| XYZ | 39.63 | 28.8 | 92.28 | - |
| YUV | 149.52 | 183.58 | 139.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 122 | 248 | 0.33 | 0.51 | 0 | 0.03 | 260.95 | 0.9 | 0.73 |
| Hex | A6 | 7A | F8 | 21 | 33 | 0 | 3 | 105 | 5A | 49 |
| Octal | 246 | 172 | 370 | 41 | 63 | 0 | 3 | 405 | 132 | 111 |
| Binary | 10100110 | 1111010 | 11111000 | 100001 | 110011 | 0 | 11 | 100000101 | 1011010 | 1001001 |
Color Harmonies of #A67AF8
Complementary color
Monochromatic Colors of #A67AF8
Black with #A67AF8
Text Example
Text Example
White with #A67AF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A67AF8; }
p { color: rgb(166,122,248); }
H1.HeaderClassName
{
color: #A67AF8;
}
.AnyTagClassName
{
color: #A67AF8;
}
</style>
background-color css
<style>
a { background-color: #A67AF8; }
a { background-color: rgb(166,122,248); }
div.DivClassName
{
background-color: #A67AF8;
}
.BgClassName
{
background-color: #A67AF8;
}
</style>
border-color css
<style>
span { border-color: #A67AF8; }
span { border-color: rgb(166,122,248); }
td.TdClassName
{
border-color: #A67AF8;
}
.TagClassName
{
border-color: #A67AF8;
}
</style>