Shades of Dark Orchid #AB23B7
Tints of Dark Orchid #AB23B7
RGB
CMYK
RGB Variations
Color information
#AB23B7 (or 0xAB23B7) is known color: Dark Orchid. HEX triplet: AB, 23 and B7. RGB value is (171,35,183). Sum of RGB (Red+Green+Blue) = 171+35+183=389 (51% of max value = 765). Red value is 171 (67.19% from 255 or 43.96% from 389); Green value is 35 (14.06% from 255 or 9.00% from 389); Blue value is 183 (71.88% from 255 or 47.04% from 389); Max value from RGB is 183 - color contains mainly: blue. Hex color #AB23B7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB23B7 is #54DC48. Grayscale: #5C5C5C. Windows color (decimal): -5561417 or 12002219. OLE color: 12002219.
HSL color Cylindrical-coordinate representation of color #AB23B7: hue angle of 295.14º degrees, saturation: 0.68, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AB23B7 is Cyan = 0.07, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 171 | 35 | 183 | - |
| CMYK | 0.07 | 0.81 | 0 | 0.28 |
| HSL | 295.14º | 0.68% | 0.43% | - |
| HSV(B) | 295.14º | 0.81% | 0.72% | - |
| XYZ | 25.94 | 13.28 | 46 | - |
| YUV | 92.54 | 179.06 | 183.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 35 | 183 | 0.07 | 0.81 | 0 | 0.28 | 295.14 | 0.68 | 0.43 |
| Hex | AB | 23 | B7 | 7 | 51 | 0 | 1C | 127 | 44 | 2B |
| Octal | 253 | 43 | 267 | 7 | 121 | 0 | 34 | 447 | 104 | 53 |
| Binary | 10101011 | 100011 | 10110111 | 111 | 1010001 | 0 | 11100 | 100100111 | 1000100 | 101011 |
Color Harmonies of #AB23B7
Complementary color
Monochromatic Colors of #AB23B7
Black with #AB23B7
Text Example
Text Example
White with #AB23B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB23B7; }
p { color: rgb(171,35,183); }
H1.HeaderClassName
{
color: #AB23B7;
}
.AnyTagClassName
{
color: #AB23B7;
}
</style>
background-color css
<style>
a { background-color: #AB23B7; }
a { background-color: rgb(171,35,183); }
div.DivClassName
{
background-color: #AB23B7;
}
.BgClassName
{
background-color: #AB23B7;
}
</style>
border-color css
<style>
span { border-color: #AB23B7; }
span { border-color: rgb(171,35,183); }
td.TdClassName
{
border-color: #AB23B7;
}
.TagClassName
{
border-color: #AB23B7;
}
</style>