Shades of Medium Orchid #AA4CC6
Tints of Medium Orchid #AA4CC6
RGB
CMYK
RGB Variations
Color information
#AA4CC6 (or 0xAA4CC6) is known color: Medium Orchid. HEX triplet: AA, 4C and C6. RGB value is (170,76,198). Sum of RGB (Red+Green+Blue) = 170+76+198=444 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.29% from 444); Green value is 76 (30.08% from 255 or 17.12% from 444); Blue value is 198 (77.73% from 255 or 44.59% from 444); Max value from RGB is 198 - color contains mainly: blue. Hex color #AA4CC6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA4CC6 is #55B339. Grayscale: #757575. Windows color (decimal): -5616442 or 12995754. OLE color: 12995754.
HSL color Cylindrical-coordinate representation of color #AA4CC6: hue angle of 286.23º degrees, saturation: 0.52, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AA4CC6 is Cyan = 0.14, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 170 | 76 | 198 | - |
| CMYK | 0.14 | 0.62 | 0 | 0.22 |
| HSL | 286.23º | 0.52% | 0.54% | - |
| HSV(B) | 286.23º | 0.62% | 0.78% | - |
| XYZ | 29.36 | 17.79 | 55.31 | - |
| YUV | 118.01 | 173.14 | 165.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 76 | 198 | 0.14 | 0.62 | 0 | 0.22 | 286.23 | 0.52 | 0.54 |
| Hex | AA | 4C | C6 | E | 3E | 0 | 16 | 11E | 34 | 36 |
| Octal | 252 | 114 | 306 | 16 | 76 | 0 | 26 | 436 | 64 | 66 |
| Binary | 10101010 | 1001100 | 11000110 | 1110 | 111110 | 0 | 10110 | 100011110 | 110100 | 110110 |
Color Harmonies of #AA4CC6
Complementary color
Monochromatic Colors of #AA4CC6
Black with #AA4CC6
Text Example
Text Example
White with #AA4CC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4CC6; }
p { color: rgb(170,76,198); }
H1.HeaderClassName
{
color: #AA4CC6;
}
.AnyTagClassName
{
color: #AA4CC6;
}
</style>
background-color css
<style>
a { background-color: #AA4CC6; }
a { background-color: rgb(170,76,198); }
div.DivClassName
{
background-color: #AA4CC6;
}
.BgClassName
{
background-color: #AA4CC6;
}
</style>
border-color css
<style>
span { border-color: #AA4CC6; }
span { border-color: rgb(170,76,198); }
td.TdClassName
{
border-color: #AA4CC6;
}
.TagClassName
{
border-color: #AA4CC6;
}
</style>