Shades of Dark Orchid #AB25B7
Tints of Dark Orchid #AB25B7
RGB
CMYK
RGB Variations
Color information
#AB25B7 (or 0xAB25B7) is known color: Dark Orchid. HEX triplet: AB, 25 and B7. RGB value is (171,37,183). Sum of RGB (Red+Green+Blue) = 171+37+183=391 (51% of max value = 765). Red value is 171 (67.19% from 255 or 43.73% from 391); Green value is 37 (14.84% from 255 or 9.46% from 391); Blue value is 183 (71.88% from 255 or 46.80% from 391); Max value from RGB is 183 - color contains mainly: blue. Hex color #AB25B7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB25B7 is #54DA48. Grayscale: #5D5D5D. Windows color (decimal): -5560905 or 12002731. OLE color: 12002731.
HSL color Cylindrical-coordinate representation of color #AB25B7: hue angle of 295.07º degrees, saturation: 0.66, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AB25B7 is Cyan = 0.07, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 171 | 37 | 183 | - |
| CMYK | 0.07 | 0.80 | 0 | 0.28 |
| HSL | 295.07º | 0.66% | 0.43% | - |
| HSV(B) | 295.07º | 0.8% | 0.72% | - |
| XYZ | 26 | 13.4 | 46.02 | - |
| YUV | 93.71 | 178.39 | 183.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 37 | 183 | 0.07 | 0.80 | 0 | 0.28 | 295.07 | 0.66 | 0.43 |
| Hex | AB | 25 | B7 | 7 | 50 | 0 | 1C | 127 | 42 | 2B |
| Octal | 253 | 45 | 267 | 7 | 120 | 0 | 34 | 447 | 102 | 53 |
| Binary | 10101011 | 100101 | 10110111 | 111 | 1010000 | 0 | 11100 | 100100111 | 1000010 | 101011 |
Color Harmonies of #AB25B7
Complementary color
Monochromatic Colors of #AB25B7
Black with #AB25B7
Text Example
Text Example
White with #AB25B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB25B7; }
p { color: rgb(171,37,183); }
H1.HeaderClassName
{
color: #AB25B7;
}
.AnyTagClassName
{
color: #AB25B7;
}
</style>
background-color css
<style>
a { background-color: #AB25B7; }
a { background-color: rgb(171,37,183); }
div.DivClassName
{
background-color: #AB25B7;
}
.BgClassName
{
background-color: #AB25B7;
}
</style>
border-color css
<style>
span { border-color: #AB25B7; }
span { border-color: rgb(171,37,183); }
td.TdClassName
{
border-color: #AB25B7;
}
.TagClassName
{
border-color: #AB25B7;
}
</style>