Shades of Dark Orchid #AC33E1
Tints of Dark Orchid #AC33E1
RGB
CMYK
RGB Variations
Color information
#AC33E1 (or 0xAC33E1) is known color: Dark Orchid. HEX triplet: AC, 33 and E1. RGB value is (172,51,225). Sum of RGB (Red+Green+Blue) = 172+51+225=448 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.39% from 448); Green value is 51 (20.31% from 255 or 11.38% from 448); Blue value is 225 (88.28% from 255 or 50.22% from 448); Max value from RGB is 225 - color contains mainly: blue. Hex color #AC33E1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC33E1 is #53CC1E. Grayscale: #6A6A6A. Windows color (decimal): -5491743 or 14758828. OLE color: 14758828.
HSL color Cylindrical-coordinate representation of color #AC33E1: hue angle of 281.72º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AC33E1 is Cyan = 0.24, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 172 | 51 | 225 | - |
| CMYK | 0.24 | 0.77 | 0 | 0.12 |
| HSL | 281.72º | 0.74% | 0.54% | - |
| HSV(B) | 281.72º | 0.77% | 0.88% | - |
| XYZ | 31.79 | 16.57 | 72.76 | - |
| YUV | 107.02 | 194.59 | 174.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 51 | 225 | 0.24 | 0.77 | 0 | 0.12 | 281.72 | 0.74 | 0.54 |
| Hex | AC | 33 | E1 | 18 | 4D | 0 | C | 11A | 4A | 36 |
| Octal | 254 | 63 | 341 | 30 | 115 | 0 | 14 | 432 | 112 | 66 |
| Binary | 10101100 | 110011 | 11100001 | 11000 | 1001101 | 0 | 1100 | 100011010 | 1001010 | 110110 |
Color Harmonies of #AC33E1
Complementary color
Monochromatic Colors of #AC33E1
Black with #AC33E1
Text Example
Text Example
White with #AC33E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC33E1; }
p { color: rgb(172,51,225); }
H1.HeaderClassName
{
color: #AC33E1;
}
.AnyTagClassName
{
color: #AC33E1;
}
</style>
background-color css
<style>
a { background-color: #AC33E1; }
a { background-color: rgb(172,51,225); }
div.DivClassName
{
background-color: #AC33E1;
}
.BgClassName
{
background-color: #AC33E1;
}
</style>
border-color css
<style>
span { border-color: #AC33E1; }
span { border-color: rgb(172,51,225); }
td.TdClassName
{
border-color: #AC33E1;
}
.TagClassName
{
border-color: #AC33E1;
}
</style>