Shades of Medium Orchid #AC4BFE
Tints of Medium Orchid #AC4BFE
RGB
CMYK
RGB Variations
Color information
#AC4BFE (or 0xAC4BFE) is known color: Medium Orchid. HEX triplet: AC, 4B and FE. RGB value is (172,75,254). Sum of RGB (Red+Green+Blue) = 172+75+254=501 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.33% from 501); Green value is 75 (29.69% from 255 or 14.97% from 501); Blue value is 254 (99.61% from 255 or 50.70% from 501); Max value from RGB is 254 - color contains mainly: blue. Hex color #AC4BFE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AC4BFE is #53B401. Grayscale: #7B7B7B. Windows color (decimal): -5485570 or 16665516. OLE color: 16665516.
HSL color Cylindrical-coordinate representation of color #AC4BFE: hue angle of 272.51º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AC4BFE is Cyan = 0.32, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 172 | 75 | 254 | - |
| CMYK | 0.32 | 0.70 | 0 | 0.00 |
| HSL | 272.51º | 0.99% | 0.65% | - |
| HSV(B) | 272.51º | 0.7% | 1% | - |
| XYZ | 37.42 | 20.96 | 95.84 | - |
| YUV | 124.41 | 201.14 | 161.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 75 | 254 | 0.32 | 0.70 | 0 | 0.00 | 272.51 | 0.99 | 0.65 |
| Hex | AC | 4B | FE | 20 | 46 | 0 | 0 | 111 | 63 | 41 |
| Octal | 254 | 113 | 376 | 40 | 106 | 0 | 0 | 421 | 143 | 101 |
| Binary | 10101100 | 1001011 | 11111110 | 100000 | 1000110 | 0 | 0 | 100010001 | 1100011 | 1000001 |
Color Harmonies of #AC4BFE
Complementary color
Monochromatic Colors of #AC4BFE
Black with #AC4BFE
Text Example
Text Example
White with #AC4BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC4BFE; }
p { color: rgb(172,75,254); }
H1.HeaderClassName
{
color: #AC4BFE;
}
.AnyTagClassName
{
color: #AC4BFE;
}
</style>
background-color css
<style>
a { background-color: #AC4BFE; }
a { background-color: rgb(172,75,254); }
div.DivClassName
{
background-color: #AC4BFE;
}
.BgClassName
{
background-color: #AC4BFE;
}
</style>
border-color css
<style>
span { border-color: #AC4BFE; }
span { border-color: rgb(172,75,254); }
td.TdClassName
{
border-color: #AC4BFE;
}
.TagClassName
{
border-color: #AC4BFE;
}
</style>