Shades of Medium Purple #A67BDD
Tints of Medium Purple #A67BDD
RGB
CMYK
RGB Variations
Color information
#A67BDD (or 0xA67BDD) is known color: Medium Purple. HEX triplet: A6, 7B and DD. RGB value is (166,123,221). Sum of RGB (Red+Green+Blue) = 166+123+221=510 (67% of max value = 765). Red value is 166 (65.23% from 255 or 32.55% from 510); Green value is 123 (48.44% from 255 or 24.12% from 510); Blue value is 221 (86.72% from 255 or 43.33% from 510); Max value from RGB is 221 - color contains mainly: blue. Hex color #A67BDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A67BDD is #598422. Grayscale: #929292. Windows color (decimal): -5866531 or 14515110. OLE color: 14515110.
HSL color Cylindrical-coordinate representation of color #A67BDD: hue angle of 266.33º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A67BDD is Cyan = 0.25, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 166 | 123 | 221 | - |
| CMYK | 0.25 | 0.44 | 0 | 0.13 |
| HSL | 266.33º | 0.59% | 0.67% | - |
| HSV(B) | 266.33º | 0.44% | 0.87% | - |
| XYZ | 35.86 | 27.49 | 71.82 | - |
| YUV | 147.03 | 169.75 | 141.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 123 | 221 | 0.25 | 0.44 | 0 | 0.13 | 266.33 | 0.59 | 0.67 |
| Hex | A6 | 7B | DD | 19 | 2C | 0 | D | 10A | 3B | 43 |
| Octal | 246 | 173 | 335 | 31 | 54 | 0 | 15 | 412 | 73 | 103 |
| Binary | 10100110 | 1111011 | 11011101 | 11001 | 101100 | 0 | 1101 | 100001010 | 111011 | 1000011 |
Color Harmonies of #A67BDD
Complementary color
Monochromatic Colors of #A67BDD
Black with #A67BDD
Text Example
Text Example
White with #A67BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A67BDD; }
p { color: rgb(166,123,221); }
H1.HeaderClassName
{
color: #A67BDD;
}
.AnyTagClassName
{
color: #A67BDD;
}
</style>
background-color css
<style>
a { background-color: #A67BDD; }
a { background-color: rgb(166,123,221); }
div.DivClassName
{
background-color: #A67BDD;
}
.BgClassName
{
background-color: #A67BDD;
}
</style>
border-color css
<style>
span { border-color: #A67BDD; }
span { border-color: rgb(166,123,221); }
td.TdClassName
{
border-color: #A67BDD;
}
.TagClassName
{
border-color: #A67BDD;
}
</style>