Shades of Dark Orchid #AC27AA
Tints of Dark Orchid #AC27AA
RGB
CMYK
RGB Variations
Color information
#AC27AA (or 0xAC27AA) is known color: Dark Orchid. HEX triplet: AC, 27 and AA. RGB value is (172,39,170). Sum of RGB (Red+Green+Blue) = 172+39+170=381 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.14% from 381); Green value is 39 (15.62% from 255 or 10.24% from 381); Blue value is 170 (66.80% from 255 or 44.62% from 381); Max value from RGB is 172 - color contains mainly: red. Hex color #AC27AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC27AA is #53D855. Grayscale: #5D5D5D. Windows color (decimal): -5494870 or 11151276. OLE color: 11151276.
HSL color Cylindrical-coordinate representation of color #AC27AA: hue angle of 300.9º degrees, saturation: 0.63, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AC27AA is Cyan = 0, Magento = 0.77, Yellow = 0.01 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 39 | 170 | - |
| CMYK | 0 | 0.77 | 0.01 | 0.33 |
| HSL | 300.9º | 0.63% | 0.41% | - |
| HSV(B) | 300.9º | 0.77% | 0.67% | - |
| XYZ | 24.99 | 13.12 | 39.25 | - |
| YUV | 93.7 | 171.06 | 183.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 39 | 170 | 0 | 0.77 | 0.01 | 0.33 | 300.9 | 0.63 | 0.41 |
| Hex | AC | 27 | AA | 0 | 4D | 1 | 21 | 12D | 3F | 29 |
| Octal | 254 | 47 | 252 | 0 | 115 | 1 | 41 | 455 | 77 | 51 |
| Binary | 10101100 | 100111 | 10101010 | 0 | 1001101 | 1 | 100001 | 100101101 | 111111 | 101001 |
Color Harmonies of #AC27AA
Complementary color
Monochromatic Colors of #AC27AA
Black with #AC27AA
Text Example
Text Example
White with #AC27AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC27AA; }
p { color: rgb(172,39,170); }
H1.HeaderClassName
{
color: #AC27AA;
}
.AnyTagClassName
{
color: #AC27AA;
}
</style>
background-color css
<style>
a { background-color: #AC27AA; }
a { background-color: rgb(172,39,170); }
div.DivClassName
{
background-color: #AC27AA;
}
.BgClassName
{
background-color: #AC27AA;
}
</style>
border-color css
<style>
span { border-color: #AC27AA; }
span { border-color: rgb(172,39,170); }
td.TdClassName
{
border-color: #AC27AA;
}
.TagClassName
{
border-color: #AC27AA;
}
</style>