Shades of Medium Purple #A06FDB
Tints of Medium Purple #A06FDB
RGB
CMYK
RGB Variations
Color information
#A06FDB (or 0xA06FDB) is known color: Medium Purple. HEX triplet: A0, 6F and DB. RGB value is (160,111,219). Sum of RGB (Red+Green+Blue) = 160+111+219=490 (64% of max value = 765). Red value is 160 (62.89% from 255 or 32.65% from 490); Green value is 111 (43.75% from 255 or 22.65% from 490); Blue value is 219 (85.94% from 255 or 44.69% from 490); Max value from RGB is 219 - color contains mainly: blue. Hex color #A06FDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A06FDB is #5F9024. Grayscale: #898989. Windows color (decimal): -6262821 or 14380960. OLE color: 14380960.
HSL color Cylindrical-coordinate representation of color #A06FDB: hue angle of 267.22º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A06FDB is Cyan = 0.27, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 160 | 111 | 219 | - |
| CMYK | 0.27 | 0.49 | 0 | 0.14 |
| HSL | 267.22º | 0.6% | 0.65% | - |
| HSV(B) | 267.22º | 0.49% | 0.86% | - |
| XYZ | 32.97 | 23.96 | 69.9 | - |
| YUV | 137.96 | 173.73 | 143.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 111 | 219 | 0.27 | 0.49 | 0 | 0.14 | 267.22 | 0.6 | 0.65 |
| Hex | A0 | 6F | DB | 1B | 31 | 0 | E | 10B | 3C | 41 |
| Octal | 240 | 157 | 333 | 33 | 61 | 0 | 16 | 413 | 74 | 101 |
| Binary | 10100000 | 1101111 | 11011011 | 11011 | 110001 | 0 | 1110 | 100001011 | 111100 | 1000001 |
Color Harmonies of #A06FDB
Complementary color
Monochromatic Colors of #A06FDB
Black with #A06FDB
Text Example
Text Example
White with #A06FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A06FDB; }
p { color: rgb(160,111,219); }
H1.HeaderClassName
{
color: #A06FDB;
}
.AnyTagClassName
{
color: #A06FDB;
}
</style>
background-color css
<style>
a { background-color: #A06FDB; }
a { background-color: rgb(160,111,219); }
div.DivClassName
{
background-color: #A06FDB;
}
.BgClassName
{
background-color: #A06FDB;
}
</style>
border-color css
<style>
span { border-color: #A06FDB; }
span { border-color: rgb(160,111,219); }
td.TdClassName
{
border-color: #A06FDB;
}
.TagClassName
{
border-color: #A06FDB;
}
</style>