Shades of Dark Orchid #AB2CBB
Tints of Dark Orchid #AB2CBB
RGB
CMYK
RGB Variations
Color information
#AB2CBB (or 0xAB2CBB) is known color: Dark Orchid. HEX triplet: AB, 2C and BB. RGB value is (171,44,187). Sum of RGB (Red+Green+Blue) = 171+44+187=402 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.54% from 402); Green value is 44 (17.58% from 255 or 10.95% from 402); Blue value is 187 (73.44% from 255 or 46.52% from 402); Max value from RGB is 187 - color contains mainly: blue. Hex color #AB2CBB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB2CBB is #54D344. Grayscale: #616161. Windows color (decimal): -5559109 or 12266667. OLE color: 12266667.
HSL color Cylindrical-coordinate representation of color #AB2CBB: hue angle of 293.29º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AB2CBB is Cyan = 0.09, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 171 | 44 | 187 | - |
| CMYK | 0.09 | 0.76 | 0 | 0.27 |
| HSL | 293.29º | 0.62% | 0.45% | - |
| HSV(B) | 293.29º | 0.76% | 0.73% | - |
| XYZ | 26.66 | 14.05 | 48.32 | - |
| YUV | 98.28 | 178.08 | 179.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 44 | 187 | 0.09 | 0.76 | 0 | 0.27 | 293.29 | 0.62 | 0.45 |
| Hex | AB | 2C | BB | 9 | 4C | 0 | 1B | 125 | 3E | 2D |
| Octal | 253 | 54 | 273 | 11 | 114 | 0 | 33 | 445 | 76 | 55 |
| Binary | 10101011 | 101100 | 10111011 | 1001 | 1001100 | 0 | 11011 | 100100101 | 111110 | 101101 |
Color Harmonies of #AB2CBB
Complementary color
Monochromatic Colors of #AB2CBB
Black with #AB2CBB
Text Example
Text Example
White with #AB2CBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB2CBB; }
p { color: rgb(171,44,187); }
H1.HeaderClassName
{
color: #AB2CBB;
}
.AnyTagClassName
{
color: #AB2CBB;
}
</style>
background-color css
<style>
a { background-color: #AB2CBB; }
a { background-color: rgb(171,44,187); }
div.DivClassName
{
background-color: #AB2CBB;
}
.BgClassName
{
background-color: #AB2CBB;
}
</style>
border-color css
<style>
span { border-color: #AB2CBB; }
span { border-color: rgb(171,44,187); }
td.TdClassName
{
border-color: #AB2CBB;
}
.TagClassName
{
border-color: #AB2CBB;
}
</style>