Shades of Medium Purple #A868E8
Tints of Medium Purple #A868E8
RGB
CMYK
RGB Variations
Color information
#A868E8 (or 0xA868E8) is known color: Medium Purple. HEX triplet: A8, 68 and E8. RGB value is (168,104,232). Sum of RGB (Red+Green+Blue) = 168+104+232=504 (66% of max value = 765). Red value is 168 (66.02% from 255 or 33.33% from 504); Green value is 104 (41.02% from 255 or 20.63% from 504); Blue value is 232 (91.02% from 255 or 46.03% from 504); Max value from RGB is 232 - color contains mainly: blue. Hex color #A868E8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A868E8 is #579717. Grayscale: #898989. Windows color (decimal): -5740312 or 15231144. OLE color: 15231144.
HSL color Cylindrical-coordinate representation of color #A868E8: hue angle of 270º degrees, saturation: 0.74, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A868E8 is Cyan = 0.28, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 168 | 104 | 232 | - |
| CMYK | 0.28 | 0.55 | 0 | 0.09 |
| HSL | 270º | 0.74% | 0.66% | - |
| HSV(B) | 270º | 0.55% | 0.91% | - |
| XYZ | 35.66 | 24.05 | 79.11 | - |
| YUV | 137.73 | 181.2 | 149.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 104 | 232 | 0.28 | 0.55 | 0 | 0.09 | 270 | 0.74 | 0.66 |
| Hex | A8 | 68 | E8 | 1C | 37 | 0 | 9 | 10E | 4A | 42 |
| Octal | 250 | 150 | 350 | 34 | 67 | 0 | 11 | 416 | 112 | 102 |
| Binary | 10101000 | 1101000 | 11101000 | 11100 | 110111 | 0 | 1001 | 100001110 | 1001010 | 1000010 |
Color Harmonies of #A868E8
Complementary color
Monochromatic Colors of #A868E8
Black with #A868E8
Text Example
Text Example
White with #A868E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A868E8; }
p { color: rgb(168,104,232); }
H1.HeaderClassName
{
color: #A868E8;
}
.AnyTagClassName
{
color: #A868E8;
}
</style>
background-color css
<style>
a { background-color: #A868E8; }
a { background-color: rgb(168,104,232); }
div.DivClassName
{
background-color: #A868E8;
}
.BgClassName
{
background-color: #A868E8;
}
</style>
border-color css
<style>
span { border-color: #A868E8; }
span { border-color: rgb(168,104,232); }
td.TdClassName
{
border-color: #A868E8;
}
.TagClassName
{
border-color: #A868E8;
}
</style>