Shades of Dark Orchid #AC1CC5
Tints of Dark Orchid #AC1CC5
RGB
CMYK
RGB Variations
Color information
#AC1CC5 (or 0xAC1CC5) is known color: Dark Orchid. HEX triplet: AC, 1C and C5. RGB value is (172,28,197). Sum of RGB (Red+Green+Blue) = 172+28+197=397 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.32% from 397); Green value is 28 (11.33% from 255 or 7.05% from 397); Blue value is 197 (77.34% from 255 or 49.62% from 397); Max value from RGB is 197 - color contains mainly: blue. Hex color #AC1CC5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC1CC5 is #53E33A. Grayscale: #595959. Windows color (decimal): -5497659 or 12917932. OLE color: 12917932.
HSL color Cylindrical-coordinate representation of color #AC1CC5: hue angle of 291.12º degrees, saturation: 0.75, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AC1CC5 is Cyan = 0.13, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 172 | 28 | 197 | - |
| CMYK | 0.13 | 0.86 | 0 | 0.23 |
| HSL | 291.12º | 0.75% | 0.44% | - |
| HSV(B) | 291.12º | 0.86% | 0.77% | - |
| XYZ | 27.51 | 13.63 | 54 | - |
| YUV | 90.32 | 188.21 | 186.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 28 | 197 | 0.13 | 0.86 | 0 | 0.23 | 291.12 | 0.75 | 0.44 |
| Hex | AC | 1C | C5 | D | 56 | 0 | 17 | 123 | 4B | 2C |
| Octal | 254 | 34 | 305 | 15 | 126 | 0 | 27 | 443 | 113 | 54 |
| Binary | 10101100 | 11100 | 11000101 | 1101 | 1010110 | 0 | 10111 | 100100011 | 1001011 | 101100 |
Color Harmonies of #AC1CC5
Complementary color
Monochromatic Colors of #AC1CC5
Black with #AC1CC5
Text Example
Text Example
White with #AC1CC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC1CC5; }
p { color: rgb(172,28,197); }
H1.HeaderClassName
{
color: #AC1CC5;
}
.AnyTagClassName
{
color: #AC1CC5;
}
</style>
background-color css
<style>
a { background-color: #AC1CC5; }
a { background-color: rgb(172,28,197); }
div.DivClassName
{
background-color: #AC1CC5;
}
.BgClassName
{
background-color: #AC1CC5;
}
</style>
border-color css
<style>
span { border-color: #AC1CC5; }
span { border-color: rgb(172,28,197); }
td.TdClassName
{
border-color: #AC1CC5;
}
.TagClassName
{
border-color: #AC1CC5;
}
</style>