Shades of Medium Purple #A867E8
Tints of Medium Purple #A867E8
RGB
CMYK
RGB Variations
Color information
#A867E8 (or 0xA867E8) is known color: Medium Purple. HEX triplet: A8, 67 and E8. RGB value is (168,103,232). Sum of RGB (Red+Green+Blue) = 168+103+232=503 (66% of max value = 765). Red value is 168 (66.02% from 255 or 33.40% from 503); Green value is 103 (40.62% from 255 or 20.48% from 503); Blue value is 232 (91.02% from 255 or 46.12% from 503); Max value from RGB is 232 - color contains mainly: blue. Hex color #A867E8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A867E8 is #579817. Grayscale: #888888. Windows color (decimal): -5740568 or 15230888. OLE color: 15230888.
HSL color Cylindrical-coordinate representation of color #A867E8: hue angle of 270.23º degrees, saturation: 0.74, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A867E8 is Cyan = 0.28, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 168 | 103 | 232 | - |
| CMYK | 0.28 | 0.56 | 0 | 0.09 |
| HSL | 270.23º | 0.74% | 0.66% | - |
| HSV(B) | 270.23º | 0.56% | 0.91% | - |
| XYZ | 35.56 | 23.85 | 79.07 | - |
| YUV | 137.14 | 181.53 | 150.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 103 | 232 | 0.28 | 0.56 | 0 | 0.09 | 270.23 | 0.74 | 0.66 |
| Hex | A8 | 67 | E8 | 1C | 38 | 0 | 9 | 10E | 4A | 42 |
| Octal | 250 | 147 | 350 | 34 | 70 | 0 | 11 | 416 | 112 | 102 |
| Binary | 10101000 | 1100111 | 11101000 | 11100 | 111000 | 0 | 1001 | 100001110 | 1001010 | 1000010 |
Color Harmonies of #A867E8
Complementary color
Monochromatic Colors of #A867E8
Black with #A867E8
Text Example
Text Example
White with #A867E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A867E8; }
p { color: rgb(168,103,232); }
H1.HeaderClassName
{
color: #A867E8;
}
.AnyTagClassName
{
color: #A867E8;
}
</style>
background-color css
<style>
a { background-color: #A867E8; }
a { background-color: rgb(168,103,232); }
div.DivClassName
{
background-color: #A867E8;
}
.BgClassName
{
background-color: #A867E8;
}
</style>
border-color css
<style>
span { border-color: #A867E8; }
span { border-color: rgb(168,103,232); }
td.TdClassName
{
border-color: #A867E8;
}
.TagClassName
{
border-color: #A867E8;
}
</style>