Shades of Medium Orchid #AA45CB
Tints of Medium Orchid #AA45CB
RGB
CMYK
RGB Variations
Color information
#AA45CB (or 0xAA45CB) is known color: Medium Orchid. HEX triplet: AA, 45 and CB. RGB value is (170,69,203). Sum of RGB (Red+Green+Blue) = 170+69+203=442 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.46% from 442); Green value is 69 (27.34% from 255 or 15.61% from 442); Blue value is 203 (79.69% from 255 or 45.93% from 442); Max value from RGB is 203 - color contains mainly: blue. Hex color #AA45CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA45CB is #55BA34. Grayscale: #727272. Windows color (decimal): -5618229 or 13321642. OLE color: 13321642.
HSL color Cylindrical-coordinate representation of color #AA45CB: hue angle of 285.22º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AA45CB is Cyan = 0.16, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 170 | 69 | 203 | - |
| CMYK | 0.16 | 0.66 | 0 | 0.20 |
| HSL | 285.22º | 0.56% | 0.53% | - |
| HSV(B) | 285.22º | 0.66% | 0.8% | - |
| XYZ | 29.49 | 17.11 | 58.25 | - |
| YUV | 114.48 | 177.96 | 167.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 69 | 203 | 0.16 | 0.66 | 0 | 0.20 | 285.22 | 0.56 | 0.53 |
| Hex | AA | 45 | CB | 10 | 42 | 0 | 14 | 11D | 38 | 35 |
| Octal | 252 | 105 | 313 | 20 | 102 | 0 | 24 | 435 | 70 | 65 |
| Binary | 10101010 | 1000101 | 11001011 | 10000 | 1000010 | 0 | 10100 | 100011101 | 111000 | 110101 |
Color Harmonies of #AA45CB
Complementary color
Monochromatic Colors of #AA45CB
Black with #AA45CB
Text Example
Text Example
White with #AA45CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA45CB; }
p { color: rgb(170,69,203); }
H1.HeaderClassName
{
color: #AA45CB;
}
.AnyTagClassName
{
color: #AA45CB;
}
</style>
background-color css
<style>
a { background-color: #AA45CB; }
a { background-color: rgb(170,69,203); }
div.DivClassName
{
background-color: #AA45CB;
}
.BgClassName
{
background-color: #AA45CB;
}
</style>
border-color css
<style>
span { border-color: #AA45CB; }
span { border-color: rgb(170,69,203); }
td.TdClassName
{
border-color: #AA45CB;
}
.TagClassName
{
border-color: #AA45CB;
}
</style>