Shades of Medium Purple #A67AFB
Tints of Medium Purple #A67AFB
RGB
CMYK
RGB Variations
Color information
#A67AFB (or 0xA67AFB) is known color: Medium Purple. HEX triplet: A6, 7A and FB. RGB value is (166,122,251). Sum of RGB (Red+Green+Blue) = 166+122+251=539 (71% of max value = 765). Red value is 166 (65.23% from 255 or 30.80% from 539); Green value is 122 (48.05% from 255 or 22.63% from 539); Blue value is 251 (98.44% from 255 or 46.57% from 539); Max value from RGB is 251 - color contains mainly: blue. Hex color #A67AFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A67AFB is #598504. Grayscale: #959595. Windows color (decimal): -5866757 or 16480934. OLE color: 16480934.
HSL color Cylindrical-coordinate representation of color #A67AFB: hue angle of 260.47º degrees, saturation: 0.94, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A67AFB is Cyan = 0.34, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 166 | 122 | 251 | - |
| CMYK | 0.34 | 0.51 | 0 | 0.02 |
| HSL | 260.47º | 0.94% | 0.73% | - |
| HSV(B) | 260.47º | 0.51% | 0.98% | - |
| XYZ | 40.1 | 28.99 | 94.75 | - |
| YUV | 149.86 | 185.08 | 139.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 122 | 251 | 0.34 | 0.51 | 0 | 0.02 | 260.47 | 0.94 | 0.73 |
| Hex | A6 | 7A | FB | 22 | 33 | 0 | 2 | 104 | 5E | 49 |
| Octal | 246 | 172 | 373 | 42 | 63 | 0 | 2 | 404 | 136 | 111 |
| Binary | 10100110 | 1111010 | 11111011 | 100010 | 110011 | 0 | 10 | 100000100 | 1011110 | 1001001 |
Color Harmonies of #A67AFB
Complementary color
Monochromatic Colors of #A67AFB
Black with #A67AFB
Text Example
Text Example
White with #A67AFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A67AFB; }
p { color: rgb(166,122,251); }
H1.HeaderClassName
{
color: #A67AFB;
}
.AnyTagClassName
{
color: #A67AFB;
}
</style>
background-color css
<style>
a { background-color: #A67AFB; }
a { background-color: rgb(166,122,251); }
div.DivClassName
{
background-color: #A67AFB;
}
.BgClassName
{
background-color: #A67AFB;
}
</style>
border-color css
<style>
span { border-color: #A67AFB; }
span { border-color: rgb(166,122,251); }
td.TdClassName
{
border-color: #A67AFB;
}
.TagClassName
{
border-color: #A67AFB;
}
</style>