Shades of Dark Orchid #AB1CCC
Tints of Dark Orchid #AB1CCC
RGB
CMYK
RGB Variations
Color information
#AB1CCC (or 0xAB1CCC) is known color: Dark Orchid. HEX triplet: AB, 1C and CC. RGB value is (171,28,204). Sum of RGB (Red+Green+Blue) = 171+28+204=403 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.43% from 403); Green value is 28 (11.33% from 255 or 6.95% from 403); Blue value is 204 (80.08% from 255 or 50.62% from 403); Max value from RGB is 204 - color contains mainly: blue. Hex color #AB1CCC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB1CCC is #54E333. Grayscale: #5A5A5A. Windows color (decimal): -5563188 or 13376683. OLE color: 13376683.
HSL color Cylindrical-coordinate representation of color #AB1CCC: hue angle of 288.75º 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 #AB1CCC is Cyan = 0.16, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 171 | 28 | 204 | - |
| CMYK | 0.16 | 0.86 | 0 | 0.2 |
| HSL | 288.75º | 0.76% | 0.45% | - |
| HSV(B) | 288.75º | 0.86% | 0.8% | - |
| XYZ | 28.11 | 13.85 | 58.32 | - |
| YUV | 90.82 | 191.88 | 185.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 28 | 204 | 0.16 | 0.86 | 0 | 0.2 | 288.75 | 0.76 | 0.45 |
| Hex | AB | 1C | CC | 10 | 56 | 0 | 14 | 121 | 4C | 2D |
| Octal | 253 | 34 | 314 | 20 | 126 | 0 | 24 | 441 | 114 | 55 |
| Binary | 10101011 | 11100 | 11001100 | 10000 | 1010110 | 0 | 10100 | 100100001 | 1001100 | 101101 |
Color Harmonies of #AB1CCC
Complementary color
Monochromatic Colors of #AB1CCC
Black with #AB1CCC
Text Example
Text Example
White with #AB1CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB1CCC; }
p { color: rgb(171,28,204); }
H1.HeaderClassName
{
color: #AB1CCC;
}
.AnyTagClassName
{
color: #AB1CCC;
}
</style>
background-color css
<style>
a { background-color: #AB1CCC; }
a { background-color: rgb(171,28,204); }
div.DivClassName
{
background-color: #AB1CCC;
}
.BgClassName
{
background-color: #AB1CCC;
}
</style>
border-color css
<style>
span { border-color: #AB1CCC; }
span { border-color: rgb(171,28,204); }
td.TdClassName
{
border-color: #AB1CCC;
}
.TagClassName
{
border-color: #AB1CCC;
}
</style>