Shades of Medium Orchid #AC60C7
Tints of Medium Orchid #AC60C7
RGB
CMYK
RGB Variations
Color information
#AC60C7 (or 0xAC60C7) is known color: Medium Orchid. HEX triplet: AC, 60 and C7. RGB value is (172,96,199). Sum of RGB (Red+Green+Blue) = 172+96+199=467 (61% of max value = 765). Red value is 172 (67.58% from 255 or 36.83% from 467); Green value is 96 (37.89% from 255 or 20.56% from 467); Blue value is 199 (78.12% from 255 or 42.61% from 467); Max value from RGB is 199 - color contains mainly: blue. Hex color #AC60C7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC60C7 is #539F38. Grayscale: #828282. Windows color (decimal): -5480249 or 13066412. OLE color: 13066412.
HSL color Cylindrical-coordinate representation of color #AC60C7: hue angle of 284.27º degrees, saturation: 0.48, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AC60C7 is Cyan = 0.14, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
RGB | 172 | 96 | 199 | - |
CMYK | 0.14 | 0.52 | 0 | 0.22 |
HSL | 284.27º | 0.48% | 0.58% | - |
HSV(B) | 284.27º | 0.52% | 0.78% | - |
XYZ | 31.5 | 21.26 | 56.48 | - |
YUV | 130.47 | 166.68 | 157.62 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 96 | 199 | 0.14 | 0.52 | 0 | 0.22 | 284.27 | 0.48 | 0.58 |
Hex | AC | 60 | C7 | E | 34 | 0 | 16 | 11C | 30 | 3A |
Octal | 254 | 140 | 307 | 16 | 64 | 0 | 26 | 434 | 60 | 72 |
Binary | 10101100 | 1100000 | 11000111 | 1110 | 110100 | 0 | 10110 | 100011100 | 110000 | 111010 |
Color Harmonies of #AC60C7
Complementary color
Monochromatic Colors of #AC60C7
Black with #AC60C7
Text Example
Text Example
White with #AC60C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC60C7; }
p { color: rgb(172,96,199); }
H1.HeaderClassName
{
color: #AC60C7;
}
.AnyTagClassName
{
color: #AC60C7;
}
</style>
background-color css
<style>
a { background-color: #AC60C7; }
a { background-color: rgb(172,96,199); }
div.DivClassName
{
background-color: #AC60C7;
}
.BgClassName
{
background-color: #AC60C7;
}
</style>
border-color css
<style>
span { border-color: #AC60C7; }
span { border-color: rgb(172,96,199); }
td.TdClassName
{
border-color: #AC60C7;
}
.TagClassName
{
border-color: #AC60C7;
}
</style>