Shades of Dark Orchid #AC17CB
Tints of Dark Orchid #AC17CB
RGB
CMYK
RGB Variations
Color information
#AC17CB (or 0xAC17CB) is known color: Dark Orchid. HEX triplet: AC, 17 and CB. RGB value is (172,23,203). Sum of RGB (Red+Green+Blue) = 172+23+203=398 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.22% from 398); Green value is 23 (9.38% from 255 or 5.78% from 398); Blue value is 203 (79.69% from 255 or 51.01% from 398); Max value from RGB is 203 - color contains mainly: blue. Hex color #AC17CB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AC17CB is #53E834. Grayscale: #575757. Windows color (decimal): -5498933 or 13309868. OLE color: 13309868.
HSL color Cylindrical-coordinate representation of color #AC17CB: hue angle of 289.67º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AC17CB is Cyan = 0.15, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 172 | 23 | 203 | - |
| CMYK | 0.15 | 0.89 | 0 | 0.20 |
| HSL | 289.67º | 0.8% | 0.44% | - |
| HSV(B) | 289.67º | 0.89% | 0.8% | - |
| XYZ | 28.1 | 13.7 | 57.66 | - |
| YUV | 88.07 | 192.86 | 187.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 23 | 203 | 0.15 | 0.89 | 0 | 0.20 | 289.67 | 0.8 | 0.44 |
| Hex | AC | 17 | CB | F | 59 | 0 | 14 | 122 | 50 | 2C |
| Octal | 254 | 27 | 313 | 17 | 131 | 0 | 24 | 442 | 120 | 54 |
| Binary | 10101100 | 10111 | 11001011 | 1111 | 1011001 | 0 | 10100 | 100100010 | 1010000 | 101100 |
Color Harmonies of #AC17CB
Complementary color
Monochromatic Colors of #AC17CB
Black with #AC17CB
Text Example
Text Example
White with #AC17CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC17CB; }
p { color: rgb(172,23,203); }
H1.HeaderClassName
{
color: #AC17CB;
}
.AnyTagClassName
{
color: #AC17CB;
}
</style>
background-color css
<style>
a { background-color: #AC17CB; }
a { background-color: rgb(172,23,203); }
div.DivClassName
{
background-color: #AC17CB;
}
.BgClassName
{
background-color: #AC17CB;
}
</style>
border-color css
<style>
span { border-color: #AC17CB; }
span { border-color: rgb(172,23,203); }
td.TdClassName
{
border-color: #AC17CB;
}
.TagClassName
{
border-color: #AC17CB;
}
</style>