Shades of Dark Orchid #AB2CB1
Tints of Dark Orchid #AB2CB1
RGB
CMYK
RGB Variations
Color information
#AB2CB1 (or 0xAB2CB1) is known color: Dark Orchid. HEX triplet: AB, 2C and B1. RGB value is (171,44,177). Sum of RGB (Red+Green+Blue) = 171+44+177=392 (51% of max value = 765). Red value is 171 (67.19% from 255 or 43.62% from 392); Green value is 44 (17.58% from 255 or 11.22% from 392); Blue value is 177 (69.53% from 255 or 45.15% from 392); Max value from RGB is 177 - color contains mainly: blue. Hex color #AB2CB1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB2CB1 is #54D34E. Grayscale: #606060. Windows color (decimal): -5559119 or 11611307. OLE color: 11611307.
HSL color Cylindrical-coordinate representation of color #AB2CB1: hue angle of 297.29º degrees, saturation: 0.6, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AB2CB1 is Cyan = 0.03, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 171 | 44 | 177 | - |
| CMYK | 0.03 | 0.75 | 0 | 0.31 |
| HSL | 297.29º | 0.6% | 0.43% | - |
| HSV(B) | 297.29º | 0.75% | 0.69% | - |
| XYZ | 25.63 | 13.63 | 42.88 | - |
| YUV | 97.14 | 173.08 | 180.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 44 | 177 | 0.03 | 0.75 | 0 | 0.31 | 297.29 | 0.6 | 0.43 |
| Hex | AB | 2C | B1 | 3 | 4B | 0 | 1F | 129 | 3C | 2B |
| Octal | 253 | 54 | 261 | 3 | 113 | 0 | 37 | 451 | 74 | 53 |
| Binary | 10101011 | 101100 | 10110001 | 11 | 1001011 | 0 | 11111 | 100101001 | 111100 | 101011 |
Color Harmonies of #AB2CB1
Complementary color
Monochromatic Colors of #AB2CB1
Black with #AB2CB1
Text Example
Text Example
White with #AB2CB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB2CB1; }
p { color: rgb(171,44,177); }
H1.HeaderClassName
{
color: #AB2CB1;
}
.AnyTagClassName
{
color: #AB2CB1;
}
</style>
background-color css
<style>
a { background-color: #AB2CB1; }
a { background-color: rgb(171,44,177); }
div.DivClassName
{
background-color: #AB2CB1;
}
.BgClassName
{
background-color: #AB2CB1;
}
</style>
border-color css
<style>
span { border-color: #AB2CB1; }
span { border-color: rgb(171,44,177); }
td.TdClassName
{
border-color: #AB2CB1;
}
.TagClassName
{
border-color: #AB2CB1;
}
</style>