Shades of Dark Orchid #AB2CCB
Tints of Dark Orchid #AB2CCB
RGB
CMYK
RGB Variations
Color information
#AB2CCB (or 0xAB2CCB) is known color: Dark Orchid. HEX triplet: AB, 2C and CB. RGB value is (171,44,203). Sum of RGB (Red+Green+Blue) = 171+44+203=418 (55% of max value = 765). Red value is 171 (67.19% from 255 or 40.91% from 418); Green value is 44 (17.58% from 255 or 10.53% from 418); Blue value is 203 (79.69% from 255 or 48.56% from 418); Max value from RGB is 203 - color contains mainly: blue. Hex color #AB2CCB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB2CCB is #54D334. Grayscale: #636363. Windows color (decimal): -5559093 or 13315243. OLE color: 13315243.
HSL color Cylindrical-coordinate representation of color #AB2CCB: hue angle of 287.92º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AB2CCB is Cyan = 0.16, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 171 | 44 | 203 | - |
| CMYK | 0.16 | 0.78 | 0 | 0.20 |
| HSL | 287.92º | 0.64% | 0.48% | - |
| HSV(B) | 287.92º | 0.78% | 0.8% | - |
| XYZ | 28.47 | 14.77 | 57.85 | - |
| YUV | 100.1 | 186.08 | 178.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 44 | 203 | 0.16 | 0.78 | 0 | 0.20 | 287.92 | 0.64 | 0.48 |
| Hex | AB | 2C | CB | 10 | 4E | 0 | 14 | 120 | 40 | 30 |
| Octal | 253 | 54 | 313 | 20 | 116 | 0 | 24 | 440 | 100 | 60 |
| Binary | 10101011 | 101100 | 11001011 | 10000 | 1001110 | 0 | 10100 | 100100000 | 1000000 | 110000 |
Color Harmonies of #AB2CCB
Complementary color
Monochromatic Colors of #AB2CCB
Black with #AB2CCB
Text Example
Text Example
White with #AB2CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB2CCB; }
p { color: rgb(171,44,203); }
H1.HeaderClassName
{
color: #AB2CCB;
}
.AnyTagClassName
{
color: #AB2CCB;
}
</style>
background-color css
<style>
a { background-color: #AB2CCB; }
a { background-color: rgb(171,44,203); }
div.DivClassName
{
background-color: #AB2CCB;
}
.BgClassName
{
background-color: #AB2CCB;
}
</style>
border-color css
<style>
span { border-color: #AB2CCB; }
span { border-color: rgb(171,44,203); }
td.TdClassName
{
border-color: #AB2CCB;
}
.TagClassName
{
border-color: #AB2CCB;
}
</style>