Shades of Dark Orchid #AC1CCB
Tints of Dark Orchid #AC1CCB
RGB
CMYK
RGB Variations
Color information
#AC1CCB (or 0xAC1CCB) is known color: Dark Orchid. HEX triplet: AC, 1C and CB. RGB value is (172,28,203). Sum of RGB (Red+Green+Blue) = 172+28+203=403 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.68% from 403); Green value is 28 (11.33% from 255 or 6.95% from 403); Blue value is 203 (79.69% from 255 or 50.37% from 403); Max value from RGB is 203 - color contains mainly: blue. Hex color #AC1CCB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC1CCB is #53E334. Grayscale: #5A5A5A. Windows color (decimal): -5497653 or 13311148. OLE color: 13311148.
HSL color Cylindrical-coordinate representation of color #AC1CCB: hue angle of 289.37º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AC1CCB is Cyan = 0.15, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 172 | 28 | 203 | - |
| CMYK | 0.15 | 0.86 | 0 | 0.20 |
| HSL | 289.37º | 0.76% | 0.45% | - |
| HSV(B) | 289.37º | 0.86% | 0.8% | - |
| XYZ | 28.21 | 13.91 | 57.7 | - |
| YUV | 91.01 | 191.21 | 185.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 28 | 203 | 0.15 | 0.86 | 0 | 0.20 | 289.37 | 0.76 | 0.45 |
| Hex | AC | 1C | CB | F | 56 | 0 | 14 | 121 | 4C | 2D |
| Octal | 254 | 34 | 313 | 17 | 126 | 0 | 24 | 441 | 114 | 55 |
| Binary | 10101100 | 11100 | 11001011 | 1111 | 1010110 | 0 | 10100 | 100100001 | 1001100 | 101101 |
Color Harmonies of #AC1CCB
Complementary color
Monochromatic Colors of #AC1CCB
Black with #AC1CCB
Text Example
Text Example
White with #AC1CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC1CCB; }
p { color: rgb(172,28,203); }
H1.HeaderClassName
{
color: #AC1CCB;
}
.AnyTagClassName
{
color: #AC1CCB;
}
</style>
background-color css
<style>
a { background-color: #AC1CCB; }
a { background-color: rgb(172,28,203); }
div.DivClassName
{
background-color: #AC1CCB;
}
.BgClassName
{
background-color: #AC1CCB;
}
</style>
border-color css
<style>
span { border-color: #AC1CCB; }
span { border-color: rgb(172,28,203); }
td.TdClassName
{
border-color: #AC1CCB;
}
.TagClassName
{
border-color: #AC1CCB;
}
</style>