Shades of Medium Orchid #AC60CB
Tints of Medium Orchid #AC60CB
RGB
CMYK
RGB Variations
Color information
#AC60CB (or 0xAC60CB) is known color: Medium Orchid. HEX triplet: AC, 60 and CB. RGB value is (172,96,203). Sum of RGB (Red+Green+Blue) = 172+96+203=471 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.52% from 471); Green value is 96 (37.89% from 255 or 20.38% from 471); Blue value is 203 (79.69% from 255 or 43.10% from 471); Max value from RGB is 203 - color contains mainly: blue. Hex color #AC60CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC60CB is #539F34. Grayscale: #828282. Windows color (decimal): -5480245 or 13328556. OLE color: 13328556.
HSL color Cylindrical-coordinate representation of color #AC60CB: hue angle of 282.62º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AC60CB is Cyan = 0.15, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 172 | 96 | 203 | - |
| CMYK | 0.15 | 0.53 | 0 | 0.20 |
| HSL | 282.62º | 0.51% | 0.59% | - |
| HSV(B) | 282.62º | 0.53% | 0.8% | - |
| XYZ | 31.98 | 21.45 | 58.95 | - |
| YUV | 130.92 | 168.68 | 157.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 96 | 203 | 0.15 | 0.53 | 0 | 0.20 | 282.62 | 0.51 | 0.59 |
| Hex | AC | 60 | CB | F | 35 | 0 | 14 | 11B | 33 | 3B |
| Octal | 254 | 140 | 313 | 17 | 65 | 0 | 24 | 433 | 63 | 73 |
| Binary | 10101100 | 1100000 | 11001011 | 1111 | 110101 | 0 | 10100 | 100011011 | 110011 | 111011 |
Color Harmonies of #AC60CB
Complementary color
Monochromatic Colors of #AC60CB
Black with #AC60CB
Text Example
Text Example
White with #AC60CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC60CB; }
p { color: rgb(172,96,203); }
H1.HeaderClassName
{
color: #AC60CB;
}
.AnyTagClassName
{
color: #AC60CB;
}
</style>
background-color css
<style>
a { background-color: #AC60CB; }
a { background-color: rgb(172,96,203); }
div.DivClassName
{
background-color: #AC60CB;
}
.BgClassName
{
background-color: #AC60CB;
}
</style>
border-color css
<style>
span { border-color: #AC60CB; }
span { border-color: rgb(172,96,203); }
td.TdClassName
{
border-color: #AC60CB;
}
.TagClassName
{
border-color: #AC60CB;
}
</style>