Shades of Medium Orchid #AA4FDA
Tints of Medium Orchid #AA4FDA
RGB
CMYK
RGB Variations
Color information
#AA4FDA (or 0xAA4FDA) is known color: Medium Orchid. HEX triplet: AA, 4F and DA. RGB value is (170,79,218). Sum of RGB (Red+Green+Blue) = 170+79+218=467 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.40% from 467); Green value is 79 (31.25% from 255 or 16.92% from 467); Blue value is 218 (85.55% from 255 or 46.68% from 467); Max value from RGB is 218 - color contains mainly: blue. Hex color #AA4FDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA4FDA is #55B025. Grayscale: #797979. Windows color (decimal): -5615654 or 14307242. OLE color: 14307242.
HSL color Cylindrical-coordinate representation of color #AA4FDA: hue angle of 279.28º degrees, saturation: 0.65, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AA4FDA is Cyan = 0.22, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 170 | 79 | 218 | - |
| CMYK | 0.22 | 0.64 | 0 | 0.15 |
| HSL | 279.28º | 0.65% | 0.58% | - |
| HSV(B) | 279.28º | 0.64% | 0.85% | - |
| XYZ | 32.03 | 19.2 | 68.35 | - |
| YUV | 122.06 | 182.15 | 162.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 79 | 218 | 0.22 | 0.64 | 0 | 0.15 | 279.28 | 0.65 | 0.58 |
| Hex | AA | 4F | DA | 16 | 40 | 0 | F | 117 | 41 | 3A |
| Octal | 252 | 117 | 332 | 26 | 100 | 0 | 17 | 427 | 101 | 72 |
| Binary | 10101010 | 1001111 | 11011010 | 10110 | 1000000 | 0 | 1111 | 100010111 | 1000001 | 111010 |
Color Harmonies of #AA4FDA
Complementary color
Monochromatic Colors of #AA4FDA
Black with #AA4FDA
Text Example
Text Example
White with #AA4FDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4FDA; }
p { color: rgb(170,79,218); }
H1.HeaderClassName
{
color: #AA4FDA;
}
.AnyTagClassName
{
color: #AA4FDA;
}
</style>
background-color css
<style>
a { background-color: #AA4FDA; }
a { background-color: rgb(170,79,218); }
div.DivClassName
{
background-color: #AA4FDA;
}
.BgClassName
{
background-color: #AA4FDA;
}
</style>
border-color css
<style>
span { border-color: #AA4FDA; }
span { border-color: rgb(170,79,218); }
td.TdClassName
{
border-color: #AA4FDA;
}
.TagClassName
{
border-color: #AA4FDA;
}
</style>