Shades of Medium Purple #A67BFA
Tints of Medium Purple #A67BFA
RGB
CMYK
RGB Variations
Color information
#A67BFA (or 0xA67BFA) is known color: Medium Purple. HEX triplet: A6, 7B and FA. RGB value is (166,123,250). Sum of RGB (Red+Green+Blue) = 166+123+250=539 (71% of max value = 765). Red value is 166 (65.23% from 255 or 30.80% from 539); Green value is 123 (48.44% from 255 or 22.82% from 539); Blue value is 250 (98.05% from 255 or 46.38% from 539); Max value from RGB is 250 - color contains mainly: blue. Hex color #A67BFA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A67BFA is #598405. Grayscale: #959595. Windows color (decimal): -5866502 or 16415654. OLE color: 16415654.
HSL color Cylindrical-coordinate representation of color #A67BFA: hue angle of 260.31º degrees, saturation: 0.93, 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 #A67BFA is Cyan = 0.34, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 166 | 123 | 250 | - |
| CMYK | 0.34 | 0.51 | 0 | 0.02 |
| HSL | 260.31º | 0.93% | 0.73% | - |
| HSV(B) | 260.31º | 0.51% | 0.98% | - |
| XYZ | 40.06 | 29.18 | 93.96 | - |
| YUV | 150.34 | 184.25 | 139.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 123 | 250 | 0.34 | 0.51 | 0 | 0.02 | 260.31 | 0.93 | 0.73 |
| Hex | A6 | 7B | FA | 22 | 33 | 0 | 2 | 104 | 5D | 49 |
| Octal | 246 | 173 | 372 | 42 | 63 | 0 | 2 | 404 | 135 | 111 |
| Binary | 10100110 | 1111011 | 11111010 | 100010 | 110011 | 0 | 10 | 100000100 | 1011101 | 1001001 |
Color Harmonies of #A67BFA
Complementary color
Monochromatic Colors of #A67BFA
Black with #A67BFA
Text Example
Text Example
White with #A67BFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A67BFA; }
p { color: rgb(166,123,250); }
H1.HeaderClassName
{
color: #A67BFA;
}
.AnyTagClassName
{
color: #A67BFA;
}
</style>
background-color css
<style>
a { background-color: #A67BFA; }
a { background-color: rgb(166,123,250); }
div.DivClassName
{
background-color: #A67BFA;
}
.BgClassName
{
background-color: #A67BFA;
}
</style>
border-color css
<style>
span { border-color: #A67BFA; }
span { border-color: rgb(166,123,250); }
td.TdClassName
{
border-color: #A67BFA;
}
.TagClassName
{
border-color: #A67BFA;
}
</style>