Shades of Dark Orchid #AB2CAB
Tints of Dark Orchid #AB2CAB
RGB
CMYK
RGB Variations
Color information
#AB2CAB (or 0xAB2CAB) is known color: Dark Orchid. HEX triplet: AB, 2C and AB. RGB value is (171,44,171). Sum of RGB (Red+Green+Blue) = 171+44+171=386 (51% of max value = 765). Red value is 171 (67.19% from 255 or 44.30% from 386); Green value is 44 (17.58% from 255 or 11.40% from 386); Blue value is 171 (67.19% from 255 or 44.30% from 386); Max value from RGB is 171 - color contains mainly: red, blue. Hex color #AB2CAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB2CAB is #54D354. Grayscale: #606060. Windows color (decimal): -5559125 or 11218091. OLE color: 11218091.
HSL color Cylindrical-coordinate representation of color #AB2CAB: hue angle of 300º degrees, saturation: 0.59, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AB2CAB is Cyan = 0, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 44 | 171 | - |
| CMYK | 0 | 0.74 | 0 | 0.33 |
| HSL | 300º | 0.59% | 0.42% | - |
| HSV(B) | 300º | 0.74% | 0.67% | - |
| XYZ | 25.05 | 13.4 | 39.79 | - |
| YUV | 96.45 | 170.08 | 181.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 44 | 171 | 0 | 0.74 | 0 | 0.33 | 300 | 0.59 | 0.42 |
| Hex | AB | 2C | AB | 0 | 4A | 0 | 21 | 12C | 3B | 2A |
| Octal | 253 | 54 | 253 | 0 | 112 | 0 | 41 | 454 | 73 | 52 |
| Binary | 10101011 | 101100 | 10101011 | 0 | 1001010 | 0 | 100001 | 100101100 | 111011 | 101010 |
Color Harmonies of #AB2CAB
Complementary color
Monochromatic Colors of #AB2CAB
Black with #AB2CAB
Text Example
Text Example
White with #AB2CAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB2CAB; }
p { color: rgb(171,44,171); }
H1.HeaderClassName
{
color: #AB2CAB;
}
.AnyTagClassName
{
color: #AB2CAB;
}
</style>
background-color css
<style>
a { background-color: #AB2CAB; }
a { background-color: rgb(171,44,171); }
div.DivClassName
{
background-color: #AB2CAB;
}
.BgClassName
{
background-color: #AB2CAB;
}
</style>
border-color css
<style>
span { border-color: #AB2CAB; }
span { border-color: rgb(171,44,171); }
td.TdClassName
{
border-color: #AB2CAB;
}
.TagClassName
{
border-color: #AB2CAB;
}
</style>