Shades of Medium Orchid #AA4FCC
Tints of Medium Orchid #AA4FCC
RGB
CMYK
RGB Variations
Color information
#AA4FCC (or 0xAA4FCC) is known color: Medium Orchid. HEX triplet: AA, 4F and CC. RGB value is (170,79,204). Sum of RGB (Red+Green+Blue) = 170+79+204=453 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.53% from 453); Green value is 79 (31.25% from 255 or 17.44% from 453); Blue value is 204 (80.08% from 255 or 45.03% from 453); Max value from RGB is 204 - color contains mainly: blue. Hex color #AA4FCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA4FCC is #55B033. Grayscale: #787878. Windows color (decimal): -5615668 or 13389738. OLE color: 13389738.
HSL color Cylindrical-coordinate representation of color #AA4FCC: hue angle of 283.68º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AA4FCC is Cyan = 0.17, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 170 | 79 | 204 | - |
| CMYK | 0.17 | 0.61 | 0 | 0.2 |
| HSL | 283.68º | 0.55% | 0.55% | - |
| HSV(B) | 283.68º | 0.61% | 0.8% | - |
| XYZ | 30.27 | 18.5 | 59.1 | - |
| YUV | 120.46 | 175.15 | 163.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 79 | 204 | 0.17 | 0.61 | 0 | 0.2 | 283.68 | 0.55 | 0.55 |
| Hex | AA | 4F | CC | 11 | 3D | 0 | 14 | 11C | 37 | 37 |
| Octal | 252 | 117 | 314 | 21 | 75 | 0 | 24 | 434 | 67 | 67 |
| Binary | 10101010 | 1001111 | 11001100 | 10001 | 111101 | 0 | 10100 | 100011100 | 110111 | 110111 |
Color Harmonies of #AA4FCC
Complementary color
Monochromatic Colors of #AA4FCC
Black with #AA4FCC
Text Example
Text Example
White with #AA4FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4FCC; }
p { color: rgb(170,79,204); }
H1.HeaderClassName
{
color: #AA4FCC;
}
.AnyTagClassName
{
color: #AA4FCC;
}
</style>
background-color css
<style>
a { background-color: #AA4FCC; }
a { background-color: rgb(170,79,204); }
div.DivClassName
{
background-color: #AA4FCC;
}
.BgClassName
{
background-color: #AA4FCC;
}
</style>
border-color css
<style>
span { border-color: #AA4FCC; }
span { border-color: rgb(170,79,204); }
td.TdClassName
{
border-color: #AA4FCC;
}
.TagClassName
{
border-color: #AA4FCC;
}
</style>