Shades of Medium Purple #A67DFB
Tints of Medium Purple #A67DFB
RGB
CMYK
RGB Variations
Color information
#A67DFB (or 0xA67DFB) is known color: Medium Purple. HEX triplet: A6, 7D and FB. RGB value is (166,125,251). Sum of RGB (Red+Green+Blue) = 166+125+251=542 (71% of max value = 765). Red value is 166 (65.23% from 255 or 30.63% from 542); Green value is 125 (49.22% from 255 or 23.06% from 542); Blue value is 251 (98.44% from 255 or 46.31% from 542); Max value from RGB is 251 - color contains mainly: blue. Hex color #A67DFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A67DFB is #598204. Grayscale: #979797. Windows color (decimal): -5865989 or 16481702. OLE color: 16481702.
HSL color Cylindrical-coordinate representation of color #A67DFB: hue angle of 259.52º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A67DFB is Cyan = 0.34, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 166 | 125 | 251 | - |
| CMYK | 0.34 | 0.50 | 0 | 0.02 |
| HSL | 259.52º | 0.94% | 0.74% | - |
| HSV(B) | 259.52º | 0.5% | 0.98% | - |
| XYZ | 40.47 | 29.74 | 94.87 | - |
| YUV | 151.62 | 184.08 | 138.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 125 | 251 | 0.34 | 0.50 | 0 | 0.02 | 259.52 | 0.94 | 0.74 |
| Hex | A6 | 7D | FB | 22 | 32 | 0 | 2 | 104 | 5E | 4A |
| Octal | 246 | 175 | 373 | 42 | 62 | 0 | 2 | 404 | 136 | 112 |
| Binary | 10100110 | 1111101 | 11111011 | 100010 | 110010 | 0 | 10 | 100000100 | 1011110 | 1001010 |
Color Harmonies of #A67DFB
Complementary color
Monochromatic Colors of #A67DFB
Black with #A67DFB
Text Example
Text Example
White with #A67DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A67DFB; }
p { color: rgb(166,125,251); }
H1.HeaderClassName
{
color: #A67DFB;
}
.AnyTagClassName
{
color: #A67DFB;
}
</style>
background-color css
<style>
a { background-color: #A67DFB; }
a { background-color: rgb(166,125,251); }
div.DivClassName
{
background-color: #A67DFB;
}
.BgClassName
{
background-color: #A67DFB;
}
</style>
border-color css
<style>
span { border-color: #A67DFB; }
span { border-color: rgb(166,125,251); }
td.TdClassName
{
border-color: #A67DFB;
}
.TagClassName
{
border-color: #A67DFB;
}
</style>