Shades of Medium Orchid #AA45D4
Tints of Medium Orchid #AA45D4
RGB
CMYK
RGB Variations
Color information
#AA45D4 (or 0xAA45D4) is known color: Medium Orchid. HEX triplet: AA, 45 and D4. RGB value is (170,69,212). Sum of RGB (Red+Green+Blue) = 170+69+212=451 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.69% from 451); Green value is 69 (27.34% from 255 or 15.30% from 451); Blue value is 212 (83.20% from 255 or 47.01% from 451); Max value from RGB is 212 - color contains mainly: blue. Hex color #AA45D4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA45D4 is #55BA2B. Grayscale: #737373. Windows color (decimal): -5618220 or 13911466. OLE color: 13911466.
HSL color Cylindrical-coordinate representation of color #AA45D4: hue angle of 282.38º degrees, saturation: 0.62, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AA45D4 is Cyan = 0.20, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 170 | 69 | 212 | - |
| CMYK | 0.20 | 0.67 | 0 | 0.17 |
| HSL | 282.38º | 0.62% | 0.55% | - |
| HSV(B) | 282.38º | 0.67% | 0.83% | - |
| XYZ | 30.59 | 17.56 | 64.06 | - |
| YUV | 115.5 | 182.46 | 166.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 69 | 212 | 0.20 | 0.67 | 0 | 0.17 | 282.38 | 0.62 | 0.55 |
| Hex | AA | 45 | D4 | 14 | 43 | 0 | 11 | 11A | 3E | 37 |
| Octal | 252 | 105 | 324 | 24 | 103 | 0 | 21 | 432 | 76 | 67 |
| Binary | 10101010 | 1000101 | 11010100 | 10100 | 1000011 | 0 | 10001 | 100011010 | 111110 | 110111 |
Color Harmonies of #AA45D4
Complementary color
Monochromatic Colors of #AA45D4
Black with #AA45D4
Text Example
Text Example
White with #AA45D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA45D4; }
p { color: rgb(170,69,212); }
H1.HeaderClassName
{
color: #AA45D4;
}
.AnyTagClassName
{
color: #AA45D4;
}
</style>
background-color css
<style>
a { background-color: #AA45D4; }
a { background-color: rgb(170,69,212); }
div.DivClassName
{
background-color: #AA45D4;
}
.BgClassName
{
background-color: #AA45D4;
}
</style>
border-color css
<style>
span { border-color: #AA45D4; }
span { border-color: rgb(170,69,212); }
td.TdClassName
{
border-color: #AA45D4;
}
.TagClassName
{
border-color: #AA45D4;
}
</style>