Shades of Dark Orchid #AC3AB8
Tints of Dark Orchid #AC3AB8
RGB
CMYK
RGB Variations
Color information
#AC3AB8 (or 0xAC3AB8) is known color: Dark Orchid. HEX triplet: AC, 3A and B8. RGB value is (172,58,184). Sum of RGB (Red+Green+Blue) = 172+58+184=414 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.55% from 414); Green value is 58 (23.05% from 255 or 14.01% from 414); Blue value is 184 (72.27% from 255 or 44.44% from 414); Max value from RGB is 184 - color contains mainly: blue. Hex color #AC3AB8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC3AB8 is #53C547. Grayscale: #6A6A6A. Windows color (decimal): -5489992 or 12073644. OLE color: 12073644.
HSL color Cylindrical-coordinate representation of color #AC3AB8: hue angle of 294.29º degrees, saturation: 0.52, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AC3AB8 is Cyan = 0.07, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 172 | 58 | 184 | - |
| CMYK | 0.07 | 0.68 | 0 | 0.28 |
| HSL | 294.29º | 0.52% | 0.47% | - |
| HSV(B) | 294.29º | 0.68% | 0.72% | - |
| XYZ | 27.18 | 15.26 | 46.86 | - |
| YUV | 106.45 | 171.77 | 174.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 58 | 184 | 0.07 | 0.68 | 0 | 0.28 | 294.29 | 0.52 | 0.47 |
| Hex | AC | 3A | B8 | 7 | 44 | 0 | 1C | 126 | 34 | 2F |
| Octal | 254 | 72 | 270 | 7 | 104 | 0 | 34 | 446 | 64 | 57 |
| Binary | 10101100 | 111010 | 10111000 | 111 | 1000100 | 0 | 11100 | 100100110 | 110100 | 101111 |
Color Harmonies of #AC3AB8
Complementary color
Monochromatic Colors of #AC3AB8
Black with #AC3AB8
Text Example
Text Example
White with #AC3AB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC3AB8; }
p { color: rgb(172,58,184); }
H1.HeaderClassName
{
color: #AC3AB8;
}
.AnyTagClassName
{
color: #AC3AB8;
}
</style>
background-color css
<style>
a { background-color: #AC3AB8; }
a { background-color: rgb(172,58,184); }
div.DivClassName
{
background-color: #AC3AB8;
}
.BgClassName
{
background-color: #AC3AB8;
}
</style>
border-color css
<style>
span { border-color: #AC3AB8; }
span { border-color: rgb(172,58,184); }
td.TdClassName
{
border-color: #AC3AB8;
}
.TagClassName
{
border-color: #AC3AB8;
}
</style>