Shades of Medium Orchid #AC62CA
Tints of Medium Orchid #AC62CA
RGB
CMYK
RGB Variations
Color information
#AC62CA (or 0xAC62CA) is known color: Medium Orchid. HEX triplet: AC, 62 and CA. RGB value is (172,98,202). Sum of RGB (Red+Green+Blue) = 172+98+202=472 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.44% from 472); Green value is 98 (38.67% from 255 or 20.76% from 472); Blue value is 202 (79.30% from 255 or 42.80% from 472); Max value from RGB is 202 - color contains mainly: blue. Hex color #AC62CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC62CA is #539D35. Grayscale: #838383. Windows color (decimal): -5479734 or 13263532. OLE color: 13263532.
HSL color Cylindrical-coordinate representation of color #AC62CA: hue angle of 282.69º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AC62CA is Cyan = 0.15, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 172 | 98 | 202 | - |
| CMYK | 0.15 | 0.51 | 0 | 0.21 |
| HSL | 282.69º | 0.5% | 0.59% | - |
| HSV(B) | 282.69º | 0.51% | 0.79% | - |
| XYZ | 32.04 | 21.77 | 58.39 | - |
| YUV | 131.98 | 167.52 | 156.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 98 | 202 | 0.15 | 0.51 | 0 | 0.21 | 282.69 | 0.5 | 0.59 |
| Hex | AC | 62 | CA | F | 33 | 0 | 15 | 11B | 32 | 3B |
| Octal | 254 | 142 | 312 | 17 | 63 | 0 | 25 | 433 | 62 | 73 |
| Binary | 10101100 | 1100010 | 11001010 | 1111 | 110011 | 0 | 10101 | 100011011 | 110010 | 111011 |
Color Harmonies of #AC62CA
Complementary color
Monochromatic Colors of #AC62CA
Black with #AC62CA
Text Example
Text Example
White with #AC62CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC62CA; }
p { color: rgb(172,98,202); }
H1.HeaderClassName
{
color: #AC62CA;
}
.AnyTagClassName
{
color: #AC62CA;
}
</style>
background-color css
<style>
a { background-color: #AC62CA; }
a { background-color: rgb(172,98,202); }
div.DivClassName
{
background-color: #AC62CA;
}
.BgClassName
{
background-color: #AC62CA;
}
</style>
border-color css
<style>
span { border-color: #AC62CA; }
span { border-color: rgb(172,98,202); }
td.TdClassName
{
border-color: #AC62CA;
}
.TagClassName
{
border-color: #AC62CA;
}
</style>