Shades of Dark Orchid #AB2ABC
Tints of Dark Orchid #AB2ABC
RGB
CMYK
RGB Variations
Color information
#AB2ABC (or 0xAB2ABC) is known color: Dark Orchid. HEX triplet: AB, 2A and BC. RGB value is (171,42,188). Sum of RGB (Red+Green+Blue) = 171+42+188=401 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.64% from 401); Green value is 42 (16.80% from 255 or 10.47% from 401); Blue value is 188 (73.83% from 255 or 46.88% from 401); Max value from RGB is 188 - color contains mainly: blue. Hex color #AB2ABC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB2ABC is #54D543. Grayscale: #606060. Windows color (decimal): -5559620 or 12331691. OLE color: 12331691.
HSL color Cylindrical-coordinate representation of color #AB2ABC: hue angle of 293.01º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AB2ABC is Cyan = 0.09, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 171 | 42 | 188 | - |
| CMYK | 0.09 | 0.78 | 0 | 0.26 |
| HSL | 293.01º | 0.63% | 0.45% | - |
| HSV(B) | 293.01º | 0.78% | 0.74% | - |
| XYZ | 26.7 | 13.94 | 48.86 | - |
| YUV | 97.22 | 179.24 | 180.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 42 | 188 | 0.09 | 0.78 | 0 | 0.26 | 293.01 | 0.63 | 0.45 |
| Hex | AB | 2A | BC | 9 | 4E | 0 | 1A | 125 | 3F | 2D |
| Octal | 253 | 52 | 274 | 11 | 116 | 0 | 32 | 445 | 77 | 55 |
| Binary | 10101011 | 101010 | 10111100 | 1001 | 1001110 | 0 | 11010 | 100100101 | 111111 | 101101 |
Color Harmonies of #AB2ABC
Complementary color
Monochromatic Colors of #AB2ABC
Black with #AB2ABC
Text Example
Text Example
White with #AB2ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB2ABC; }
p { color: rgb(171,42,188); }
H1.HeaderClassName
{
color: #AB2ABC;
}
.AnyTagClassName
{
color: #AB2ABC;
}
</style>
background-color css
<style>
a { background-color: #AB2ABC; }
a { background-color: rgb(171,42,188); }
div.DivClassName
{
background-color: #AB2ABC;
}
.BgClassName
{
background-color: #AB2ABC;
}
</style>
border-color css
<style>
span { border-color: #AB2ABC; }
span { border-color: rgb(171,42,188); }
td.TdClassName
{
border-color: #AB2ABC;
}
.TagClassName
{
border-color: #AB2ABC;
}
</style>