Shades of Dark Orchid #AB2CAC
Tints of Dark Orchid #AB2CAC
RGB
CMYK
RGB Variations
Color information
#AB2CAC (or 0xAB2CAC) is known color: Dark Orchid. HEX triplet: AB, 2C and AC. RGB value is (171,44,172). Sum of RGB (Red+Green+Blue) = 171+44+172=387 (51% of max value = 765). Red value is 171 (67.19% from 255 or 44.19% from 387); Green value is 44 (17.58% from 255 or 11.37% from 387); Blue value is 172 (67.58% from 255 or 44.44% from 387); Max value from RGB is 172 - color contains mainly: blue. Hex color #AB2CAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB2CAC is #54D353. Grayscale: #606060. Windows color (decimal): -5559124 or 11283627. OLE color: 11283627.
HSL color Cylindrical-coordinate representation of color #AB2CAC: hue angle of 299.53º 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 #AB2CAC is Cyan = 0.01, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 44 | 172 | - |
| CMYK | 0.01 | 0.74 | 0 | 0.33 |
| HSL | 299.53º | 0.59% | 0.42% | - |
| HSV(B) | 299.53º | 0.74% | 0.67% | - |
| XYZ | 25.14 | 13.44 | 40.3 | - |
| YUV | 96.57 | 170.58 | 181.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 44 | 172 | 0.01 | 0.74 | 0 | 0.33 | 299.53 | 0.59 | 0.42 |
| Hex | AB | 2C | AC | 1 | 4A | 0 | 21 | 12C | 3B | 2A |
| Octal | 253 | 54 | 254 | 1 | 112 | 0 | 41 | 454 | 73 | 52 |
| Binary | 10101011 | 101100 | 10101100 | 1 | 1001010 | 0 | 100001 | 100101100 | 111011 | 101010 |
Color Harmonies of #AB2CAC
Complementary color
Monochromatic Colors of #AB2CAC
Black with #AB2CAC
Text Example
Text Example
White with #AB2CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB2CAC; }
p { color: rgb(171,44,172); }
H1.HeaderClassName
{
color: #AB2CAC;
}
.AnyTagClassName
{
color: #AB2CAC;
}
</style>
background-color css
<style>
a { background-color: #AB2CAC; }
a { background-color: rgb(171,44,172); }
div.DivClassName
{
background-color: #AB2CAC;
}
.BgClassName
{
background-color: #AB2CAC;
}
</style>
border-color css
<style>
span { border-color: #AB2CAC; }
span { border-color: rgb(171,44,172); }
td.TdClassName
{
border-color: #AB2CAC;
}
.TagClassName
{
border-color: #AB2CAC;
}
</style>