Shades of Medium Purple #A06BDE
Tints of Medium Purple #A06BDE
RGB
CMYK
RGB Variations
Color information
#A06BDE (or 0xA06BDE) is known color: Medium Purple. HEX triplet: A0, 6B and DE. RGB value is (160,107,222). Sum of RGB (Red+Green+Blue) = 160+107+222=489 (64% of max value = 765). Red value is 160 (62.89% from 255 or 32.72% from 489); Green value is 107 (42.19% from 255 or 21.88% from 489); Blue value is 222 (87.11% from 255 or 45.40% from 489); Max value from RGB is 222 - color contains mainly: blue. Hex color #A06BDE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A06BDE is #5F9421. Grayscale: #878787. Windows color (decimal): -6263842 or 14576544. OLE color: 14576544.
HSL color Cylindrical-coordinate representation of color #A06BDE: hue angle of 267.65º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A06BDE is Cyan = 0.28, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 160 | 107 | 222 | - |
| CMYK | 0.28 | 0.52 | 0 | 0.13 |
| HSL | 267.65º | 0.64% | 0.65% | - |
| HSV(B) | 267.65º | 0.52% | 0.87% | - |
| XYZ | 32.94 | 23.26 | 71.86 | - |
| YUV | 135.96 | 176.56 | 145.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 107 | 222 | 0.28 | 0.52 | 0 | 0.13 | 267.65 | 0.64 | 0.65 |
| Hex | A0 | 6B | DE | 1C | 34 | 0 | D | 10C | 40 | 41 |
| Octal | 240 | 153 | 336 | 34 | 64 | 0 | 15 | 414 | 100 | 101 |
| Binary | 10100000 | 1101011 | 11011110 | 11100 | 110100 | 0 | 1101 | 100001100 | 1000000 | 1000001 |
Color Harmonies of #A06BDE
Complementary color
Monochromatic Colors of #A06BDE
Black with #A06BDE
Text Example
Text Example
White with #A06BDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A06BDE; }
p { color: rgb(160,107,222); }
H1.HeaderClassName
{
color: #A06BDE;
}
.AnyTagClassName
{
color: #A06BDE;
}
</style>
background-color css
<style>
a { background-color: #A06BDE; }
a { background-color: rgb(160,107,222); }
div.DivClassName
{
background-color: #A06BDE;
}
.BgClassName
{
background-color: #A06BDE;
}
</style>
border-color css
<style>
span { border-color: #A06BDE; }
span { border-color: rgb(160,107,222); }
td.TdClassName
{
border-color: #A06BDE;
}
.TagClassName
{
border-color: #A06BDE;
}
</style>