Shades of Medium Purple #A867ED
Tints of Medium Purple #A867ED
RGB
CMYK
RGB Variations
Color information
#A867ED (or 0xA867ED) is known color: Medium Purple. HEX triplet: A8, 67 and ED. RGB value is (168,103,237). Sum of RGB (Red+Green+Blue) = 168+103+237=508 (67% of max value = 765). Red value is 168 (66.02% from 255 or 33.07% from 508); Green value is 103 (40.62% from 255 or 20.28% from 508); Blue value is 237 (92.97% from 255 or 46.65% from 508); Max value from RGB is 237 - color contains mainly: blue. Hex color #A867ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A867ED is #579812. Grayscale: #898989. Windows color (decimal): -5740563 or 15558568. OLE color: 15558568.
HSL color Cylindrical-coordinate representation of color #A867ED: hue angle of 269.1º degrees, saturation: 0.79, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A867ED is Cyan = 0.29, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 168 | 103 | 237 | - |
| CMYK | 0.29 | 0.57 | 0 | 0.07 |
| HSL | 269.1º | 0.79% | 0.67% | - |
| HSV(B) | 269.1º | 0.57% | 0.93% | - |
| XYZ | 36.28 | 24.14 | 82.87 | - |
| YUV | 137.71 | 184.03 | 149.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 103 | 237 | 0.29 | 0.57 | 0 | 0.07 | 269.1 | 0.79 | 0.67 |
| Hex | A8 | 67 | ED | 1D | 39 | 0 | 7 | 10D | 4F | 43 |
| Octal | 250 | 147 | 355 | 35 | 71 | 0 | 7 | 415 | 117 | 103 |
| Binary | 10101000 | 1100111 | 11101101 | 11101 | 111001 | 0 | 111 | 100001101 | 1001111 | 1000011 |
Color Harmonies of #A867ED
Complementary color
Monochromatic Colors of #A867ED
Black with #A867ED
Text Example
Text Example
White with #A867ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A867ED; }
p { color: rgb(168,103,237); }
H1.HeaderClassName
{
color: #A867ED;
}
.AnyTagClassName
{
color: #A867ED;
}
</style>
background-color css
<style>
a { background-color: #A867ED; }
a { background-color: rgb(168,103,237); }
div.DivClassName
{
background-color: #A867ED;
}
.BgClassName
{
background-color: #A867ED;
}
</style>
border-color css
<style>
span { border-color: #A867ED; }
span { border-color: rgb(168,103,237); }
td.TdClassName
{
border-color: #A867ED;
}
.TagClassName
{
border-color: #A867ED;
}
</style>