Shades of Medium Orchid #AC52FE
Tints of Medium Orchid #AC52FE
RGB
CMYK
RGB Variations
Color information
#AC52FE (or 0xAC52FE) is known color: Medium Orchid. HEX triplet: AC, 52 and FE. RGB value is (172,82,254). Sum of RGB (Red+Green+Blue) = 172+82+254=508 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.86% from 508); Green value is 82 (32.42% from 255 or 16.14% from 508); Blue value is 254 (99.61% from 255 or 50% from 508); Max value from RGB is 254 - color contains mainly: blue. Hex color #AC52FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AC52FE is #53AD01. Grayscale: #7F7F7F. Windows color (decimal): -5483778 or 16667308. OLE color: 16667308.
HSL color Cylindrical-coordinate representation of color #AC52FE: hue angle of 271.4º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AC52FE is Cyan = 0.32, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 172 | 82 | 254 | - |
| CMYK | 0.32 | 0.68 | 0 | 0.00 |
| HSL | 271.4º | 0.99% | 0.66% | - |
| HSV(B) | 271.4º | 0.68% | 1% | - |
| XYZ | 37.92 | 21.96 | 96.01 | - |
| YUV | 128.52 | 198.82 | 159.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 82 | 254 | 0.32 | 0.68 | 0 | 0.00 | 271.4 | 0.99 | 0.66 |
| Hex | AC | 52 | FE | 20 | 44 | 0 | 0 | 10F | 63 | 42 |
| Octal | 254 | 122 | 376 | 40 | 104 | 0 | 0 | 417 | 143 | 102 |
| Binary | 10101100 | 1010010 | 11111110 | 100000 | 1000100 | 0 | 0 | 100001111 | 1100011 | 1000010 |
Color Harmonies of #AC52FE
Complementary color
Monochromatic Colors of #AC52FE
Black with #AC52FE
Text Example
Text Example
White with #AC52FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC52FE; }
p { color: rgb(172,82,254); }
H1.HeaderClassName
{
color: #AC52FE;
}
.AnyTagClassName
{
color: #AC52FE;
}
</style>
background-color css
<style>
a { background-color: #AC52FE; }
a { background-color: rgb(172,82,254); }
div.DivClassName
{
background-color: #AC52FE;
}
.BgClassName
{
background-color: #AC52FE;
}
</style>
border-color css
<style>
span { border-color: #AC52FE; }
span { border-color: rgb(172,82,254); }
td.TdClassName
{
border-color: #AC52FE;
}
.TagClassName
{
border-color: #AC52FE;
}
</style>