Shades of Medium Orchid #AC62CF
Tints of Medium Orchid #AC62CF
RGB
CMYK
RGB Variations
Color information
#AC62CF (or 0xAC62CF) is known color: Medium Orchid. HEX triplet: AC, 62 and CF. RGB value is (172,98,207). Sum of RGB (Red+Green+Blue) = 172+98+207=477 (63% of max value = 765). Red value is 172 (67.58% from 255 or 36.06% from 477); Green value is 98 (38.67% from 255 or 20.55% from 477); Blue value is 207 (81.25% from 255 or 43.40% from 477); Max value from RGB is 207 - color contains mainly: blue. Hex color #AC62CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC62CF is #539D30. Grayscale: #848484. Windows color (decimal): -5479729 or 13591212. OLE color: 13591212.
HSL color Cylindrical-coordinate representation of color #AC62CF: hue angle of 280.73º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AC62CF is Cyan = 0.17, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 172 | 98 | 207 | - |
| CMYK | 0.17 | 0.53 | 0 | 0.19 |
| HSL | 280.73º | 0.53% | 0.6% | - |
| HSV(B) | 280.73º | 0.53% | 0.81% | - |
| XYZ | 32.64 | 22.01 | 61.56 | - |
| YUV | 132.55 | 170.02 | 156.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 98 | 207 | 0.17 | 0.53 | 0 | 0.19 | 280.73 | 0.53 | 0.6 |
| Hex | AC | 62 | CF | 11 | 35 | 0 | 13 | 119 | 35 | 3C |
| Octal | 254 | 142 | 317 | 21 | 65 | 0 | 23 | 431 | 65 | 74 |
| Binary | 10101100 | 1100010 | 11001111 | 10001 | 110101 | 0 | 10011 | 100011001 | 110101 | 111100 |
Color Harmonies of #AC62CF
Complementary color
Monochromatic Colors of #AC62CF
Black with #AC62CF
Text Example
Text Example
White with #AC62CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC62CF; }
p { color: rgb(172,98,207); }
H1.HeaderClassName
{
color: #AC62CF;
}
.AnyTagClassName
{
color: #AC62CF;
}
</style>
background-color css
<style>
a { background-color: #AC62CF; }
a { background-color: rgb(172,98,207); }
div.DivClassName
{
background-color: #AC62CF;
}
.BgClassName
{
background-color: #AC62CF;
}
</style>
border-color css
<style>
span { border-color: #AC62CF; }
span { border-color: rgb(172,98,207); }
td.TdClassName
{
border-color: #AC62CF;
}
.TagClassName
{
border-color: #AC62CF;
}
</style>