Shades of Dark Orchid #AC2AB7
Tints of Dark Orchid #AC2AB7
RGB
CMYK
RGB Variations
Color information
#AC2AB7 (or 0xAC2AB7) is known color: Dark Orchid. HEX triplet: AC, 2A and B7. RGB value is (172,42,183). Sum of RGB (Red+Green+Blue) = 172+42+183=397 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.32% from 397); Green value is 42 (16.80% from 255 or 10.58% from 397); Blue value is 183 (71.88% from 255 or 46.10% from 397); Max value from RGB is 183 - color contains mainly: blue. Hex color #AC2AB7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC2AB7 is #53D548. Grayscale: #606060. Windows color (decimal): -5494089 or 12004012. OLE color: 12004012.
HSL color Cylindrical-coordinate representation of color #AC2AB7: hue angle of 295.32º degrees, saturation: 0.63, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AC2AB7 is Cyan = 0.06, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 172 | 42 | 183 | - |
| CMYK | 0.06 | 0.77 | 0 | 0.28 |
| HSL | 295.32º | 0.63% | 0.44% | - |
| HSV(B) | 295.32º | 0.77% | 0.72% | - |
| XYZ | 26.39 | 13.85 | 46.08 | - |
| YUV | 96.94 | 176.57 | 181.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 42 | 183 | 0.06 | 0.77 | 0 | 0.28 | 295.32 | 0.63 | 0.44 |
| Hex | AC | 2A | B7 | 6 | 4D | 0 | 1C | 127 | 3F | 2C |
| Octal | 254 | 52 | 267 | 6 | 115 | 0 | 34 | 447 | 77 | 54 |
| Binary | 10101100 | 101010 | 10110111 | 110 | 1001101 | 0 | 11100 | 100100111 | 111111 | 101100 |
Color Harmonies of #AC2AB7
Complementary color
Monochromatic Colors of #AC2AB7
Black with #AC2AB7
Text Example
Text Example
White with #AC2AB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC2AB7; }
p { color: rgb(172,42,183); }
H1.HeaderClassName
{
color: #AC2AB7;
}
.AnyTagClassName
{
color: #AC2AB7;
}
</style>
background-color css
<style>
a { background-color: #AC2AB7; }
a { background-color: rgb(172,42,183); }
div.DivClassName
{
background-color: #AC2AB7;
}
.BgClassName
{
background-color: #AC2AB7;
}
</style>
border-color css
<style>
span { border-color: #AC2AB7; }
span { border-color: rgb(172,42,183); }
td.TdClassName
{
border-color: #AC2AB7;
}
.TagClassName
{
border-color: #AC2AB7;
}
</style>