Shades of Medium Orchid #AA4AFB
Tints of Medium Orchid #AA4AFB
RGB
CMYK
RGB Variations
Color information
#AA4AFB (or 0xAA4AFB) is known color: Medium Orchid. HEX triplet: AA, 4A and FB. RGB value is (170,74,251). Sum of RGB (Red+Green+Blue) = 170+74+251=495 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.34% from 495); Green value is 74 (29.30% from 255 or 14.95% from 495); Blue value is 251 (98.44% from 255 or 50.71% from 495); Max value from RGB is 251 - color contains mainly: blue. Hex color #AA4AFB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AA4AFB is #55B504. Grayscale: #7A7A7A. Windows color (decimal): -5616901 or 16468650. OLE color: 16468650.
HSL color Cylindrical-coordinate representation of color #AA4AFB: hue angle of 272.54º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AA4AFB is Cyan = 0.32, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 170 | 74 | 251 | - |
| CMYK | 0.32 | 0.71 | 0 | 0.02 |
| HSL | 272.54º | 0.96% | 0.64% | - |
| HSV(B) | 272.54º | 0.71% | 0.98% | - |
| XYZ | 36.44 | 20.41 | 93.29 | - |
| YUV | 122.88 | 200.3 | 161.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 74 | 251 | 0.32 | 0.71 | 0 | 0.02 | 272.54 | 0.96 | 0.64 |
| Hex | AA | 4A | FB | 20 | 47 | 0 | 2 | 111 | 60 | 40 |
| Octal | 252 | 112 | 373 | 40 | 107 | 0 | 2 | 421 | 140 | 100 |
| Binary | 10101010 | 1001010 | 11111011 | 100000 | 1000111 | 0 | 10 | 100010001 | 1100000 | 1000000 |
Color Harmonies of #AA4AFB
Complementary color
Monochromatic Colors of #AA4AFB
Black with #AA4AFB
Text Example
Text Example
White with #AA4AFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4AFB; }
p { color: rgb(170,74,251); }
H1.HeaderClassName
{
color: #AA4AFB;
}
.AnyTagClassName
{
color: #AA4AFB;
}
</style>
background-color css
<style>
a { background-color: #AA4AFB; }
a { background-color: rgb(170,74,251); }
div.DivClassName
{
background-color: #AA4AFB;
}
.BgClassName
{
background-color: #AA4AFB;
}
</style>
border-color css
<style>
span { border-color: #AA4AFB; }
span { border-color: rgb(170,74,251); }
td.TdClassName
{
border-color: #AA4AFB;
}
.TagClassName
{
border-color: #AA4AFB;
}
</style>