Shades of Medium Orchid #AA4DDF
Tints of Medium Orchid #AA4DDF
RGB
CMYK
RGB Variations
Color information
#AA4DDF (or 0xAA4DDF) is known color: Medium Orchid. HEX triplet: AA, 4D and DF. RGB value is (170,77,223). Sum of RGB (Red+Green+Blue) = 170+77+223=470 (62% of max value = 765). Red value is 170 (66.80% from 255 or 36.17% from 470); Green value is 77 (30.47% from 255 or 16.38% from 470); Blue value is 223 (87.5% from 255 or 47.45% from 470); Max value from RGB is 223 - color contains mainly: blue. Hex color #AA4DDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA4DDF is #55B220. Grayscale: #787878. Windows color (decimal): -5616161 or 14634410. OLE color: 14634410.
HSL color Cylindrical-coordinate representation of color #AA4DDF: hue angle of 278.22º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AA4DDF is Cyan = 0.24, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 170 | 77 | 223 | - |
| CMYK | 0.24 | 0.65 | 0 | 0.13 |
| HSL | 278.22º | 0.7% | 0.59% | - |
| HSV(B) | 278.22º | 0.65% | 0.87% | - |
| XYZ | 32.55 | 19.18 | 71.8 | - |
| YUV | 121.45 | 185.31 | 162.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 77 | 223 | 0.24 | 0.65 | 0 | 0.13 | 278.22 | 0.7 | 0.59 |
| Hex | AA | 4D | DF | 18 | 41 | 0 | D | 116 | 46 | 3B |
| Octal | 252 | 115 | 337 | 30 | 101 | 0 | 15 | 426 | 106 | 73 |
| Binary | 10101010 | 1001101 | 11011111 | 11000 | 1000001 | 0 | 1101 | 100010110 | 1000110 | 111011 |
Color Harmonies of #AA4DDF
Complementary color
Monochromatic Colors of #AA4DDF
Black with #AA4DDF
Text Example
Text Example
White with #AA4DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4DDF; }
p { color: rgb(170,77,223); }
H1.HeaderClassName
{
color: #AA4DDF;
}
.AnyTagClassName
{
color: #AA4DDF;
}
</style>
background-color css
<style>
a { background-color: #AA4DDF; }
a { background-color: rgb(170,77,223); }
div.DivClassName
{
background-color: #AA4DDF;
}
.BgClassName
{
background-color: #AA4DDF;
}
</style>
border-color css
<style>
span { border-color: #AA4DDF; }
span { border-color: rgb(170,77,223); }
td.TdClassName
{
border-color: #AA4DDF;
}
.TagClassName
{
border-color: #AA4DDF;
}
</style>