Shades of Medium Orchid #AC62C6
Tints of Medium Orchid #AC62C6
RGB
CMYK
RGB Variations
Color information
#AC62C6 (or 0xAC62C6) is known color: Medium Orchid. HEX triplet: AC, 62 and C6. RGB value is (172,98,198). Sum of RGB (Red+Green+Blue) = 172+98+198=468 (61% of max value = 765). Red value is 172 (67.58% from 255 or 36.75% from 468); Green value is 98 (38.67% from 255 or 20.94% from 468); Blue value is 198 (77.73% from 255 or 42.31% from 468); Max value from RGB is 198 - color contains mainly: blue. Hex color #AC62C6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC62C6 is #539D39. Grayscale: #838383. Windows color (decimal): -5479738 or 13001388. OLE color: 13001388.
HSL color Cylindrical-coordinate representation of color #AC62C6: hue angle of 284.4º degrees, saturation: 0.47, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AC62C6 is Cyan = 0.13, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 172 | 98 | 198 | - |
| CMYK | 0.13 | 0.51 | 0 | 0.22 |
| HSL | 284.4º | 0.47% | 0.58% | - |
| HSV(B) | 284.4º | 0.51% | 0.78% | - |
| XYZ | 31.57 | 21.58 | 55.93 | - |
| YUV | 131.53 | 165.52 | 156.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 98 | 198 | 0.13 | 0.51 | 0 | 0.22 | 284.4 | 0.47 | 0.58 |
| Hex | AC | 62 | C6 | D | 33 | 0 | 16 | 11C | 2F | 3A |
| Octal | 254 | 142 | 306 | 15 | 63 | 0 | 26 | 434 | 57 | 72 |
| Binary | 10101100 | 1100010 | 11000110 | 1101 | 110011 | 0 | 10110 | 100011100 | 101111 | 111010 |
Color Harmonies of #AC62C6
Complementary color
Monochromatic Colors of #AC62C6
Black with #AC62C6
Text Example
Text Example
White with #AC62C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC62C6; }
p { color: rgb(172,98,198); }
H1.HeaderClassName
{
color: #AC62C6;
}
.AnyTagClassName
{
color: #AC62C6;
}
</style>
background-color css
<style>
a { background-color: #AC62C6; }
a { background-color: rgb(172,98,198); }
div.DivClassName
{
background-color: #AC62C6;
}
.BgClassName
{
background-color: #AC62C6;
}
</style>
border-color css
<style>
span { border-color: #AC62C6; }
span { border-color: rgb(172,98,198); }
td.TdClassName
{
border-color: #AC62C6;
}
.TagClassName
{
border-color: #AC62C6;
}
</style>