Shades of Medium Orchid #AC52E5
Tints of Medium Orchid #AC52E5
RGB
CMYK
RGB Variations
Color information
#AC52E5 (or 0xAC52E5) is known color: Medium Orchid. HEX triplet: AC, 52 and E5. RGB value is (172,82,229). Sum of RGB (Red+Green+Blue) = 172+82+229=483 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.61% from 483); Green value is 82 (32.42% from 255 or 16.98% from 483); Blue value is 229 (89.84% from 255 or 47.41% from 483); Max value from RGB is 229 - color contains mainly: blue. Hex color #AC52E5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC52E5 is #53AD1A. Grayscale: #7D7D7D. Windows color (decimal): -5483803 or 15028908. OLE color: 15028908.
HSL color Cylindrical-coordinate representation of color #AC52E5: hue angle of 276.73º degrees, saturation: 0.74, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AC52E5 is Cyan = 0.25, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 172 | 82 | 229 | - |
| CMYK | 0.25 | 0.64 | 0 | 0.10 |
| HSL | 276.73º | 0.74% | 0.61% | - |
| HSV(B) | 276.73º | 0.64% | 0.9% | - |
| XYZ | 34.17 | 20.46 | 76.28 | - |
| YUV | 125.67 | 186.32 | 161.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 82 | 229 | 0.25 | 0.64 | 0 | 0.10 | 276.73 | 0.74 | 0.61 |
| Hex | AC | 52 | E5 | 19 | 40 | 0 | A | 115 | 4A | 3D |
| Octal | 254 | 122 | 345 | 31 | 100 | 0 | 12 | 425 | 112 | 75 |
| Binary | 10101100 | 1010010 | 11100101 | 11001 | 1000000 | 0 | 1010 | 100010101 | 1001010 | 111101 |
Color Harmonies of #AC52E5
Complementary color
Monochromatic Colors of #AC52E5
Black with #AC52E5
Text Example
Text Example
White with #AC52E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC52E5; }
p { color: rgb(172,82,229); }
H1.HeaderClassName
{
color: #AC52E5;
}
.AnyTagClassName
{
color: #AC52E5;
}
</style>
background-color css
<style>
a { background-color: #AC52E5; }
a { background-color: rgb(172,82,229); }
div.DivClassName
{
background-color: #AC52E5;
}
.BgClassName
{
background-color: #AC52E5;
}
</style>
border-color css
<style>
span { border-color: #AC52E5; }
span { border-color: rgb(172,82,229); }
td.TdClassName
{
border-color: #AC52E5;
}
.TagClassName
{
border-color: #AC52E5;
}
</style>