Shades of Dark Orchid #AC2AE9
Tints of Dark Orchid #AC2AE9
RGB
CMYK
RGB Variations
Color information
#AC2AE9 (or 0xAC2AE9) is known color: Dark Orchid. HEX triplet: AC, 2A and E9. RGB value is (172,42,233). Sum of RGB (Red+Green+Blue) = 172+42+233=447 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.48% from 447); Green value is 42 (16.80% from 255 or 9.40% from 447); Blue value is 233 (91.41% from 255 or 52.13% from 447); Max value from RGB is 233 - color contains mainly: blue. Hex color #AC2AE9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AC2AE9 is #53D516. Grayscale: #666666. Windows color (decimal): -5494039 or 15280812. OLE color: 15280812.
HSL color Cylindrical-coordinate representation of color #AC2AE9: hue angle of 280.84º degrees, saturation: 0.81, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AC2AE9 is Cyan = 0.26, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
RGB | 172 | 42 | 233 | - |
CMYK | 0.26 | 0.82 | 0 | 0.09 |
HSL | 280.84º | 0.81% | 0.54% | - |
HSV(B) | 280.84º | 0.82% | 0.91% | - |
XYZ | 32.55 | 16.31 | 78.52 | - |
YUV | 102.64 | 201.57 | 177.47 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 42 | 233 | 0.26 | 0.82 | 0 | 0.09 | 280.84 | 0.81 | 0.54 |
Hex | AC | 2A | E9 | 1A | 52 | 0 | 9 | 119 | 51 | 36 |
Octal | 254 | 52 | 351 | 32 | 122 | 0 | 11 | 431 | 121 | 66 |
Binary | 10101100 | 101010 | 11101001 | 11010 | 1010010 | 0 | 1001 | 100011001 | 1010001 | 110110 |
Color Harmonies of #AC2AE9
Complementary color
Monochromatic Colors of #AC2AE9
Black with #AC2AE9
Text Example
Text Example
White with #AC2AE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC2AE9; }
p { color: rgb(172,42,233); }
H1.HeaderClassName
{
color: #AC2AE9;
}
.AnyTagClassName
{
color: #AC2AE9;
}
</style>
background-color css
<style>
a { background-color: #AC2AE9; }
a { background-color: rgb(172,42,233); }
div.DivClassName
{
background-color: #AC2AE9;
}
.BgClassName
{
background-color: #AC2AE9;
}
</style>
border-color css
<style>
span { border-color: #AC2AE9; }
span { border-color: rgb(172,42,233); }
td.TdClassName
{
border-color: #AC2AE9;
}
.TagClassName
{
border-color: #AC2AE9;
}
</style>