Shades of Medium Purple #A869E6
Tints of Medium Purple #A869E6
RGB
CMYK
RGB Variations
Color information
#A869E6 (or 0xA869E6) is known color: Medium Purple. HEX triplet: A8, 69 and E6. RGB value is (168,105,230). Sum of RGB (Red+Green+Blue) = 168+105+230=503 (66% of max value = 765). Red value is 168 (66.02% from 255 or 33.40% from 503); Green value is 105 (41.41% from 255 or 20.87% from 503); Blue value is 230 (90.23% from 255 or 45.73% from 503); Max value from RGB is 230 - color contains mainly: blue. Hex color #A869E6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A869E6 is #579619. Grayscale: #898989. Windows color (decimal): -5740058 or 15100328. OLE color: 15100328.
HSL color Cylindrical-coordinate representation of color #A869E6: hue angle of 270.24º degrees, saturation: 0.71, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A869E6 is Cyan = 0.27, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 168 | 105 | 230 | - |
| CMYK | 0.27 | 0.54 | 0 | 0.10 |
| HSL | 270.24º | 0.71% | 0.66% | - |
| HSV(B) | 270.24º | 0.54% | 0.9% | - |
| XYZ | 35.48 | 24.14 | 77.65 | - |
| YUV | 138.09 | 179.87 | 149.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 105 | 230 | 0.27 | 0.54 | 0 | 0.10 | 270.24 | 0.71 | 0.66 |
| Hex | A8 | 69 | E6 | 1B | 36 | 0 | A | 10E | 47 | 42 |
| Octal | 250 | 151 | 346 | 33 | 66 | 0 | 12 | 416 | 107 | 102 |
| Binary | 10101000 | 1101001 | 11100110 | 11011 | 110110 | 0 | 1010 | 100001110 | 1000111 | 1000010 |
Color Harmonies of #A869E6
Complementary color
Monochromatic Colors of #A869E6
Black with #A869E6
Text Example
Text Example
White with #A869E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A869E6; }
p { color: rgb(168,105,230); }
H1.HeaderClassName
{
color: #A869E6;
}
.AnyTagClassName
{
color: #A869E6;
}
</style>
background-color css
<style>
a { background-color: #A869E6; }
a { background-color: rgb(168,105,230); }
div.DivClassName
{
background-color: #A869E6;
}
.BgClassName
{
background-color: #A869E6;
}
</style>
border-color css
<style>
span { border-color: #A869E6; }
span { border-color: rgb(168,105,230); }
td.TdClassName
{
border-color: #A869E6;
}
.TagClassName
{
border-color: #A869E6;
}
</style>