Shades of Medium Purple #A874DD
Tints of Medium Purple #A874DD
RGB
CMYK
RGB Variations
Color information
#A874DD (or 0xA874DD) is known color: Medium Purple. HEX triplet: A8, 74 and DD. RGB value is (168,116,221). Sum of RGB (Red+Green+Blue) = 168+116+221=505 (66% of max value = 765). Red value is 168 (66.02% from 255 or 33.27% from 505); Green value is 116 (45.70% from 255 or 22.97% from 505); Blue value is 221 (86.72% from 255 or 43.76% from 505); Max value from RGB is 221 - color contains mainly: blue. Hex color #A874DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A874DD is #578B22. Grayscale: #8F8F8F. Windows color (decimal): -5737251 or 14513320. OLE color: 14513320.
HSL color Cylindrical-coordinate representation of color #A874DD: hue angle of 269.71º degrees, saturation: 0.61, 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 #A874DD is Cyan = 0.24, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 168 | 116 | 221 | - |
CMYK | 0.24 | 0.48 | 0 | 0.13 |
HSL | 269.71º | 0.61% | 0.66% | - |
HSV(B) | 269.71º | 0.48% | 0.87% | - |
XYZ | 35.44 | 26.04 | 71.56 | - |
YUV | 143.52 | 171.73 | 145.46 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 168 | 116 | 221 | 0.24 | 0.48 | 0 | 0.13 | 269.71 | 0.61 | 0.66 |
Hex | A8 | 74 | DD | 18 | 30 | 0 | D | 10E | 3D | 42 |
Octal | 250 | 164 | 335 | 30 | 60 | 0 | 15 | 416 | 75 | 102 |
Binary | 10101000 | 1110100 | 11011101 | 11000 | 110000 | 0 | 1101 | 100001110 | 111101 | 1000010 |
Color Harmonies of #A874DD
Complementary color
Monochromatic Colors of #A874DD
Black with #A874DD
Text Example
Text Example
White with #A874DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A874DD; }
p { color: rgb(168,116,221); }
H1.HeaderClassName
{
color: #A874DD;
}
.AnyTagClassName
{
color: #A874DD;
}
</style>
background-color css
<style>
a { background-color: #A874DD; }
a { background-color: rgb(168,116,221); }
div.DivClassName
{
background-color: #A874DD;
}
.BgClassName
{
background-color: #A874DD;
}
</style>
border-color css
<style>
span { border-color: #A874DD; }
span { border-color: rgb(168,116,221); }
td.TdClassName
{
border-color: #A874DD;
}
.TagClassName
{
border-color: #A874DD;
}
</style>