Shades of Medium Orchid #AC54D7
Tints of Medium Orchid #AC54D7
RGB
CMYK
RGB Variations
Color information
#AC54D7 (or 0xAC54D7) is known color: Medium Orchid. HEX triplet: AC, 54 and D7. RGB value is (172,84,215). Sum of RGB (Red+Green+Blue) = 172+84+215=471 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.52% from 471); Green value is 84 (33.20% from 255 or 17.83% from 471); Blue value is 215 (84.38% from 255 or 45.65% from 471); Max value from RGB is 215 - color contains mainly: blue. Hex color #AC54D7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC54D7 is #53AB28. Grayscale: #7C7C7C. Windows color (decimal): -5483305 or 14111916. OLE color: 14111916.
HSL color Cylindrical-coordinate representation of color #AC54D7: hue angle of 280.31º degrees, saturation: 0.62, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AC54D7 is Cyan = 0.2, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 172 | 84 | 215 | - |
| CMYK | 0.2 | 0.61 | 0 | 0.16 |
| HSL | 280.31º | 0.62% | 0.59% | - |
| HSV(B) | 280.31º | 0.61% | 0.84% | - |
| XYZ | 32.45 | 20.02 | 66.44 | - |
| YUV | 125.25 | 178.65 | 161.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 84 | 215 | 0.2 | 0.61 | 0 | 0.16 | 280.31 | 0.62 | 0.59 |
| Hex | AC | 54 | D7 | 14 | 3D | 0 | 10 | 118 | 3E | 3B |
| Octal | 254 | 124 | 327 | 24 | 75 | 0 | 20 | 430 | 76 | 73 |
| Binary | 10101100 | 1010100 | 11010111 | 10100 | 111101 | 0 | 10000 | 100011000 | 111110 | 111011 |
Color Harmonies of #AC54D7
Complementary color
Monochromatic Colors of #AC54D7
Black with #AC54D7
Text Example
Text Example
White with #AC54D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC54D7; }
p { color: rgb(172,84,215); }
H1.HeaderClassName
{
color: #AC54D7;
}
.AnyTagClassName
{
color: #AC54D7;
}
</style>
background-color css
<style>
a { background-color: #AC54D7; }
a { background-color: rgb(172,84,215); }
div.DivClassName
{
background-color: #AC54D7;
}
.BgClassName
{
background-color: #AC54D7;
}
</style>
border-color css
<style>
span { border-color: #AC54D7; }
span { border-color: rgb(172,84,215); }
td.TdClassName
{
border-color: #AC54D7;
}
.TagClassName
{
border-color: #AC54D7;
}
</style>