Shades of Medium Purple #A867EA
Tints of Medium Purple #A867EA
RGB
CMYK
RGB Variations
Color information
#A867EA (or 0xA867EA) is known color: Medium Purple. HEX triplet: A8, 67 and EA. RGB value is (168,103,234). Sum of RGB (Red+Green+Blue) = 168+103+234=505 (66% of max value = 765). Red value is 168 (66.02% from 255 or 33.27% from 505); Green value is 103 (40.62% from 255 or 20.40% from 505); Blue value is 234 (91.80% from 255 or 46.34% from 505); Max value from RGB is 234 - color contains mainly: blue. Hex color #A867EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A867EA is #579815. Grayscale: #888888. Windows color (decimal): -5740566 or 15361960. OLE color: 15361960.
HSL color Cylindrical-coordinate representation of color #A867EA: hue angle of 269.77º degrees, saturation: 0.76, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A867EA is Cyan = 0.28, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 168 | 103 | 234 | - |
| CMYK | 0.28 | 0.56 | 0 | 0.08 |
| HSL | 269.77º | 0.76% | 0.66% | - |
| HSV(B) | 269.77º | 0.56% | 0.92% | - |
| XYZ | 35.85 | 23.97 | 80.58 | - |
| YUV | 137.37 | 182.53 | 149.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 103 | 234 | 0.28 | 0.56 | 0 | 0.08 | 269.77 | 0.76 | 0.66 |
| Hex | A8 | 67 | EA | 1C | 38 | 0 | 8 | 10E | 4C | 42 |
| Octal | 250 | 147 | 352 | 34 | 70 | 0 | 10 | 416 | 114 | 102 |
| Binary | 10101000 | 1100111 | 11101010 | 11100 | 111000 | 0 | 1000 | 100001110 | 1001100 | 1000010 |
Color Harmonies of #A867EA
Complementary color
Monochromatic Colors of #A867EA
Black with #A867EA
Text Example
Text Example
White with #A867EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A867EA; }
p { color: rgb(168,103,234); }
H1.HeaderClassName
{
color: #A867EA;
}
.AnyTagClassName
{
color: #A867EA;
}
</style>
background-color css
<style>
a { background-color: #A867EA; }
a { background-color: rgb(168,103,234); }
div.DivClassName
{
background-color: #A867EA;
}
.BgClassName
{
background-color: #A867EA;
}
</style>
border-color css
<style>
span { border-color: #A867EA; }
span { border-color: rgb(168,103,234); }
td.TdClassName
{
border-color: #A867EA;
}
.TagClassName
{
border-color: #A867EA;
}
</style>