Shades of Dark Orchid #AC3BE0
Tints of Dark Orchid #AC3BE0
RGB
CMYK
RGB Variations
Color information
#AC3BE0 (or 0xAC3BE0) is known color: Dark Orchid. HEX triplet: AC, 3B and E0. RGB value is (172,59,224). Sum of RGB (Red+Green+Blue) = 172+59+224=455 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.80% from 455); Green value is 59 (23.44% from 255 or 12.97% from 455); Blue value is 224 (87.89% from 255 or 49.23% from 455); Max value from RGB is 224 - color contains mainly: blue. Hex color #AC3BE0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC3BE0 is #53C41F. Grayscale: #6F6F6F. Windows color (decimal): -5489696 or 14695340. OLE color: 14695340.
HSL color Cylindrical-coordinate representation of color #AC3BE0: hue angle of 281.09º degrees, saturation: 0.73, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AC3BE0 is Cyan = 0.23, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 172 | 59 | 224 | - |
| CMYK | 0.23 | 0.74 | 0 | 0.12 |
| HSL | 281.09º | 0.73% | 0.55% | - |
| HSV(B) | 281.09º | 0.74% | 0.88% | - |
| XYZ | 32.03 | 17.28 | 72.17 | - |
| YUV | 111.6 | 191.44 | 171.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 59 | 224 | 0.23 | 0.74 | 0 | 0.12 | 281.09 | 0.73 | 0.55 |
| Hex | AC | 3B | E0 | 17 | 4A | 0 | C | 119 | 49 | 37 |
| Octal | 254 | 73 | 340 | 27 | 112 | 0 | 14 | 431 | 111 | 67 |
| Binary | 10101100 | 111011 | 11100000 | 10111 | 1001010 | 0 | 1100 | 100011001 | 1001001 | 110111 |
Color Harmonies of #AC3BE0
Complementary color
Monochromatic Colors of #AC3BE0
Black with #AC3BE0
Text Example
Text Example
White with #AC3BE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC3BE0; }
p { color: rgb(172,59,224); }
H1.HeaderClassName
{
color: #AC3BE0;
}
.AnyTagClassName
{
color: #AC3BE0;
}
</style>
background-color css
<style>
a { background-color: #AC3BE0; }
a { background-color: rgb(172,59,224); }
div.DivClassName
{
background-color: #AC3BE0;
}
.BgClassName
{
background-color: #AC3BE0;
}
</style>
border-color css
<style>
span { border-color: #AC3BE0; }
span { border-color: rgb(172,59,224); }
td.TdClassName
{
border-color: #AC3BE0;
}
.TagClassName
{
border-color: #AC3BE0;
}
</style>