Shades of Medium Purple #A67FFB
Tints of Medium Purple #A67FFB
RGB
CMYK
RGB Variations
Color information
#A67FFB (or 0xA67FFB) is known color: Medium Purple. HEX triplet: A6, 7F and FB. RGB value is (166,127,251). Sum of RGB (Red+Green+Blue) = 166+127+251=544 (72% of max value = 765). Red value is 166 (65.23% from 255 or 30.51% from 544); Green value is 127 (50% from 255 or 23.35% from 544); Blue value is 251 (98.44% from 255 or 46.14% from 544); Max value from RGB is 251 - color contains mainly: blue. Hex color #A67FFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A67FFB is #598004. Grayscale: #989898. Windows color (decimal): -5865477 or 16482214. OLE color: 16482214.
HSL color Cylindrical-coordinate representation of color #A67FFB: hue angle of 258.87º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A67FFB is Cyan = 0.34, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 166 | 127 | 251 | - |
| CMYK | 0.34 | 0.49 | 0 | 0.02 |
| HSL | 258.87º | 0.94% | 0.74% | - |
| HSV(B) | 258.87º | 0.49% | 0.98% | - |
| XYZ | 40.73 | 30.25 | 94.96 | - |
| YUV | 152.8 | 183.42 | 137.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 127 | 251 | 0.34 | 0.49 | 0 | 0.02 | 258.87 | 0.94 | 0.74 |
| Hex | A6 | 7F | FB | 22 | 31 | 0 | 2 | 103 | 5E | 4A |
| Octal | 246 | 177 | 373 | 42 | 61 | 0 | 2 | 403 | 136 | 112 |
| Binary | 10100110 | 1111111 | 11111011 | 100010 | 110001 | 0 | 10 | 100000011 | 1011110 | 1001010 |
Color Harmonies of #A67FFB
Complementary color
Monochromatic Colors of #A67FFB
Black with #A67FFB
Text Example
Text Example
White with #A67FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A67FFB; }
p { color: rgb(166,127,251); }
H1.HeaderClassName
{
color: #A67FFB;
}
.AnyTagClassName
{
color: #A67FFB;
}
</style>
background-color css
<style>
a { background-color: #A67FFB; }
a { background-color: rgb(166,127,251); }
div.DivClassName
{
background-color: #A67FFB;
}
.BgClassName
{
background-color: #A67FFB;
}
</style>
border-color css
<style>
span { border-color: #A67FFB; }
span { border-color: rgb(166,127,251); }
td.TdClassName
{
border-color: #A67FFB;
}
.TagClassName
{
border-color: #A67FFB;
}
</style>