Shades of Medium Orchid #AC4CFD
Tints of Medium Orchid #AC4CFD
RGB
CMYK
RGB Variations
Color information
#AC4CFD (or 0xAC4CFD) is known color: Medium Orchid. HEX triplet: AC, 4C and FD. RGB value is (172,76,253). Sum of RGB (Red+Green+Blue) = 172+76+253=501 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.33% from 501); Green value is 76 (30.08% from 255 or 15.17% from 501); Blue value is 253 (99.22% from 255 or 50.50% from 501); Max value from RGB is 253 - color contains mainly: blue. Hex color #AC4CFD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AC4CFD is #53B302. Grayscale: #7C7C7C. Windows color (decimal): -5485315 or 16600236. OLE color: 16600236.
HSL color Cylindrical-coordinate representation of color #AC4CFD: hue angle of 272.54º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AC4CFD is Cyan = 0.32, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 172 | 76 | 253 | - |
| CMYK | 0.32 | 0.70 | 0 | 0.01 |
| HSL | 272.54º | 0.98% | 0.65% | - |
| HSV(B) | 272.54º | 0.7% | 0.99% | - |
| XYZ | 37.33 | 21.03 | 95.02 | - |
| YUV | 124.88 | 200.3 | 161.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 76 | 253 | 0.32 | 0.70 | 0 | 0.01 | 272.54 | 0.98 | 0.65 |
| Hex | AC | 4C | FD | 20 | 46 | 0 | 1 | 111 | 62 | 41 |
| Octal | 254 | 114 | 375 | 40 | 106 | 0 | 1 | 421 | 142 | 101 |
| Binary | 10101100 | 1001100 | 11111101 | 100000 | 1000110 | 0 | 1 | 100010001 | 1100010 | 1000001 |
Color Harmonies of #AC4CFD
Complementary color
Monochromatic Colors of #AC4CFD
Black with #AC4CFD
Text Example
Text Example
White with #AC4CFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC4CFD; }
p { color: rgb(172,76,253); }
H1.HeaderClassName
{
color: #AC4CFD;
}
.AnyTagClassName
{
color: #AC4CFD;
}
</style>
background-color css
<style>
a { background-color: #AC4CFD; }
a { background-color: rgb(172,76,253); }
div.DivClassName
{
background-color: #AC4CFD;
}
.BgClassName
{
background-color: #AC4CFD;
}
</style>
border-color css
<style>
span { border-color: #AC4CFD; }
span { border-color: rgb(172,76,253); }
td.TdClassName
{
border-color: #AC4CFD;
}
.TagClassName
{
border-color: #AC4CFD;
}
</style>