Shades of Medium Orchid #AA4FDF
Tints of Medium Orchid #AA4FDF
RGB
CMYK
RGB Variations
Color information
#AA4FDF (or 0xAA4FDF) is known color: Medium Orchid. HEX triplet: AA, 4F and DF. RGB value is (170,79,223). Sum of RGB (Red+Green+Blue) = 170+79+223=472 (62% of max value = 765). Red value is 170 (66.80% from 255 or 36.02% from 472); Green value is 79 (31.25% from 255 or 16.74% from 472); Blue value is 223 (87.5% from 255 or 47.25% from 472); Max value from RGB is 223 - color contains mainly: blue. Hex color #AA4FDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA4FDF is #55B020. Grayscale: #7A7A7A. Windows color (decimal): -5615649 or 14634922. OLE color: 14634922.
HSL color Cylindrical-coordinate representation of color #AA4FDF: hue angle of 277.92º degrees, saturation: 0.69, 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 #AA4FDF is Cyan = 0.24, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 170 | 79 | 223 | - |
| CMYK | 0.24 | 0.65 | 0 | 0.13 |
| HSL | 277.92º | 0.69% | 0.59% | - |
| HSV(B) | 277.92º | 0.65% | 0.87% | - |
| XYZ | 32.69 | 19.47 | 71.85 | - |
| YUV | 122.63 | 184.65 | 161.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 79 | 223 | 0.24 | 0.65 | 0 | 0.13 | 277.92 | 0.69 | 0.59 |
| Hex | AA | 4F | DF | 18 | 41 | 0 | D | 116 | 45 | 3B |
| Octal | 252 | 117 | 337 | 30 | 101 | 0 | 15 | 426 | 105 | 73 |
| Binary | 10101010 | 1001111 | 11011111 | 11000 | 1000001 | 0 | 1101 | 100010110 | 1000101 | 111011 |
Color Harmonies of #AA4FDF
Complementary color
Monochromatic Colors of #AA4FDF
Black with #AA4FDF
Text Example
Text Example
White with #AA4FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4FDF; }
p { color: rgb(170,79,223); }
H1.HeaderClassName
{
color: #AA4FDF;
}
.AnyTagClassName
{
color: #AA4FDF;
}
</style>
background-color css
<style>
a { background-color: #AA4FDF; }
a { background-color: rgb(170,79,223); }
div.DivClassName
{
background-color: #AA4FDF;
}
.BgClassName
{
background-color: #AA4FDF;
}
</style>
border-color css
<style>
span { border-color: #AA4FDF; }
span { border-color: rgb(170,79,223); }
td.TdClassName
{
border-color: #AA4FDF;
}
.TagClassName
{
border-color: #AA4FDF;
}
</style>