Shades of Medium Purple #A67BDB
Tints of Medium Purple #A67BDB
RGB
CMYK
RGB Variations
Color information
#A67BDB (or 0xA67BDB) is known color: Medium Purple. HEX triplet: A6, 7B and DB. RGB value is (166,123,219). Sum of RGB (Red+Green+Blue) = 166+123+219=508 (67% of max value = 765). Red value is 166 (65.23% from 255 or 32.68% from 508); Green value is 123 (48.44% from 255 or 24.21% from 508); Blue value is 219 (85.94% from 255 or 43.11% from 508); Max value from RGB is 219 - color contains mainly: blue. Hex color #A67BDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A67BDB is #598424. Grayscale: #929292. Windows color (decimal): -5866533 or 14384038. OLE color: 14384038.
HSL color Cylindrical-coordinate representation of color #A67BDB: hue angle of 266.88º degrees, saturation: 0.57, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A67BDB is Cyan = 0.24, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 166 | 123 | 219 | - |
| CMYK | 0.24 | 0.44 | 0 | 0.14 |
| HSL | 266.88º | 0.57% | 0.67% | - |
| HSV(B) | 266.88º | 0.44% | 0.86% | - |
| XYZ | 35.6 | 27.39 | 70.43 | - |
| YUV | 146.8 | 168.75 | 141.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 123 | 219 | 0.24 | 0.44 | 0 | 0.14 | 266.88 | 0.57 | 0.67 |
| Hex | A6 | 7B | DB | 18 | 2C | 0 | E | 10B | 39 | 43 |
| Octal | 246 | 173 | 333 | 30 | 54 | 0 | 16 | 413 | 71 | 103 |
| Binary | 10100110 | 1111011 | 11011011 | 11000 | 101100 | 0 | 1110 | 100001011 | 111001 | 1000011 |
Color Harmonies of #A67BDB
Complementary color
Monochromatic Colors of #A67BDB
Black with #A67BDB
Text Example
Text Example
White with #A67BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A67BDB; }
p { color: rgb(166,123,219); }
H1.HeaderClassName
{
color: #A67BDB;
}
.AnyTagClassName
{
color: #A67BDB;
}
</style>
background-color css
<style>
a { background-color: #A67BDB; }
a { background-color: rgb(166,123,219); }
div.DivClassName
{
background-color: #A67BDB;
}
.BgClassName
{
background-color: #A67BDB;
}
</style>
border-color css
<style>
span { border-color: #A67BDB; }
span { border-color: rgb(166,123,219); }
td.TdClassName
{
border-color: #A67BDB;
}
.TagClassName
{
border-color: #A67BDB;
}
</style>