Shades of Medium Orchid #AA4CD1
Tints of Medium Orchid #AA4CD1
RGB
CMYK
RGB Variations
Color information
#AA4CD1 (or 0xAA4CD1) is known color: Medium Orchid. HEX triplet: AA, 4C and D1. RGB value is (170,76,209). Sum of RGB (Red+Green+Blue) = 170+76+209=455 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.36% from 455); Green value is 76 (30.08% from 255 or 16.70% from 455); Blue value is 209 (82.03% from 255 or 45.93% from 455); Max value from RGB is 209 - color contains mainly: blue. Hex color #AA4CD1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA4CD1 is #55B32E. Grayscale: #767676. Windows color (decimal): -5616431 or 13716650. OLE color: 13716650.
HSL color Cylindrical-coordinate representation of color #AA4CD1: hue angle of 282.41º degrees, saturation: 0.59, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AA4CD1 is Cyan = 0.19, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 170 | 76 | 209 | - |
| CMYK | 0.19 | 0.64 | 0 | 0.18 |
| HSL | 282.41º | 0.59% | 0.56% | - |
| HSV(B) | 282.41º | 0.64% | 0.82% | - |
| XYZ | 30.67 | 18.32 | 62.24 | - |
| YUV | 119.27 | 178.64 | 164.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 76 | 209 | 0.19 | 0.64 | 0 | 0.18 | 282.41 | 0.59 | 0.56 |
| Hex | AA | 4C | D1 | 13 | 40 | 0 | 12 | 11A | 3B | 38 |
| Octal | 252 | 114 | 321 | 23 | 100 | 0 | 22 | 432 | 73 | 70 |
| Binary | 10101010 | 1001100 | 11010001 | 10011 | 1000000 | 0 | 10010 | 100011010 | 111011 | 111000 |
Color Harmonies of #AA4CD1
Complementary color
Monochromatic Colors of #AA4CD1
Black with #AA4CD1
Text Example
Text Example
White with #AA4CD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4CD1; }
p { color: rgb(170,76,209); }
H1.HeaderClassName
{
color: #AA4CD1;
}
.AnyTagClassName
{
color: #AA4CD1;
}
</style>
background-color css
<style>
a { background-color: #AA4CD1; }
a { background-color: rgb(170,76,209); }
div.DivClassName
{
background-color: #AA4CD1;
}
.BgClassName
{
background-color: #AA4CD1;
}
</style>
border-color css
<style>
span { border-color: #AA4CD1; }
span { border-color: rgb(170,76,209); }
td.TdClassName
{
border-color: #AA4CD1;
}
.TagClassName
{
border-color: #AA4CD1;
}
</style>