Shades of Dark Orchid #AB1CCB
Tints of Dark Orchid #AB1CCB
RGB
CMYK
RGB Variations
Color information
#AB1CCB (or 0xAB1CCB) is known color: Dark Orchid. HEX triplet: AB, 1C and CB. RGB value is (171,28,203). Sum of RGB (Red+Green+Blue) = 171+28+203=402 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.54% from 402); Green value is 28 (11.33% from 255 or 6.97% from 402); Blue value is 203 (79.69% from 255 or 50.50% from 402); Max value from RGB is 203 - color contains mainly: blue. Hex color #AB1CCB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB1CCB is #54E334. Grayscale: #5A5A5A. Windows color (decimal): -5563189 or 13311147. OLE color: 13311147.
HSL color Cylindrical-coordinate representation of color #AB1CCB: hue angle of 289.03º 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 #AB1CCB is Cyan = 0.16, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 171 | 28 | 203 | - |
| CMYK | 0.16 | 0.86 | 0 | 0.20 |
| HSL | 289.03º | 0.76% | 0.45% | - |
| HSV(B) | 289.03º | 0.86% | 0.8% | - |
| XYZ | 27.99 | 13.8 | 57.69 | - |
| YUV | 90.71 | 191.38 | 185.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 28 | 203 | 0.16 | 0.86 | 0 | 0.20 | 289.03 | 0.76 | 0.45 |
| Hex | AB | 1C | CB | 10 | 56 | 0 | 14 | 121 | 4C | 2D |
| Octal | 253 | 34 | 313 | 20 | 126 | 0 | 24 | 441 | 114 | 55 |
| Binary | 10101011 | 11100 | 11001011 | 10000 | 1010110 | 0 | 10100 | 100100001 | 1001100 | 101101 |
Color Harmonies of #AB1CCB
Complementary color
Monochromatic Colors of #AB1CCB
Black with #AB1CCB
Text Example
Text Example
White with #AB1CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB1CCB; }
p { color: rgb(171,28,203); }
H1.HeaderClassName
{
color: #AB1CCB;
}
.AnyTagClassName
{
color: #AB1CCB;
}
</style>
background-color css
<style>
a { background-color: #AB1CCB; }
a { background-color: rgb(171,28,203); }
div.DivClassName
{
background-color: #AB1CCB;
}
.BgClassName
{
background-color: #AB1CCB;
}
</style>
border-color css
<style>
span { border-color: #AB1CCB; }
span { border-color: rgb(171,28,203); }
td.TdClassName
{
border-color: #AB1CCB;
}
.TagClassName
{
border-color: #AB1CCB;
}
</style>