Shades of Medium Orchid #AA4BCB
Tints of Medium Orchid #AA4BCB
RGB
CMYK
RGB Variations
Color information
#AA4BCB (or 0xAA4BCB) is known color: Medium Orchid. HEX triplet: AA, 4B and CB. RGB value is (170,75,203). Sum of RGB (Red+Green+Blue) = 170+75+203=448 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.95% from 448); Green value is 75 (29.69% from 255 or 16.74% from 448); Blue value is 203 (79.69% from 255 or 45.31% from 448); Max value from RGB is 203 - color contains mainly: blue. Hex color #AA4BCB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA4BCB is #55B434. Grayscale: #757575. Windows color (decimal): -5616693 or 13323178. OLE color: 13323178.
HSL color Cylindrical-coordinate representation of color #AA4BCB: hue angle of 284.53º 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 #AA4BCB is Cyan = 0.16, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 170 | 75 | 203 | - |
| CMYK | 0.16 | 0.63 | 0 | 0.20 |
| HSL | 284.53º | 0.55% | 0.55% | - |
| HSV(B) | 284.53º | 0.63% | 0.8% | - |
| XYZ | 29.87 | 17.89 | 58.38 | - |
| YUV | 118 | 175.97 | 165.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 75 | 203 | 0.16 | 0.63 | 0 | 0.20 | 284.53 | 0.55 | 0.55 |
| Hex | AA | 4B | CB | 10 | 3F | 0 | 14 | 11D | 37 | 37 |
| Octal | 252 | 113 | 313 | 20 | 77 | 0 | 24 | 435 | 67 | 67 |
| Binary | 10101010 | 1001011 | 11001011 | 10000 | 111111 | 0 | 10100 | 100011101 | 110111 | 110111 |
Color Harmonies of #AA4BCB
Complementary color
Monochromatic Colors of #AA4BCB
Black with #AA4BCB
Text Example
Text Example
White with #AA4BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4BCB; }
p { color: rgb(170,75,203); }
H1.HeaderClassName
{
color: #AA4BCB;
}
.AnyTagClassName
{
color: #AA4BCB;
}
</style>
background-color css
<style>
a { background-color: #AA4BCB; }
a { background-color: rgb(170,75,203); }
div.DivClassName
{
background-color: #AA4BCB;
}
.BgClassName
{
background-color: #AA4BCB;
}
</style>
border-color css
<style>
span { border-color: #AA4BCB; }
span { border-color: rgb(170,75,203); }
td.TdClassName
{
border-color: #AA4BCB;
}
.TagClassName
{
border-color: #AA4BCB;
}
</style>