Shades of Dark Orchid #AB23BB
Tints of Dark Orchid #AB23BB
RGB
CMYK
RGB Variations
Color information
#AB23BB (or 0xAB23BB) is known color: Dark Orchid. HEX triplet: AB, 23 and BB. RGB value is (171,35,187). Sum of RGB (Red+Green+Blue) = 171+35+187=393 (52% of max value = 765). Red value is 171 (67.19% from 255 or 43.51% from 393); Green value is 35 (14.06% from 255 or 8.91% from 393); Blue value is 187 (73.44% from 255 or 47.58% from 393); Max value from RGB is 187 - color contains mainly: blue. Hex color #AB23BB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB23BB is #54DC44. Grayscale: #5C5C5C. Windows color (decimal): -5561413 or 12264363. OLE color: 12264363.
HSL color Cylindrical-coordinate representation of color #AB23BB: hue angle of 293.68º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AB23BB is Cyan = 0.09, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 171 | 35 | 187 | - |
| CMYK | 0.09 | 0.81 | 0 | 0.27 |
| HSL | 293.68º | 0.68% | 0.44% | - |
| HSV(B) | 293.68º | 0.81% | 0.73% | - |
| XYZ | 26.37 | 13.45 | 48.22 | - |
| YUV | 92.99 | 181.06 | 183.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 35 | 187 | 0.09 | 0.81 | 0 | 0.27 | 293.68 | 0.68 | 0.44 |
| Hex | AB | 23 | BB | 9 | 51 | 0 | 1B | 126 | 44 | 2C |
| Octal | 253 | 43 | 273 | 11 | 121 | 0 | 33 | 446 | 104 | 54 |
| Binary | 10101011 | 100011 | 10111011 | 1001 | 1010001 | 0 | 11011 | 100100110 | 1000100 | 101100 |
Color Harmonies of #AB23BB
Complementary color
Monochromatic Colors of #AB23BB
Black with #AB23BB
Text Example
Text Example
White with #AB23BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB23BB; }
p { color: rgb(171,35,187); }
H1.HeaderClassName
{
color: #AB23BB;
}
.AnyTagClassName
{
color: #AB23BB;
}
</style>
background-color css
<style>
a { background-color: #AB23BB; }
a { background-color: rgb(171,35,187); }
div.DivClassName
{
background-color: #AB23BB;
}
.BgClassName
{
background-color: #AB23BB;
}
</style>
border-color css
<style>
span { border-color: #AB23BB; }
span { border-color: rgb(171,35,187); }
td.TdClassName
{
border-color: #AB23BB;
}
.TagClassName
{
border-color: #AB23BB;
}
</style>