Shades of Medium Orchid #AC62C5
Tints of Medium Orchid #AC62C5
RGB
CMYK
RGB Variations
Color information
#AC62C5 (or 0xAC62C5) is known color: Medium Orchid. HEX triplet: AC, 62 and C5. RGB value is (172,98,197). Sum of RGB (Red+Green+Blue) = 172+98+197=467 (61% of max value = 765). Red value is 172 (67.58% from 255 or 36.83% from 467); Green value is 98 (38.67% from 255 or 20.99% from 467); Blue value is 197 (77.34% from 255 or 42.18% from 467); Max value from RGB is 197 - color contains mainly: blue. Hex color #AC62C5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC62C5 is #539D3A. Grayscale: #838383. Windows color (decimal): -5479739 or 12935852. OLE color: 12935852.
HSL color Cylindrical-coordinate representation of color #AC62C5: hue angle of 284.85º degrees, saturation: 0.46, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AC62C5 is Cyan = 0.13, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 172 | 98 | 197 | - |
| CMYK | 0.13 | 0.50 | 0 | 0.23 |
| HSL | 284.85º | 0.46% | 0.58% | - |
| HSV(B) | 284.85º | 0.5% | 0.77% | - |
| XYZ | 31.46 | 21.54 | 55.32 | - |
| YUV | 131.41 | 165.02 | 156.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 98 | 197 | 0.13 | 0.50 | 0 | 0.23 | 284.85 | 0.46 | 0.58 |
| Hex | AC | 62 | C5 | D | 32 | 0 | 17 | 11D | 2E | 3A |
| Octal | 254 | 142 | 305 | 15 | 62 | 0 | 27 | 435 | 56 | 72 |
| Binary | 10101100 | 1100010 | 11000101 | 1101 | 110010 | 0 | 10111 | 100011101 | 101110 | 111010 |
Color Harmonies of #AC62C5
Complementary color
Monochromatic Colors of #AC62C5
Black with #AC62C5
Text Example
Text Example
White with #AC62C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC62C5; }
p { color: rgb(172,98,197); }
H1.HeaderClassName
{
color: #AC62C5;
}
.AnyTagClassName
{
color: #AC62C5;
}
</style>
background-color css
<style>
a { background-color: #AC62C5; }
a { background-color: rgb(172,98,197); }
div.DivClassName
{
background-color: #AC62C5;
}
.BgClassName
{
background-color: #AC62C5;
}
</style>
border-color css
<style>
span { border-color: #AC62C5; }
span { border-color: rgb(172,98,197); }
td.TdClassName
{
border-color: #AC62C5;
}
.TagClassName
{
border-color: #AC62C5;
}
</style>