Shades of Medium Purple #A06BEE
Tints of Medium Purple #A06BEE
RGB
CMYK
RGB Variations
Color information
#A06BEE (or 0xA06BEE) is known color: Medium Purple. HEX triplet: A0, 6B and EE. RGB value is (160,107,238). Sum of RGB (Red+Green+Blue) = 160+107+238=505 (66% of max value = 765). Red value is 160 (62.89% from 255 or 31.68% from 505); Green value is 107 (42.19% from 255 or 21.19% from 505); Blue value is 238 (93.36% from 255 or 47.13% from 505); Max value from RGB is 238 - color contains mainly: blue. Hex color #A06BEE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A06BEE is #5F9411. Grayscale: #898989. Windows color (decimal): -6263826 or 15625120. OLE color: 15625120.
HSL color Cylindrical-coordinate representation of color #A06BEE: hue angle of 264.27º degrees, saturation: 0.79, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A06BEE is Cyan = 0.33, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 160 | 107 | 238 | - |
| CMYK | 0.33 | 0.55 | 0 | 0.07 |
| HSL | 264.27º | 0.79% | 0.68% | - |
| HSV(B) | 264.27º | 0.55% | 0.93% | - |
| XYZ | 35.19 | 24.16 | 83.7 | - |
| YUV | 137.78 | 184.56 | 143.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 107 | 238 | 0.33 | 0.55 | 0 | 0.07 | 264.27 | 0.79 | 0.68 |
| Hex | A0 | 6B | EE | 21 | 37 | 0 | 7 | 108 | 4F | 44 |
| Octal | 240 | 153 | 356 | 41 | 67 | 0 | 7 | 410 | 117 | 104 |
| Binary | 10100000 | 1101011 | 11101110 | 100001 | 110111 | 0 | 111 | 100001000 | 1001111 | 1000100 |
Color Harmonies of #A06BEE
Complementary color
Monochromatic Colors of #A06BEE
Black with #A06BEE
Text Example
Text Example
White with #A06BEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A06BEE; }
p { color: rgb(160,107,238); }
H1.HeaderClassName
{
color: #A06BEE;
}
.AnyTagClassName
{
color: #A06BEE;
}
</style>
background-color css
<style>
a { background-color: #A06BEE; }
a { background-color: rgb(160,107,238); }
div.DivClassName
{
background-color: #A06BEE;
}
.BgClassName
{
background-color: #A06BEE;
}
</style>
border-color css
<style>
span { border-color: #A06BEE; }
span { border-color: rgb(160,107,238); }
td.TdClassName
{
border-color: #A06BEE;
}
.TagClassName
{
border-color: #A06BEE;
}
</style>