Shades of Medium Orchid #AC4CFB
Tints of Medium Orchid #AC4CFB
RGB
CMYK
RGB Variations
Color information
#AC4CFB (or 0xAC4CFB) is known color: Medium Orchid. HEX triplet: AC, 4C and FB. RGB value is (172,76,251). Sum of RGB (Red+Green+Blue) = 172+76+251=499 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.47% from 499); Green value is 76 (30.08% from 255 or 15.23% from 499); Blue value is 251 (98.44% from 255 or 50.30% from 499); Max value from RGB is 251 - color contains mainly: blue. Hex color #AC4CFB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AC4CFB is #53B304. Grayscale: #7C7C7C. Windows color (decimal): -5485317 or 16469164. OLE color: 16469164.
HSL color Cylindrical-coordinate representation of color #AC4CFB: hue angle of 272.91º 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 #AC4CFB is Cyan = 0.31, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 172 | 76 | 251 | - |
| CMYK | 0.31 | 0.70 | 0 | 0.02 |
| HSL | 272.91º | 0.96% | 0.64% | - |
| HSV(B) | 272.91º | 0.7% | 0.98% | - |
| XYZ | 37.01 | 20.9 | 93.35 | - |
| YUV | 124.65 | 199.3 | 161.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 76 | 251 | 0.31 | 0.70 | 0 | 0.02 | 272.91 | 0.96 | 0.64 |
| Hex | AC | 4C | FB | 1F | 46 | 0 | 2 | 111 | 60 | 40 |
| Octal | 254 | 114 | 373 | 37 | 106 | 0 | 2 | 421 | 140 | 100 |
| Binary | 10101100 | 1001100 | 11111011 | 11111 | 1000110 | 0 | 10 | 100010001 | 1100000 | 1000000 |
Color Harmonies of #AC4CFB
Complementary color
Monochromatic Colors of #AC4CFB
Black with #AC4CFB
Text Example
Text Example
White with #AC4CFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC4CFB; }
p { color: rgb(172,76,251); }
H1.HeaderClassName
{
color: #AC4CFB;
}
.AnyTagClassName
{
color: #AC4CFB;
}
</style>
background-color css
<style>
a { background-color: #AC4CFB; }
a { background-color: rgb(172,76,251); }
div.DivClassName
{
background-color: #AC4CFB;
}
.BgClassName
{
background-color: #AC4CFB;
}
</style>
border-color css
<style>
span { border-color: #AC4CFB; }
span { border-color: rgb(172,76,251); }
td.TdClassName
{
border-color: #AC4CFB;
}
.TagClassName
{
border-color: #AC4CFB;
}
</style>