Shades of Medium Orchid #AA4BFC
Tints of Medium Orchid #AA4BFC
RGB
CMYK
RGB Variations
Color information
#AA4BFC (or 0xAA4BFC) is known color: Medium Orchid. HEX triplet: AA, 4B and FC. RGB value is (170,75,252). Sum of RGB (Red+Green+Blue) = 170+75+252=497 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.21% from 497); Green value is 75 (29.69% from 255 or 15.09% from 497); Blue value is 252 (98.83% from 255 or 50.70% from 497); Max value from RGB is 252 - color contains mainly: blue. Hex color #AA4BFC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AA4BFC is #55B403. Grayscale: #7A7A7A. Windows color (decimal): -5616644 or 16534442. OLE color: 16534442.
HSL color Cylindrical-coordinate representation of color #AA4BFC: hue angle of 272.2º degrees, saturation: 0.97, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AA4BFC is Cyan = 0.33, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 170 | 75 | 252 | - |
| CMYK | 0.33 | 0.70 | 0 | 0.01 |
| HSL | 272.2º | 0.97% | 0.64% | - |
| HSV(B) | 272.2º | 0.7% | 0.99% | - |
| XYZ | 36.66 | 20.61 | 94.14 | - |
| YUV | 123.58 | 200.47 | 161.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 75 | 252 | 0.33 | 0.70 | 0 | 0.01 | 272.2 | 0.97 | 0.64 |
| Hex | AA | 4B | FC | 21 | 46 | 0 | 1 | 110 | 61 | 40 |
| Octal | 252 | 113 | 374 | 41 | 106 | 0 | 1 | 420 | 141 | 100 |
| Binary | 10101010 | 1001011 | 11111100 | 100001 | 1000110 | 0 | 1 | 100010000 | 1100001 | 1000000 |
Color Harmonies of #AA4BFC
Complementary color
Monochromatic Colors of #AA4BFC
Black with #AA4BFC
Text Example
Text Example
White with #AA4BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4BFC; }
p { color: rgb(170,75,252); }
H1.HeaderClassName
{
color: #AA4BFC;
}
.AnyTagClassName
{
color: #AA4BFC;
}
</style>
background-color css
<style>
a { background-color: #AA4BFC; }
a { background-color: rgb(170,75,252); }
div.DivClassName
{
background-color: #AA4BFC;
}
.BgClassName
{
background-color: #AA4BFC;
}
</style>
border-color css
<style>
span { border-color: #AA4BFC; }
span { border-color: rgb(170,75,252); }
td.TdClassName
{
border-color: #AA4BFC;
}
.TagClassName
{
border-color: #AA4BFC;
}
</style>