Shades of Dark Orchid #AB2AB7
Tints of Dark Orchid #AB2AB7
RGB
CMYK
RGB Variations
Color information
#AB2AB7 (or 0xAB2AB7) is known color: Dark Orchid. HEX triplet: AB, 2A and B7. RGB value is (171,42,183). Sum of RGB (Red+Green+Blue) = 171+42+183=396 (52% of max value = 765). Red value is 171 (67.19% from 255 or 43.18% from 396); Green value is 42 (16.80% from 255 or 10.61% from 396); Blue value is 183 (71.88% from 255 or 46.21% from 396); Max value from RGB is 183 - color contains mainly: blue. Hex color #AB2AB7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB2AB7 is #54D548. Grayscale: #606060. Windows color (decimal): -5559625 or 12004011. OLE color: 12004011.
HSL color Cylindrical-coordinate representation of color #AB2AB7: hue angle of 294.89º degrees, saturation: 0.63, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AB2AB7 is Cyan = 0.07, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 171 | 42 | 183 | - |
| CMYK | 0.07 | 0.77 | 0 | 0.28 |
| HSL | 294.89º | 0.63% | 0.44% | - |
| HSV(B) | 294.89º | 0.77% | 0.72% | - |
| XYZ | 26.17 | 13.73 | 46.07 | - |
| YUV | 96.65 | 176.74 | 181.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 42 | 183 | 0.07 | 0.77 | 0 | 0.28 | 294.89 | 0.63 | 0.44 |
| Hex | AB | 2A | B7 | 7 | 4D | 0 | 1C | 127 | 3F | 2C |
| Octal | 253 | 52 | 267 | 7 | 115 | 0 | 34 | 447 | 77 | 54 |
| Binary | 10101011 | 101010 | 10110111 | 111 | 1001101 | 0 | 11100 | 100100111 | 111111 | 101100 |
Color Harmonies of #AB2AB7
Complementary color
Monochromatic Colors of #AB2AB7
Black with #AB2AB7
Text Example
Text Example
White with #AB2AB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB2AB7; }
p { color: rgb(171,42,183); }
H1.HeaderClassName
{
color: #AB2AB7;
}
.AnyTagClassName
{
color: #AB2AB7;
}
</style>
background-color css
<style>
a { background-color: #AB2AB7; }
a { background-color: rgb(171,42,183); }
div.DivClassName
{
background-color: #AB2AB7;
}
.BgClassName
{
background-color: #AB2AB7;
}
</style>
border-color css
<style>
span { border-color: #AB2AB7; }
span { border-color: rgb(171,42,183); }
td.TdClassName
{
border-color: #AB2AB7;
}
.TagClassName
{
border-color: #AB2AB7;
}
</style>