Shades of Medium Orchid #AA4BEA
Tints of Medium Orchid #AA4BEA
RGB
CMYK
RGB Variations
Color information
#AA4BEA (or 0xAA4BEA) is known color: Medium Orchid. HEX triplet: AA, 4B and EA. RGB value is (170,75,234). Sum of RGB (Red+Green+Blue) = 170+75+234=479 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.49% from 479); Green value is 75 (29.69% from 255 or 15.66% from 479); Blue value is 234 (91.80% from 255 or 48.85% from 479); Max value from RGB is 234 - color contains mainly: blue. Hex color #AA4BEA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AA4BEA is #55B415. Grayscale: #787878. Windows color (decimal): -5616662 or 15354794. OLE color: 15354794.
HSL color Cylindrical-coordinate representation of color #AA4BEA: hue angle of 275.85º 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 #AA4BEA is Cyan = 0.27, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 170 | 75 | 234 | - |
| CMYK | 0.27 | 0.68 | 0 | 0.08 |
| HSL | 275.85º | 0.79% | 0.61% | - |
| HSV(B) | 275.85º | 0.68% | 0.92% | - |
| XYZ | 33.94 | 19.52 | 79.82 | - |
| YUV | 121.53 | 191.47 | 162.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 75 | 234 | 0.27 | 0.68 | 0 | 0.08 | 275.85 | 0.79 | 0.61 |
| Hex | AA | 4B | EA | 1B | 44 | 0 | 8 | 114 | 4F | 3D |
| Octal | 252 | 113 | 352 | 33 | 104 | 0 | 10 | 424 | 117 | 75 |
| Binary | 10101010 | 1001011 | 11101010 | 11011 | 1000100 | 0 | 1000 | 100010100 | 1001111 | 111101 |
Color Harmonies of #AA4BEA
Complementary color
Monochromatic Colors of #AA4BEA
Black with #AA4BEA
Text Example
Text Example
White with #AA4BEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4BEA; }
p { color: rgb(170,75,234); }
H1.HeaderClassName
{
color: #AA4BEA;
}
.AnyTagClassName
{
color: #AA4BEA;
}
</style>
background-color css
<style>
a { background-color: #AA4BEA; }
a { background-color: rgb(170,75,234); }
div.DivClassName
{
background-color: #AA4BEA;
}
.BgClassName
{
background-color: #AA4BEA;
}
</style>
border-color css
<style>
span { border-color: #AA4BEA; }
span { border-color: rgb(170,75,234); }
td.TdClassName
{
border-color: #AA4BEA;
}
.TagClassName
{
border-color: #AA4BEA;
}
</style>