Shades of Dark Orchid #AC1CB1
Tints of Dark Orchid #AC1CB1
RGB
CMYK
RGB Variations
Color information
#AC1CB1 (or 0xAC1CB1) is known color: Dark Orchid. HEX triplet: AC, 1C and B1. RGB value is (172,28,177). Sum of RGB (Red+Green+Blue) = 172+28+177=377 (49% of max value = 765). Red value is 172 (67.58% from 255 or 45.62% from 377); Green value is 28 (11.33% from 255 or 7.43% from 377); Blue value is 177 (69.53% from 255 or 46.95% from 377); Max value from RGB is 177 - color contains mainly: blue. Hex color #AC1CB1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC1CB1 is #53E34E. Grayscale: #575757. Windows color (decimal): -5497679 or 11607212. OLE color: 11607212.
HSL color Cylindrical-coordinate representation of color #AC1CB1: hue angle of 297.99º degrees, saturation: 0.73, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AC1CB1 is Cyan = 0.03, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 172 | 28 | 177 | - |
| CMYK | 0.03 | 0.84 | 0 | 0.31 |
| HSL | 297.99º | 0.73% | 0.4% | - |
| HSV(B) | 297.99º | 0.84% | 0.69% | - |
| XYZ | 25.36 | 12.78 | 42.72 | - |
| YUV | 88.04 | 178.21 | 187.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 28 | 177 | 0.03 | 0.84 | 0 | 0.31 | 297.99 | 0.73 | 0.4 |
| Hex | AC | 1C | B1 | 3 | 54 | 0 | 1F | 12A | 49 | 28 |
| Octal | 254 | 34 | 261 | 3 | 124 | 0 | 37 | 452 | 111 | 50 |
| Binary | 10101100 | 11100 | 10110001 | 11 | 1010100 | 0 | 11111 | 100101010 | 1001001 | 101000 |
Color Harmonies of #AC1CB1
Complementary color
Monochromatic Colors of #AC1CB1
Black with #AC1CB1
Text Example
Text Example
White with #AC1CB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC1CB1; }
p { color: rgb(172,28,177); }
H1.HeaderClassName
{
color: #AC1CB1;
}
.AnyTagClassName
{
color: #AC1CB1;
}
</style>
background-color css
<style>
a { background-color: #AC1CB1; }
a { background-color: rgb(172,28,177); }
div.DivClassName
{
background-color: #AC1CB1;
}
.BgClassName
{
background-color: #AC1CB1;
}
</style>
border-color css
<style>
span { border-color: #AC1CB1; }
span { border-color: rgb(172,28,177); }
td.TdClassName
{
border-color: #AC1CB1;
}
.TagClassName
{
border-color: #AC1CB1;
}
</style>