Shades of Dark Orchid #AC27EA
Tints of Dark Orchid #AC27EA
RGB
CMYK
RGB Variations
Color information
#AC27EA (or 0xAC27EA) is known color: Dark Orchid. HEX triplet: AC, 27 and EA. RGB value is (172,39,234). Sum of RGB (Red+Green+Blue) = 172+39+234=445 (58% of max value = 765). Red value is 172 (67.58% from 255 or 38.65% from 445); Green value is 39 (15.62% from 255 or 8.76% from 445); Blue value is 234 (91.80% from 255 or 52.58% from 445); Max value from RGB is 234 - color contains mainly: blue. Hex color #AC27EA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AC27EA is #53D815. Grayscale: #646464. Windows color (decimal): -5494806 or 15345580. OLE color: 15345580.
HSL color Cylindrical-coordinate representation of color #AC27EA: hue angle of 280.92º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AC27EA is Cyan = 0.26, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 172 | 39 | 234 | - |
| CMYK | 0.26 | 0.83 | 0 | 0.08 |
| HSL | 280.92º | 0.82% | 0.54% | - |
| HSV(B) | 280.92º | 0.83% | 0.92% | - |
| XYZ | 32.59 | 16.16 | 79.24 | - |
| YUV | 101 | 203.06 | 178.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 39 | 234 | 0.26 | 0.83 | 0 | 0.08 | 280.92 | 0.82 | 0.54 |
| Hex | AC | 27 | EA | 1A | 53 | 0 | 8 | 119 | 52 | 36 |
| Octal | 254 | 47 | 352 | 32 | 123 | 0 | 10 | 431 | 122 | 66 |
| Binary | 10101100 | 100111 | 11101010 | 11010 | 1010011 | 0 | 1000 | 100011001 | 1010010 | 110110 |
Color Harmonies of #AC27EA
Complementary color
Monochromatic Colors of #AC27EA
Black with #AC27EA
Text Example
Text Example
White with #AC27EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC27EA; }
p { color: rgb(172,39,234); }
H1.HeaderClassName
{
color: #AC27EA;
}
.AnyTagClassName
{
color: #AC27EA;
}
</style>
background-color css
<style>
a { background-color: #AC27EA; }
a { background-color: rgb(172,39,234); }
div.DivClassName
{
background-color: #AC27EA;
}
.BgClassName
{
background-color: #AC27EA;
}
</style>
border-color css
<style>
span { border-color: #AC27EA; }
span { border-color: rgb(172,39,234); }
td.TdClassName
{
border-color: #AC27EA;
}
.TagClassName
{
border-color: #AC27EA;
}
</style>