Shades of Medium Orchid #AA4CCB
Tints of Medium Orchid #AA4CCB
RGB
CMYK
RGB Variations
Color information
#AA4CCB (or 0xAA4CCB) is known color: Medium Orchid. HEX triplet: AA, 4C and CB. RGB value is (170,76,203). Sum of RGB (Red+Green+Blue) = 170+76+203=449 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.86% from 449); Green value is 76 (30.08% from 255 or 16.93% from 449); Blue value is 203 (79.69% from 255 or 45.21% from 449); Max value from RGB is 203 - color contains mainly: blue. Hex color #AA4CCB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA4CCB is #55B334. Grayscale: #767676. Windows color (decimal): -5616437 or 13323434. OLE color: 13323434.
HSL color Cylindrical-coordinate representation of color #AA4CCB: hue angle of 284.41º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AA4CCB is Cyan = 0.16, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 170 | 76 | 203 | - |
| CMYK | 0.16 | 0.63 | 0 | 0.20 |
| HSL | 284.41º | 0.55% | 0.55% | - |
| HSV(B) | 284.41º | 0.63% | 0.8% | - |
| XYZ | 29.94 | 18.03 | 58.4 | - |
| YUV | 118.58 | 175.64 | 164.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 76 | 203 | 0.16 | 0.63 | 0 | 0.20 | 284.41 | 0.55 | 0.55 |
| Hex | AA | 4C | CB | 10 | 3F | 0 | 14 | 11C | 37 | 37 |
| Octal | 252 | 114 | 313 | 20 | 77 | 0 | 24 | 434 | 67 | 67 |
| Binary | 10101010 | 1001100 | 11001011 | 10000 | 111111 | 0 | 10100 | 100011100 | 110111 | 110111 |
Color Harmonies of #AA4CCB
Complementary color
Monochromatic Colors of #AA4CCB
Black with #AA4CCB
Text Example
Text Example
White with #AA4CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4CCB; }
p { color: rgb(170,76,203); }
H1.HeaderClassName
{
color: #AA4CCB;
}
.AnyTagClassName
{
color: #AA4CCB;
}
</style>
background-color css
<style>
a { background-color: #AA4CCB; }
a { background-color: rgb(170,76,203); }
div.DivClassName
{
background-color: #AA4CCB;
}
.BgClassName
{
background-color: #AA4CCB;
}
</style>
border-color css
<style>
span { border-color: #AA4CCB; }
span { border-color: rgb(170,76,203); }
td.TdClassName
{
border-color: #AA4CCB;
}
.TagClassName
{
border-color: #AA4CCB;
}
</style>