Shades of Dark Orchid #AC29CB
Tints of Dark Orchid #AC29CB
RGB
CMYK
RGB Variations
Color information
#AC29CB (or 0xAC29CB) is known color: Dark Orchid. HEX triplet: AC, 29 and CB. RGB value is (172,41,203). Sum of RGB (Red+Green+Blue) = 172+41+203=416 (55% of max value = 765). Red value is 172 (67.58% from 255 or 41.35% from 416); Green value is 41 (16.41% from 255 or 9.86% from 416); Blue value is 203 (79.69% from 255 or 48.80% from 416); Max value from RGB is 203 - color contains mainly: blue. Hex color #AC29CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC29CB is #53D634. Grayscale: #626262. Windows color (decimal): -5494325 or 13314476. OLE color: 13314476.
HSL color Cylindrical-coordinate representation of color #AC29CB: hue angle of 288.52º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AC29CB is Cyan = 0.15, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 172 | 41 | 203 | - |
| CMYK | 0.15 | 0.80 | 0 | 0.20 |
| HSL | 288.52º | 0.66% | 0.48% | - |
| HSV(B) | 288.52º | 0.8% | 0.8% | - |
| XYZ | 28.59 | 14.67 | 57.82 | - |
| YUV | 98.64 | 186.9 | 180.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 41 | 203 | 0.15 | 0.80 | 0 | 0.20 | 288.52 | 0.66 | 0.48 |
| Hex | AC | 29 | CB | F | 50 | 0 | 14 | 121 | 42 | 30 |
| Octal | 254 | 51 | 313 | 17 | 120 | 0 | 24 | 441 | 102 | 60 |
| Binary | 10101100 | 101001 | 11001011 | 1111 | 1010000 | 0 | 10100 | 100100001 | 1000010 | 110000 |
Color Harmonies of #AC29CB
Complementary color
Monochromatic Colors of #AC29CB
Black with #AC29CB
Text Example
Text Example
White with #AC29CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC29CB; }
p { color: rgb(172,41,203); }
H1.HeaderClassName
{
color: #AC29CB;
}
.AnyTagClassName
{
color: #AC29CB;
}
</style>
background-color css
<style>
a { background-color: #AC29CB; }
a { background-color: rgb(172,41,203); }
div.DivClassName
{
background-color: #AC29CB;
}
.BgClassName
{
background-color: #AC29CB;
}
</style>
border-color css
<style>
span { border-color: #AC29CB; }
span { border-color: rgb(172,41,203); }
td.TdClassName
{
border-color: #AC29CB;
}
.TagClassName
{
border-color: #AC29CB;
}
</style>