Shades of Dark Orchid #AB2ACB
Tints of Dark Orchid #AB2ACB
RGB
CMYK
RGB Variations
Color information
#AB2ACB (or 0xAB2ACB) is known color: Dark Orchid. HEX triplet: AB, 2A and CB. RGB value is (171,42,203). Sum of RGB (Red+Green+Blue) = 171+42+203=416 (55% of max value = 765). Red value is 171 (67.19% from 255 or 41.11% from 416); Green value is 42 (16.80% from 255 or 10.10% from 416); Blue value is 203 (79.69% from 255 or 48.80% from 416); Max value from RGB is 203 - color contains mainly: blue. Hex color #AB2ACB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB2ACB is #54D534. Grayscale: #626262. Windows color (decimal): -5559605 or 13314731. OLE color: 13314731.
HSL color Cylindrical-coordinate representation of color #AB2ACB: hue angle of 288.07º degrees, saturation: 0.66, 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 #AB2ACB is Cyan = 0.16, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 171 | 42 | 203 | - |
| CMYK | 0.16 | 0.79 | 0 | 0.20 |
| HSL | 288.07º | 0.66% | 0.48% | - |
| HSV(B) | 288.07º | 0.79% | 0.8% | - |
| XYZ | 28.4 | 14.63 | 57.83 | - |
| YUV | 98.93 | 186.74 | 179.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 42 | 203 | 0.16 | 0.79 | 0 | 0.20 | 288.07 | 0.66 | 0.48 |
| Hex | AB | 2A | CB | 10 | 4F | 0 | 14 | 120 | 42 | 30 |
| Octal | 253 | 52 | 313 | 20 | 117 | 0 | 24 | 440 | 102 | 60 |
| Binary | 10101011 | 101010 | 11001011 | 10000 | 1001111 | 0 | 10100 | 100100000 | 1000010 | 110000 |
Color Harmonies of #AB2ACB
Complementary color
Monochromatic Colors of #AB2ACB
Black with #AB2ACB
Text Example
Text Example
White with #AB2ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB2ACB; }
p { color: rgb(171,42,203); }
H1.HeaderClassName
{
color: #AB2ACB;
}
.AnyTagClassName
{
color: #AB2ACB;
}
</style>
background-color css
<style>
a { background-color: #AB2ACB; }
a { background-color: rgb(171,42,203); }
div.DivClassName
{
background-color: #AB2ACB;
}
.BgClassName
{
background-color: #AB2ACB;
}
</style>
border-color css
<style>
span { border-color: #AB2ACB; }
span { border-color: rgb(171,42,203); }
td.TdClassName
{
border-color: #AB2ACB;
}
.TagClassName
{
border-color: #AB2ACB;
}
</style>