Shades of Dark Orchid #AC3AD9
Tints of Dark Orchid #AC3AD9
RGB
CMYK
RGB Variations
Color information
#AC3AD9 (or 0xAC3AD9) is known color: Dark Orchid. HEX triplet: AC, 3A and D9. RGB value is (172,58,217). Sum of RGB (Red+Green+Blue) = 172+58+217=447 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.48% from 447); Green value is 58 (23.05% from 255 or 12.98% from 447); Blue value is 217 (85.16% from 255 or 48.55% from 447); Max value from RGB is 217 - color contains mainly: blue. Hex color #AC3AD9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC3AD9 is #53C526. Grayscale: #6D6D6D. Windows color (decimal): -5489959 or 14236332. OLE color: 14236332.
HSL color Cylindrical-coordinate representation of color #AC3AD9: hue angle of 283.02º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AC3AD9 is Cyan = 0.21, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
RGB | 172 | 58 | 217 | - |
CMYK | 0.21 | 0.73 | 0 | 0.15 |
HSL | 283.02º | 0.68% | 0.54% | - |
HSV(B) | 283.02º | 0.73% | 0.85% | - |
XYZ | 31.05 | 16.81 | 67.25 | - |
YUV | 110.21 | 188.27 | 172.07 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 58 | 217 | 0.21 | 0.73 | 0 | 0.15 | 283.02 | 0.68 | 0.54 |
Hex | AC | 3A | D9 | 15 | 49 | 0 | F | 11B | 44 | 36 |
Octal | 254 | 72 | 331 | 25 | 111 | 0 | 17 | 433 | 104 | 66 |
Binary | 10101100 | 111010 | 11011001 | 10101 | 1001001 | 0 | 1111 | 100011011 | 1000100 | 110110 |
Color Harmonies of #AC3AD9
Complementary color
Monochromatic Colors of #AC3AD9
Black with #AC3AD9
Text Example
Text Example
White with #AC3AD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC3AD9; }
p { color: rgb(172,58,217); }
H1.HeaderClassName
{
color: #AC3AD9;
}
.AnyTagClassName
{
color: #AC3AD9;
}
</style>
background-color css
<style>
a { background-color: #AC3AD9; }
a { background-color: rgb(172,58,217); }
div.DivClassName
{
background-color: #AC3AD9;
}
.BgClassName
{
background-color: #AC3AD9;
}
</style>
border-color css
<style>
span { border-color: #AC3AD9; }
span { border-color: rgb(172,58,217); }
td.TdClassName
{
border-color: #AC3AD9;
}
.TagClassName
{
border-color: #AC3AD9;
}
</style>