Shades of Dark Orchid #AC27CA
Tints of Dark Orchid #AC27CA
RGB
CMYK
RGB Variations
Color information
#AC27CA (or 0xAC27CA) is known color: Dark Orchid. HEX triplet: AC, 27 and CA. RGB value is (172,39,202). Sum of RGB (Red+Green+Blue) = 172+39+202=413 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.65% from 413); Green value is 39 (15.62% from 255 or 9.44% from 413); Blue value is 202 (79.30% from 255 or 48.91% from 413); Max value from RGB is 202 - color contains mainly: blue. Hex color #AC27CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC27CA is #53D835. Grayscale: #606060. Windows color (decimal): -5494838 or 13248428. OLE color: 13248428.
HSL color Cylindrical-coordinate representation of color #AC27CA: hue angle of 288.96º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AC27CA is Cyan = 0.15, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 172 | 39 | 202 | - |
| CMYK | 0.15 | 0.81 | 0 | 0.21 |
| HSL | 288.96º | 0.68% | 0.47% | - |
| HSV(B) | 288.96º | 0.81% | 0.79% | - |
| XYZ | 28.4 | 14.49 | 57.18 | - |
| YUV | 97.35 | 187.06 | 181.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 39 | 202 | 0.15 | 0.81 | 0 | 0.21 | 288.96 | 0.68 | 0.47 |
| Hex | AC | 27 | CA | F | 51 | 0 | 15 | 121 | 44 | 2F |
| Octal | 254 | 47 | 312 | 17 | 121 | 0 | 25 | 441 | 104 | 57 |
| Binary | 10101100 | 100111 | 11001010 | 1111 | 1010001 | 0 | 10101 | 100100001 | 1000100 | 101111 |
Color Harmonies of #AC27CA
Complementary color
Monochromatic Colors of #AC27CA
Black with #AC27CA
Text Example
Text Example
White with #AC27CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC27CA; }
p { color: rgb(172,39,202); }
H1.HeaderClassName
{
color: #AC27CA;
}
.AnyTagClassName
{
color: #AC27CA;
}
</style>
background-color css
<style>
a { background-color: #AC27CA; }
a { background-color: rgb(172,39,202); }
div.DivClassName
{
background-color: #AC27CA;
}
.BgClassName
{
background-color: #AC27CA;
}
</style>
border-color css
<style>
span { border-color: #AC27CA; }
span { border-color: rgb(172,39,202); }
td.TdClassName
{
border-color: #AC27CA;
}
.TagClassName
{
border-color: #AC27CA;
}
</style>