Shades of Dark Orchid #AC33E8
Tints of Dark Orchid #AC33E8
RGB
CMYK
RGB Variations
Color information
#AC33E8 (or 0xAC33E8) is known color: Dark Orchid. HEX triplet: AC, 33 and E8. RGB value is (172,51,232). Sum of RGB (Red+Green+Blue) = 172+51+232=455 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.80% from 455); Green value is 51 (20.31% from 255 or 11.21% from 455); Blue value is 232 (91.02% from 255 or 50.99% from 455); Max value from RGB is 232 - color contains mainly: blue. Hex color #AC33E8 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AC33E8 is #53CC17. Grayscale: #6B6B6B. Windows color (decimal): -5491736 or 15217580. OLE color: 15217580.
HSL color Cylindrical-coordinate representation of color #AC33E8: hue angle of 280.11º degrees, saturation: 0.8, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AC33E8 is Cyan = 0.26, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 172 | 51 | 232 | - |
| CMYK | 0.26 | 0.78 | 0 | 0.09 |
| HSL | 280.11º | 0.8% | 0.55% | - |
| HSV(B) | 280.11º | 0.78% | 0.91% | - |
| XYZ | 32.76 | 16.96 | 77.89 | - |
| YUV | 107.81 | 198.09 | 173.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 51 | 232 | 0.26 | 0.78 | 0 | 0.09 | 280.11 | 0.8 | 0.55 |
| Hex | AC | 33 | E8 | 1A | 4E | 0 | 9 | 118 | 50 | 37 |
| Octal | 254 | 63 | 350 | 32 | 116 | 0 | 11 | 430 | 120 | 67 |
| Binary | 10101100 | 110011 | 11101000 | 11010 | 1001110 | 0 | 1001 | 100011000 | 1010000 | 110111 |
Color Harmonies of #AC33E8
Complementary color
Monochromatic Colors of #AC33E8
Black with #AC33E8
Text Example
Text Example
White with #AC33E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC33E8; }
p { color: rgb(172,51,232); }
H1.HeaderClassName
{
color: #AC33E8;
}
.AnyTagClassName
{
color: #AC33E8;
}
</style>
background-color css
<style>
a { background-color: #AC33E8; }
a { background-color: rgb(172,51,232); }
div.DivClassName
{
background-color: #AC33E8;
}
.BgClassName
{
background-color: #AC33E8;
}
</style>
border-color css
<style>
span { border-color: #AC33E8; }
span { border-color: rgb(172,51,232); }
td.TdClassName
{
border-color: #AC33E8;
}
.TagClassName
{
border-color: #AC33E8;
}
</style>