Shades of Medium Orchid #AA4CEA
Tints of Medium Orchid #AA4CEA
RGB
CMYK
RGB Variations
Color information
#AA4CEA (or 0xAA4CEA) is known color: Medium Orchid. HEX triplet: AA, 4C and EA. RGB value is (170,76,234). Sum of RGB (Red+Green+Blue) = 170+76+234=480 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.42% from 480); Green value is 76 (30.08% from 255 or 15.83% from 480); Blue value is 234 (91.80% from 255 or 48.75% from 480); Max value from RGB is 234 - color contains mainly: blue. Hex color #AA4CEA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AA4CEA is #55B315. Grayscale: #797979. Windows color (decimal): -5616406 or 15355050. OLE color: 15355050.
HSL color Cylindrical-coordinate representation of color #AA4CEA: hue angle of 275.7º degrees, saturation: 0.79, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AA4CEA is Cyan = 0.27, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 170 | 76 | 234 | - |
| CMYK | 0.27 | 0.68 | 0 | 0.08 |
| HSL | 275.7º | 0.79% | 0.61% | - |
| HSV(B) | 275.7º | 0.68% | 0.92% | - |
| XYZ | 34.01 | 19.66 | 79.84 | - |
| YUV | 122.12 | 191.14 | 162.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 76 | 234 | 0.27 | 0.68 | 0 | 0.08 | 275.7 | 0.79 | 0.61 |
| Hex | AA | 4C | EA | 1B | 44 | 0 | 8 | 114 | 4F | 3D |
| Octal | 252 | 114 | 352 | 33 | 104 | 0 | 10 | 424 | 117 | 75 |
| Binary | 10101010 | 1001100 | 11101010 | 11011 | 1000100 | 0 | 1000 | 100010100 | 1001111 | 111101 |
Color Harmonies of #AA4CEA
Complementary color
Monochromatic Colors of #AA4CEA
Black with #AA4CEA
Text Example
Text Example
White with #AA4CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4CEA; }
p { color: rgb(170,76,234); }
H1.HeaderClassName
{
color: #AA4CEA;
}
.AnyTagClassName
{
color: #AA4CEA;
}
</style>
background-color css
<style>
a { background-color: #AA4CEA; }
a { background-color: rgb(170,76,234); }
div.DivClassName
{
background-color: #AA4CEA;
}
.BgClassName
{
background-color: #AA4CEA;
}
</style>
border-color css
<style>
span { border-color: #AA4CEA; }
span { border-color: rgb(170,76,234); }
td.TdClassName
{
border-color: #AA4CEA;
}
.TagClassName
{
border-color: #AA4CEA;
}
</style>