Shades of Medium Orchid #AA4AF9
Tints of Medium Orchid #AA4AF9
RGB
CMYK
RGB Variations
Color information
#AA4AF9 (or 0xAA4AF9) is known color: Medium Orchid. HEX triplet: AA, 4A and F9. RGB value is (170,74,249). Sum of RGB (Red+Green+Blue) = 170+74+249=493 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.48% from 493); Green value is 74 (29.30% from 255 or 15.01% from 493); Blue value is 249 (97.66% from 255 or 50.51% from 493); Max value from RGB is 249 - color contains mainly: blue. Hex color #AA4AF9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AA4AF9 is #55B506. Grayscale: #7A7A7A. Windows color (decimal): -5616903 or 16337578. OLE color: 16337578.
HSL color Cylindrical-coordinate representation of color #AA4AF9: hue angle of 272.91º degrees, saturation: 0.94, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AA4AF9 is Cyan = 0.32, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 170 | 74 | 249 | - |
| CMYK | 0.32 | 0.70 | 0 | 0.02 |
| HSL | 272.91º | 0.94% | 0.63% | - |
| HSV(B) | 272.91º | 0.7% | 0.98% | - |
| XYZ | 36.13 | 20.28 | 91.63 | - |
| YUV | 122.65 | 199.3 | 161.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 74 | 249 | 0.32 | 0.70 | 0 | 0.02 | 272.91 | 0.94 | 0.63 |
| Hex | AA | 4A | F9 | 20 | 46 | 0 | 2 | 111 | 5E | 3F |
| Octal | 252 | 112 | 371 | 40 | 106 | 0 | 2 | 421 | 136 | 77 |
| Binary | 10101010 | 1001010 | 11111001 | 100000 | 1000110 | 0 | 10 | 100010001 | 1011110 | 111111 |
Color Harmonies of #AA4AF9
Complementary color
Monochromatic Colors of #AA4AF9
Black with #AA4AF9
Text Example
Text Example
White with #AA4AF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4AF9; }
p { color: rgb(170,74,249); }
H1.HeaderClassName
{
color: #AA4AF9;
}
.AnyTagClassName
{
color: #AA4AF9;
}
</style>
background-color css
<style>
a { background-color: #AA4AF9; }
a { background-color: rgb(170,74,249); }
div.DivClassName
{
background-color: #AA4AF9;
}
.BgClassName
{
background-color: #AA4AF9;
}
</style>
border-color css
<style>
span { border-color: #AA4AF9; }
span { border-color: rgb(170,74,249); }
td.TdClassName
{
border-color: #AA4AF9;
}
.TagClassName
{
border-color: #AA4AF9;
}
</style>