Shades of Medium Orchid #AA4FFC
Tints of Medium Orchid #AA4FFC
RGB
CMYK
RGB Variations
Color information
#AA4FFC (or 0xAA4FFC) is known color: Medium Orchid. HEX triplet: AA, 4F and FC. RGB value is (170,79,252). Sum of RGB (Red+Green+Blue) = 170+79+252=501 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.93% from 501); Green value is 79 (31.25% from 255 or 15.77% from 501); Blue value is 252 (98.83% from 255 or 50.30% from 501); Max value from RGB is 252 - color contains mainly: blue. Hex color #AA4FFC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA4FFC is #55B003. Grayscale: #7D7D7D. Windows color (decimal): -5615620 or 16535466. OLE color: 16535466.
HSL color Cylindrical-coordinate representation of color #AA4FFC: hue angle of 271.56º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AA4FFC is Cyan = 0.33, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 170 | 79 | 252 | - |
| CMYK | 0.33 | 0.69 | 0 | 0.01 |
| HSL | 271.56º | 0.97% | 0.65% | - |
| HSV(B) | 271.56º | 0.69% | 0.99% | - |
| XYZ | 36.94 | 21.17 | 94.23 | - |
| YUV | 125.93 | 199.15 | 159.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 79 | 252 | 0.33 | 0.69 | 0 | 0.01 | 271.56 | 0.97 | 0.65 |
| Hex | AA | 4F | FC | 21 | 45 | 0 | 1 | 110 | 61 | 41 |
| Octal | 252 | 117 | 374 | 41 | 105 | 0 | 1 | 420 | 141 | 101 |
| Binary | 10101010 | 1001111 | 11111100 | 100001 | 1000101 | 0 | 1 | 100010000 | 1100001 | 1000001 |
Color Harmonies of #AA4FFC
Complementary color
Monochromatic Colors of #AA4FFC
Black with #AA4FFC
Text Example
Text Example
White with #AA4FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4FFC; }
p { color: rgb(170,79,252); }
H1.HeaderClassName
{
color: #AA4FFC;
}
.AnyTagClassName
{
color: #AA4FFC;
}
</style>
background-color css
<style>
a { background-color: #AA4FFC; }
a { background-color: rgb(170,79,252); }
div.DivClassName
{
background-color: #AA4FFC;
}
.BgClassName
{
background-color: #AA4FFC;
}
</style>
border-color css
<style>
span { border-color: #AA4FFC; }
span { border-color: rgb(170,79,252); }
td.TdClassName
{
border-color: #AA4FFC;
}
.TagClassName
{
border-color: #AA4FFC;
}
</style>