Shades of Medium Purple #A878E0
Tints of Medium Purple #A878E0
RGB
CMYK
RGB Variations
Color information
#A878E0 (or 0xA878E0) is known color: Medium Purple. HEX triplet: A8, 78 and E0. RGB value is (168,120,224). Sum of RGB (Red+Green+Blue) = 168+120+224=512 (67% of max value = 765). Red value is 168 (66.02% from 255 or 32.81% from 512); Green value is 120 (47.27% from 255 or 23.44% from 512); Blue value is 224 (87.89% from 255 or 43.75% from 512); Max value from RGB is 224 - color contains mainly: blue. Hex color #A878E0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A878E0 is #57871F. Grayscale: #919191. Windows color (decimal): -5736224 or 14710952. OLE color: 14710952.
HSL color Cylindrical-coordinate representation of color #A878E0: hue angle of 267.69º degrees, saturation: 0.63, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A878E0 is Cyan = 0.25, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 168 | 120 | 224 | - |
| CMYK | 0.25 | 0.46 | 0 | 0.12 |
| HSL | 267.69º | 0.63% | 0.67% | - |
| HSV(B) | 267.69º | 0.46% | 0.88% | - |
| XYZ | 36.32 | 27.14 | 73.85 | - |
| YUV | 146.21 | 171.9 | 143.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 120 | 224 | 0.25 | 0.46 | 0 | 0.12 | 267.69 | 0.63 | 0.67 |
| Hex | A8 | 78 | E0 | 19 | 2E | 0 | C | 10C | 3F | 43 |
| Octal | 250 | 170 | 340 | 31 | 56 | 0 | 14 | 414 | 77 | 103 |
| Binary | 10101000 | 1111000 | 11100000 | 11001 | 101110 | 0 | 1100 | 100001100 | 111111 | 1000011 |
Color Harmonies of #A878E0
Complementary color
Monochromatic Colors of #A878E0
Black with #A878E0
Text Example
Text Example
White with #A878E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A878E0; }
p { color: rgb(168,120,224); }
H1.HeaderClassName
{
color: #A878E0;
}
.AnyTagClassName
{
color: #A878E0;
}
</style>
background-color css
<style>
a { background-color: #A878E0; }
a { background-color: rgb(168,120,224); }
div.DivClassName
{
background-color: #A878E0;
}
.BgClassName
{
background-color: #A878E0;
}
</style>
border-color css
<style>
span { border-color: #A878E0; }
span { border-color: rgb(168,120,224); }
td.TdClassName
{
border-color: #A878E0;
}
.TagClassName
{
border-color: #A878E0;
}
</style>