Shades of Medium Orchid #AC54DA
Tints of Medium Orchid #AC54DA
RGB
CMYK
RGB Variations
Color information
#AC54DA (or 0xAC54DA) is known color: Medium Orchid. HEX triplet: AC, 54 and DA. RGB value is (172,84,218). Sum of RGB (Red+Green+Blue) = 172+84+218=474 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.29% from 474); Green value is 84 (33.20% from 255 or 17.72% from 474); Blue value is 218 (85.55% from 255 or 45.99% from 474); Max value from RGB is 218 - color contains mainly: blue. Hex color #AC54DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC54DA is #53AB25. Grayscale: #7D7D7D. Windows color (decimal): -5483302 or 14308524. OLE color: 14308524.
HSL color Cylindrical-coordinate representation of color #AC54DA: hue angle of 279.4º degrees, saturation: 0.64, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AC54DA is Cyan = 0.21, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 172 | 84 | 218 | - |
| CMYK | 0.21 | 0.61 | 0 | 0.15 |
| HSL | 279.4º | 0.64% | 0.59% | - |
| HSV(B) | 279.4º | 0.61% | 0.85% | - |
| XYZ | 32.84 | 20.17 | 68.49 | - |
| YUV | 125.59 | 180.15 | 161.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 84 | 218 | 0.21 | 0.61 | 0 | 0.15 | 279.4 | 0.64 | 0.59 |
| Hex | AC | 54 | DA | 15 | 3D | 0 | F | 117 | 40 | 3B |
| Octal | 254 | 124 | 332 | 25 | 75 | 0 | 17 | 427 | 100 | 73 |
| Binary | 10101100 | 1010100 | 11011010 | 10101 | 111101 | 0 | 1111 | 100010111 | 1000000 | 111011 |
Color Harmonies of #AC54DA
Complementary color
Monochromatic Colors of #AC54DA
Black with #AC54DA
Text Example
Text Example
White with #AC54DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC54DA; }
p { color: rgb(172,84,218); }
H1.HeaderClassName
{
color: #AC54DA;
}
.AnyTagClassName
{
color: #AC54DA;
}
</style>
background-color css
<style>
a { background-color: #AC54DA; }
a { background-color: rgb(172,84,218); }
div.DivClassName
{
background-color: #AC54DA;
}
.BgClassName
{
background-color: #AC54DA;
}
</style>
border-color css
<style>
span { border-color: #AC54DA; }
span { border-color: rgb(172,84,218); }
td.TdClassName
{
border-color: #AC54DA;
}
.TagClassName
{
border-color: #AC54DA;
}
</style>