Shades of Dark Orchid #AB2BCB
Tints of Dark Orchid #AB2BCB
RGB
CMYK
RGB Variations
Color information
#AB2BCB (or 0xAB2BCB) is known color: Dark Orchid. HEX triplet: AB, 2B and CB. RGB value is (171,43,203). Sum of RGB (Red+Green+Blue) = 171+43+203=417 (55% of max value = 765). Red value is 171 (67.19% from 255 or 41.01% from 417); Green value is 43 (17.19% from 255 or 10.31% from 417); Blue value is 203 (79.69% from 255 or 48.68% from 417); Max value from RGB is 203 - color contains mainly: blue. Hex color #AB2BCB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB2BCB is #54D434. Grayscale: #626262. Windows color (decimal): -5559349 or 13314987. OLE color: 13314987.
HSL color Cylindrical-coordinate representation of color #AB2BCB: hue angle of 288º degrees, saturation: 0.65, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AB2BCB is Cyan = 0.16, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 171 | 43 | 203 | - |
| CMYK | 0.16 | 0.79 | 0 | 0.20 |
| HSL | 288º | 0.65% | 0.48% | - |
| HSV(B) | 288º | 0.79% | 0.8% | - |
| XYZ | 28.44 | 14.7 | 57.84 | - |
| YUV | 99.51 | 186.41 | 178.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 43 | 203 | 0.16 | 0.79 | 0 | 0.20 | 288 | 0.65 | 0.48 |
| Hex | AB | 2B | CB | 10 | 4F | 0 | 14 | 120 | 41 | 30 |
| Octal | 253 | 53 | 313 | 20 | 117 | 0 | 24 | 440 | 101 | 60 |
| Binary | 10101011 | 101011 | 11001011 | 10000 | 1001111 | 0 | 10100 | 100100000 | 1000001 | 110000 |
Color Harmonies of #AB2BCB
Complementary color
Monochromatic Colors of #AB2BCB
Black with #AB2BCB
Text Example
Text Example
White with #AB2BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB2BCB; }
p { color: rgb(171,43,203); }
H1.HeaderClassName
{
color: #AB2BCB;
}
.AnyTagClassName
{
color: #AB2BCB;
}
</style>
background-color css
<style>
a { background-color: #AB2BCB; }
a { background-color: rgb(171,43,203); }
div.DivClassName
{
background-color: #AB2BCB;
}
.BgClassName
{
background-color: #AB2BCB;
}
</style>
border-color css
<style>
span { border-color: #AB2BCB; }
span { border-color: rgb(171,43,203); }
td.TdClassName
{
border-color: #AB2BCB;
}
.TagClassName
{
border-color: #AB2BCB;
}
</style>