Shades of Medium Orchid #AA4CFB
Tints of Medium Orchid #AA4CFB
RGB
CMYK
RGB Variations
Color information
#AA4CFB (or 0xAA4CFB) is known color: Medium Orchid. HEX triplet: AA, 4C and FB. RGB value is (170,76,251). Sum of RGB (Red+Green+Blue) = 170+76+251=497 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.21% from 497); Green value is 76 (30.08% from 255 or 15.29% from 497); Blue value is 251 (98.44% from 255 or 50.50% from 497); Max value from RGB is 251 - color contains mainly: blue. Hex color #AA4CFB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AA4CFB is #55B304. Grayscale: #7B7B7B. Windows color (decimal): -5616389 or 16469162. OLE color: 16469162.
HSL color Cylindrical-coordinate representation of color #AA4CFB: hue angle of 272.23º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AA4CFB is Cyan = 0.32, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 170 | 76 | 251 | - |
| CMYK | 0.32 | 0.70 | 0 | 0.02 |
| HSL | 272.23º | 0.96% | 0.64% | - |
| HSV(B) | 272.23º | 0.7% | 0.98% | - |
| XYZ | 36.57 | 20.68 | 93.33 | - |
| YUV | 124.06 | 199.64 | 160.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 76 | 251 | 0.32 | 0.70 | 0 | 0.02 | 272.23 | 0.96 | 0.64 |
| Hex | AA | 4C | FB | 20 | 46 | 0 | 2 | 110 | 60 | 40 |
| Octal | 252 | 114 | 373 | 40 | 106 | 0 | 2 | 420 | 140 | 100 |
| Binary | 10101010 | 1001100 | 11111011 | 100000 | 1000110 | 0 | 10 | 100010000 | 1100000 | 1000000 |
Color Harmonies of #AA4CFB
Complementary color
Monochromatic Colors of #AA4CFB
Black with #AA4CFB
Text Example
Text Example
White with #AA4CFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4CFB; }
p { color: rgb(170,76,251); }
H1.HeaderClassName
{
color: #AA4CFB;
}
.AnyTagClassName
{
color: #AA4CFB;
}
</style>
background-color css
<style>
a { background-color: #AA4CFB; }
a { background-color: rgb(170,76,251); }
div.DivClassName
{
background-color: #AA4CFB;
}
.BgClassName
{
background-color: #AA4CFB;
}
</style>
border-color css
<style>
span { border-color: #AA4CFB; }
span { border-color: rgb(170,76,251); }
td.TdClassName
{
border-color: #AA4CFB;
}
.TagClassName
{
border-color: #AA4CFB;
}
</style>