Shades of Medium Purple #A06FDD
Tints of Medium Purple #A06FDD
RGB
CMYK
RGB Variations
Color information
#A06FDD (or 0xA06FDD) is known color: Medium Purple. HEX triplet: A0, 6F and DD. RGB value is (160,111,221). Sum of RGB (Red+Green+Blue) = 160+111+221=492 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.52% from 492); Green value is 111 (43.75% from 255 or 22.56% from 492); Blue value is 221 (86.72% from 255 or 44.92% from 492); Max value from RGB is 221 - color contains mainly: blue. Hex color #A06FDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A06FDD is #5F9022. Grayscale: #898989. Windows color (decimal): -6262819 or 14512032. OLE color: 14512032.
HSL color Cylindrical-coordinate representation of color #A06FDD: hue angle of 266.73º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A06FDD is Cyan = 0.28, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 160 | 111 | 221 | - |
| CMYK | 0.28 | 0.50 | 0 | 0.13 |
| HSL | 266.73º | 0.62% | 0.65% | - |
| HSV(B) | 266.73º | 0.5% | 0.87% | - |
| XYZ | 33.23 | 24.06 | 71.3 | - |
| YUV | 138.19 | 174.73 | 143.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 111 | 221 | 0.28 | 0.50 | 0 | 0.13 | 266.73 | 0.62 | 0.65 |
| Hex | A0 | 6F | DD | 1C | 32 | 0 | D | 10B | 3E | 41 |
| Octal | 240 | 157 | 335 | 34 | 62 | 0 | 15 | 413 | 76 | 101 |
| Binary | 10100000 | 1101111 | 11011101 | 11100 | 110010 | 0 | 1101 | 100001011 | 111110 | 1000001 |
Color Harmonies of #A06FDD
Complementary color
Monochromatic Colors of #A06FDD
Black with #A06FDD
Text Example
Text Example
White with #A06FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A06FDD; }
p { color: rgb(160,111,221); }
H1.HeaderClassName
{
color: #A06FDD;
}
.AnyTagClassName
{
color: #A06FDD;
}
</style>
background-color css
<style>
a { background-color: #A06FDD; }
a { background-color: rgb(160,111,221); }
div.DivClassName
{
background-color: #A06FDD;
}
.BgClassName
{
background-color: #A06FDD;
}
</style>
border-color css
<style>
span { border-color: #A06FDD; }
span { border-color: rgb(160,111,221); }
td.TdClassName
{
border-color: #A06FDD;
}
.TagClassName
{
border-color: #A06FDD;
}
</style>