Shades of Medium Orchid #AA4BCD
Tints of Medium Orchid #AA4BCD
RGB
CMYK
RGB Variations
Color information
#AA4BCD (or 0xAA4BCD) is known color: Medium Orchid. HEX triplet: AA, 4B and CD. RGB value is (170,75,205). Sum of RGB (Red+Green+Blue) = 170+75+205=450 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.78% from 450); Green value is 75 (29.69% from 255 or 16.67% from 450); Blue value is 205 (80.47% from 255 or 45.56% from 450); Max value from RGB is 205 - color contains mainly: blue. Hex color #AA4BCD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA4BCD is #55B432. Grayscale: #757575. Windows color (decimal): -5616691 or 13454250. OLE color: 13454250.
HSL color Cylindrical-coordinate representation of color #AA4BCD: hue angle of 283.85º degrees, saturation: 0.57, 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 #AA4BCD is Cyan = 0.17, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 170 | 75 | 205 | - |
| CMYK | 0.17 | 0.63 | 0 | 0.20 |
| HSL | 283.85º | 0.57% | 0.55% | - |
| HSV(B) | 283.85º | 0.63% | 0.8% | - |
| XYZ | 30.11 | 17.99 | 59.64 | - |
| YUV | 118.23 | 176.97 | 164.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 75 | 205 | 0.17 | 0.63 | 0 | 0.20 | 283.85 | 0.57 | 0.55 |
| Hex | AA | 4B | CD | 11 | 3F | 0 | 14 | 11C | 39 | 37 |
| Octal | 252 | 113 | 315 | 21 | 77 | 0 | 24 | 434 | 71 | 67 |
| Binary | 10101010 | 1001011 | 11001101 | 10001 | 111111 | 0 | 10100 | 100011100 | 111001 | 110111 |
Color Harmonies of #AA4BCD
Complementary color
Monochromatic Colors of #AA4BCD
Black with #AA4BCD
Text Example
Text Example
White with #AA4BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4BCD; }
p { color: rgb(170,75,205); }
H1.HeaderClassName
{
color: #AA4BCD;
}
.AnyTagClassName
{
color: #AA4BCD;
}
</style>
background-color css
<style>
a { background-color: #AA4BCD; }
a { background-color: rgb(170,75,205); }
div.DivClassName
{
background-color: #AA4BCD;
}
.BgClassName
{
background-color: #AA4BCD;
}
</style>
border-color css
<style>
span { border-color: #AA4BCD; }
span { border-color: rgb(170,75,205); }
td.TdClassName
{
border-color: #AA4BCD;
}
.TagClassName
{
border-color: #AA4BCD;
}
</style>