Shades of Medium Purple #A874DE
Tints of Medium Purple #A874DE
RGB
CMYK
RGB Variations
Color information
#A874DE (or 0xA874DE) is known color: Medium Purple. HEX triplet: A8, 74 and DE. RGB value is (168,116,222). Sum of RGB (Red+Green+Blue) = 168+116+222=506 (67% of max value = 765). Red value is 168 (66.02% from 255 or 33.20% from 506); Green value is 116 (45.70% from 255 or 22.92% from 506); Blue value is 222 (87.11% from 255 or 43.87% from 506); Max value from RGB is 222 - color contains mainly: blue. Hex color #A874DE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A874DE is #578B21. Grayscale: #8F8F8F. Windows color (decimal): -5737250 or 14578856. OLE color: 14578856.
HSL color Cylindrical-coordinate representation of color #A874DE: hue angle of 269.43º degrees, saturation: 0.62, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A874DE is Cyan = 0.24, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 168 | 116 | 222 | - |
| CMYK | 0.24 | 0.48 | 0 | 0.13 |
| HSL | 269.43º | 0.62% | 0.66% | - |
| HSV(B) | 269.43º | 0.48% | 0.87% | - |
| XYZ | 35.58 | 26.09 | 72.27 | - |
| YUV | 143.63 | 172.23 | 145.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 116 | 222 | 0.24 | 0.48 | 0 | 0.13 | 269.43 | 0.62 | 0.66 |
| Hex | A8 | 74 | DE | 18 | 30 | 0 | D | 10D | 3E | 42 |
| Octal | 250 | 164 | 336 | 30 | 60 | 0 | 15 | 415 | 76 | 102 |
| Binary | 10101000 | 1110100 | 11011110 | 11000 | 110000 | 0 | 1101 | 100001101 | 111110 | 1000010 |
Color Harmonies of #A874DE
Complementary color
Monochromatic Colors of #A874DE
Black with #A874DE
Text Example
Text Example
White with #A874DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A874DE; }
p { color: rgb(168,116,222); }
H1.HeaderClassName
{
color: #A874DE;
}
.AnyTagClassName
{
color: #A874DE;
}
</style>
background-color css
<style>
a { background-color: #A874DE; }
a { background-color: rgb(168,116,222); }
div.DivClassName
{
background-color: #A874DE;
}
.BgClassName
{
background-color: #A874DE;
}
</style>
border-color css
<style>
span { border-color: #A874DE; }
span { border-color: rgb(168,116,222); }
td.TdClassName
{
border-color: #A874DE;
}
.TagClassName
{
border-color: #A874DE;
}
</style>