Shades of Medium Orchid #AA4FDD
Tints of Medium Orchid #AA4FDD
RGB
CMYK
RGB Variations
Color information
#AA4FDD (or 0xAA4FDD) is known color: Medium Orchid. HEX triplet: AA, 4F and DD. RGB value is (170,79,221). Sum of RGB (Red+Green+Blue) = 170+79+221=470 (62% of max value = 765). Red value is 170 (66.80% from 255 or 36.17% from 470); Green value is 79 (31.25% from 255 or 16.81% from 470); Blue value is 221 (86.72% from 255 or 47.02% from 470); Max value from RGB is 221 - color contains mainly: blue. Hex color #AA4FDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA4FDD is #55B022. Grayscale: #797979. Windows color (decimal): -5615651 or 14503850. OLE color: 14503850.
HSL color Cylindrical-coordinate representation of color #AA4FDD: hue angle of 278.45º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AA4FDD is Cyan = 0.23, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 170 | 79 | 221 | - |
| CMYK | 0.23 | 0.64 | 0 | 0.13 |
| HSL | 278.45º | 0.68% | 0.59% | - |
| HSV(B) | 278.45º | 0.64% | 0.87% | - |
| XYZ | 32.42 | 19.36 | 70.43 | - |
| YUV | 122.4 | 183.65 | 161.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 79 | 221 | 0.23 | 0.64 | 0 | 0.13 | 278.45 | 0.68 | 0.59 |
| Hex | AA | 4F | DD | 17 | 40 | 0 | D | 116 | 44 | 3B |
| Octal | 252 | 117 | 335 | 27 | 100 | 0 | 15 | 426 | 104 | 73 |
| Binary | 10101010 | 1001111 | 11011101 | 10111 | 1000000 | 0 | 1101 | 100010110 | 1000100 | 111011 |
Color Harmonies of #AA4FDD
Complementary color
Monochromatic Colors of #AA4FDD
Black with #AA4FDD
Text Example
Text Example
White with #AA4FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4FDD; }
p { color: rgb(170,79,221); }
H1.HeaderClassName
{
color: #AA4FDD;
}
.AnyTagClassName
{
color: #AA4FDD;
}
</style>
background-color css
<style>
a { background-color: #AA4FDD; }
a { background-color: rgb(170,79,221); }
div.DivClassName
{
background-color: #AA4FDD;
}
.BgClassName
{
background-color: #AA4FDD;
}
</style>
border-color css
<style>
span { border-color: #AA4FDD; }
span { border-color: rgb(170,79,221); }
td.TdClassName
{
border-color: #AA4FDD;
}
.TagClassName
{
border-color: #AA4FDD;
}
</style>