Shades of Medium Orchid #AC60CA
Tints of Medium Orchid #AC60CA
RGB
CMYK
RGB Variations
Color information
#AC60CA (or 0xAC60CA) is known color: Medium Orchid. HEX triplet: AC, 60 and CA. RGB value is (172,96,202). Sum of RGB (Red+Green+Blue) = 172+96+202=470 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.60% from 470); Green value is 96 (37.89% from 255 or 20.43% from 470); Blue value is 202 (79.30% from 255 or 42.98% from 470); Max value from RGB is 202 - color contains mainly: blue. Hex color #AC60CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC60CA is #539F35. Grayscale: #828282. Windows color (decimal): -5480246 or 13263020. OLE color: 13263020.
HSL color Cylindrical-coordinate representation of color #AC60CA: hue angle of 283.02º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AC60CA is Cyan = 0.15, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 172 | 96 | 202 | - |
| CMYK | 0.15 | 0.52 | 0 | 0.21 |
| HSL | 283.02º | 0.5% | 0.58% | - |
| HSV(B) | 283.02º | 0.52% | 0.79% | - |
| XYZ | 31.86 | 21.4 | 58.33 | - |
| YUV | 130.81 | 168.18 | 157.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 96 | 202 | 0.15 | 0.52 | 0 | 0.21 | 283.02 | 0.5 | 0.58 |
| Hex | AC | 60 | CA | F | 34 | 0 | 15 | 11B | 32 | 3A |
| Octal | 254 | 140 | 312 | 17 | 64 | 0 | 25 | 433 | 62 | 72 |
| Binary | 10101100 | 1100000 | 11001010 | 1111 | 110100 | 0 | 10101 | 100011011 | 110010 | 111010 |
Color Harmonies of #AC60CA
Complementary color
Monochromatic Colors of #AC60CA
Black with #AC60CA
Text Example
Text Example
White with #AC60CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC60CA; }
p { color: rgb(172,96,202); }
H1.HeaderClassName
{
color: #AC60CA;
}
.AnyTagClassName
{
color: #AC60CA;
}
</style>
background-color css
<style>
a { background-color: #AC60CA; }
a { background-color: rgb(172,96,202); }
div.DivClassName
{
background-color: #AC60CA;
}
.BgClassName
{
background-color: #AC60CA;
}
</style>
border-color css
<style>
span { border-color: #AC60CA; }
span { border-color: rgb(172,96,202); }
td.TdClassName
{
border-color: #AC60CA;
}
.TagClassName
{
border-color: #AC60CA;
}
</style>