Shades of Medium Orchid #AA4BFB
Tints of Medium Orchid #AA4BFB
RGB
CMYK
RGB Variations
Color information
#AA4BFB (or 0xAA4BFB) is known color: Medium Orchid. HEX triplet: AA, 4B and FB. RGB value is (170,75,251). Sum of RGB (Red+Green+Blue) = 170+75+251=496 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.27% from 496); Green value is 75 (29.69% from 255 or 15.12% from 496); Blue value is 251 (98.44% from 255 or 50.60% from 496); Max value from RGB is 251 - color contains mainly: blue. Hex color #AA4BFB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AA4BFB is #55B404. Grayscale: #7A7A7A. Windows color (decimal): -5616645 or 16468906. OLE color: 16468906.
HSL color Cylindrical-coordinate representation of color #AA4BFB: hue angle of 272.39º 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 #AA4BFB is Cyan = 0.32, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 170 | 75 | 251 | - |
| CMYK | 0.32 | 0.70 | 0 | 0.02 |
| HSL | 272.39º | 0.96% | 0.64% | - |
| HSV(B) | 272.39º | 0.7% | 0.98% | - |
| XYZ | 36.51 | 20.54 | 93.31 | - |
| YUV | 123.47 | 199.97 | 161.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 75 | 251 | 0.32 | 0.70 | 0 | 0.02 | 272.39 | 0.96 | 0.64 |
| Hex | AA | 4B | FB | 20 | 46 | 0 | 2 | 110 | 60 | 40 |
| Octal | 252 | 113 | 373 | 40 | 106 | 0 | 2 | 420 | 140 | 100 |
| Binary | 10101010 | 1001011 | 11111011 | 100000 | 1000110 | 0 | 10 | 100010000 | 1100000 | 1000000 |
Color Harmonies of #AA4BFB
Complementary color
Monochromatic Colors of #AA4BFB
Black with #AA4BFB
Text Example
Text Example
White with #AA4BFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4BFB; }
p { color: rgb(170,75,251); }
H1.HeaderClassName
{
color: #AA4BFB;
}
.AnyTagClassName
{
color: #AA4BFB;
}
</style>
background-color css
<style>
a { background-color: #AA4BFB; }
a { background-color: rgb(170,75,251); }
div.DivClassName
{
background-color: #AA4BFB;
}
.BgClassName
{
background-color: #AA4BFB;
}
</style>
border-color css
<style>
span { border-color: #AA4BFB; }
span { border-color: rgb(170,75,251); }
td.TdClassName
{
border-color: #AA4BFB;
}
.TagClassName
{
border-color: #AA4BFB;
}
</style>