Shades of Medium Purple #AA74DF
Tints of Medium Purple #AA74DF
RGB
CMYK
RGB Variations
Color information
#AA74DF (or 0xAA74DF) is known color: Medium Purple. HEX triplet: AA, 74 and DF. RGB value is (170,116,223). Sum of RGB (Red+Green+Blue) = 170+116+223=509 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.40% from 509); Green value is 116 (45.70% from 255 or 22.79% from 509); Blue value is 223 (87.5% from 255 or 43.81% from 509); Max value from RGB is 223 - color contains mainly: blue. Hex color #AA74DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA74DF is #558B20. Grayscale: #8F8F8F. Windows color (decimal): -5606177 or 14644394. OLE color: 14644394.
HSL color Cylindrical-coordinate representation of color #AA74DF: hue angle of 270.28º degrees, saturation: 0.63, 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 #AA74DF is Cyan = 0.24, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 170 | 116 | 223 | - |
| CMYK | 0.24 | 0.48 | 0 | 0.13 |
| HSL | 270.28º | 0.63% | 0.66% | - |
| HSV(B) | 270.28º | 0.48% | 0.87% | - |
| XYZ | 36.14 | 26.36 | 73 | - |
| YUV | 144.34 | 172.39 | 146.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 116 | 223 | 0.24 | 0.48 | 0 | 0.13 | 270.28 | 0.63 | 0.66 |
| Hex | AA | 74 | DF | 18 | 30 | 0 | D | 10E | 3F | 42 |
| Octal | 252 | 164 | 337 | 30 | 60 | 0 | 15 | 416 | 77 | 102 |
| Binary | 10101010 | 1110100 | 11011111 | 11000 | 110000 | 0 | 1101 | 100001110 | 111111 | 1000010 |
Color Harmonies of #AA74DF
Complementary color
Monochromatic Colors of #AA74DF
Black with #AA74DF
Text Example
Text Example
White with #AA74DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA74DF; }
p { color: rgb(170,116,223); }
H1.HeaderClassName
{
color: #AA74DF;
}
.AnyTagClassName
{
color: #AA74DF;
}
</style>
background-color css
<style>
a { background-color: #AA74DF; }
a { background-color: rgb(170,116,223); }
div.DivClassName
{
background-color: #AA74DF;
}
.BgClassName
{
background-color: #AA74DF;
}
</style>
border-color css
<style>
span { border-color: #AA74DF; }
span { border-color: rgb(170,116,223); }
td.TdClassName
{
border-color: #AA74DF;
}
.TagClassName
{
border-color: #AA74DF;
}
</style>