Shades of Medium Orchid #AC50FD
Tints of Medium Orchid #AC50FD
RGB
CMYK
RGB Variations
Color information
#AC50FD (or 0xAC50FD) is known color: Medium Orchid. HEX triplet: AC, 50 and FD. RGB value is (172,80,253). Sum of RGB (Red+Green+Blue) = 172+80+253=505 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.06% from 505); Green value is 80 (31.64% from 255 or 15.84% from 505); Blue value is 253 (99.22% from 255 or 50.10% from 505); Max value from RGB is 253 - color contains mainly: blue. Hex color #AC50FD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AC50FD is #53AF02. Grayscale: #7E7E7E. Windows color (decimal): -5484291 or 16601260. OLE color: 16601260.
HSL color Cylindrical-coordinate representation of color #AC50FD: hue angle of 271.91º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AC50FD is Cyan = 0.32, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 172 | 80 | 253 | - |
| CMYK | 0.32 | 0.68 | 0 | 0.01 |
| HSL | 271.91º | 0.98% | 0.65% | - |
| HSV(B) | 271.91º | 0.68% | 0.99% | - |
| XYZ | 37.61 | 21.6 | 95.12 | - |
| YUV | 127.23 | 198.98 | 159.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 80 | 253 | 0.32 | 0.68 | 0 | 0.01 | 271.91 | 0.98 | 0.65 |
| Hex | AC | 50 | FD | 20 | 44 | 0 | 1 | 110 | 62 | 41 |
| Octal | 254 | 120 | 375 | 40 | 104 | 0 | 1 | 420 | 142 | 101 |
| Binary | 10101100 | 1010000 | 11111101 | 100000 | 1000100 | 0 | 1 | 100010000 | 1100010 | 1000001 |
Color Harmonies of #AC50FD
Complementary color
Monochromatic Colors of #AC50FD
Black with #AC50FD
Text Example
Text Example
White with #AC50FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC50FD; }
p { color: rgb(172,80,253); }
H1.HeaderClassName
{
color: #AC50FD;
}
.AnyTagClassName
{
color: #AC50FD;
}
</style>
background-color css
<style>
a { background-color: #AC50FD; }
a { background-color: rgb(172,80,253); }
div.DivClassName
{
background-color: #AC50FD;
}
.BgClassName
{
background-color: #AC50FD;
}
</style>
border-color css
<style>
span { border-color: #AC50FD; }
span { border-color: rgb(172,80,253); }
td.TdClassName
{
border-color: #AC50FD;
}
.TagClassName
{
border-color: #AC50FD;
}
</style>