Shades of Dark Orchid #AB25BB
Tints of Dark Orchid #AB25BB
RGB
CMYK
RGB Variations
Color information
#AB25BB (or 0xAB25BB) is known color: Dark Orchid. HEX triplet: AB, 25 and BB. RGB value is (171,37,187). Sum of RGB (Red+Green+Blue) = 171+37+187=395 (52% of max value = 765). Red value is 171 (67.19% from 255 or 43.29% from 395); Green value is 37 (14.84% from 255 or 9.37% from 395); Blue value is 187 (73.44% from 255 or 47.34% from 395); Max value from RGB is 187 - color contains mainly: blue. Hex color #AB25BB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB25BB is #54DA44. Grayscale: #5D5D5D. Windows color (decimal): -5560901 or 12264875. OLE color: 12264875.
HSL color Cylindrical-coordinate representation of color #AB25BB: hue angle of 293.6º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AB25BB is Cyan = 0.09, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 171 | 37 | 187 | - |
| CMYK | 0.09 | 0.80 | 0 | 0.27 |
| HSL | 293.6º | 0.67% | 0.44% | - |
| HSV(B) | 293.6º | 0.8% | 0.73% | - |
| XYZ | 26.43 | 13.57 | 48.24 | - |
| YUV | 94.17 | 180.39 | 182.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 37 | 187 | 0.09 | 0.80 | 0 | 0.27 | 293.6 | 0.67 | 0.44 |
| Hex | AB | 25 | BB | 9 | 50 | 0 | 1B | 126 | 43 | 2C |
| Octal | 253 | 45 | 273 | 11 | 120 | 0 | 33 | 446 | 103 | 54 |
| Binary | 10101011 | 100101 | 10111011 | 1001 | 1010000 | 0 | 11011 | 100100110 | 1000011 | 101100 |
Color Harmonies of #AB25BB
Complementary color
Monochromatic Colors of #AB25BB
Black with #AB25BB
Text Example
Text Example
White with #AB25BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB25BB; }
p { color: rgb(171,37,187); }
H1.HeaderClassName
{
color: #AB25BB;
}
.AnyTagClassName
{
color: #AB25BB;
}
</style>
background-color css
<style>
a { background-color: #AB25BB; }
a { background-color: rgb(171,37,187); }
div.DivClassName
{
background-color: #AB25BB;
}
.BgClassName
{
background-color: #AB25BB;
}
</style>
border-color css
<style>
span { border-color: #AB25BB; }
span { border-color: rgb(171,37,187); }
td.TdClassName
{
border-color: #AB25BB;
}
.TagClassName
{
border-color: #AB25BB;
}
</style>