Shades of Dark Orchid #AB23C7
Tints of Dark Orchid #AB23C7
RGB
CMYK
RGB Variations
Color information
#AB23C7 (or 0xAB23C7) is known color: Dark Orchid. HEX triplet: AB, 23 and C7. RGB value is (171,35,199). Sum of RGB (Red+Green+Blue) = 171+35+199=405 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.22% from 405); Green value is 35 (14.06% from 255 or 8.64% from 405); Blue value is 199 (78.12% from 255 or 49.14% from 405); Max value from RGB is 199 - color contains mainly: blue. Hex color #AB23C7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB23C7 is #54DC38. Grayscale: #5D5D5D. Windows color (decimal): -5561401 or 13050795. OLE color: 13050795.
HSL color Cylindrical-coordinate representation of color #AB23C7: hue angle of 289.76º degrees, saturation: 0.7, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AB23C7 is Cyan = 0.14, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 171 | 35 | 199 | - |
| CMYK | 0.14 | 0.82 | 0 | 0.22 |
| HSL | 289.76º | 0.7% | 0.46% | - |
| HSV(B) | 289.76º | 0.82% | 0.78% | - |
| XYZ | 27.7 | 13.98 | 55.27 | - |
| YUV | 94.36 | 187.06 | 182.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 35 | 199 | 0.14 | 0.82 | 0 | 0.22 | 289.76 | 0.7 | 0.46 |
| Hex | AB | 23 | C7 | E | 52 | 0 | 16 | 122 | 46 | 2E |
| Octal | 253 | 43 | 307 | 16 | 122 | 0 | 26 | 442 | 106 | 56 |
| Binary | 10101011 | 100011 | 11000111 | 1110 | 1010010 | 0 | 10110 | 100100010 | 1000110 | 101110 |
Color Harmonies of #AB23C7
Complementary color
Monochromatic Colors of #AB23C7
Black with #AB23C7
Text Example
Text Example
White with #AB23C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB23C7; }
p { color: rgb(171,35,199); }
H1.HeaderClassName
{
color: #AB23C7;
}
.AnyTagClassName
{
color: #AB23C7;
}
</style>
background-color css
<style>
a { background-color: #AB23C7; }
a { background-color: rgb(171,35,199); }
div.DivClassName
{
background-color: #AB23C7;
}
.BgClassName
{
background-color: #AB23C7;
}
</style>
border-color css
<style>
span { border-color: #AB23C7; }
span { border-color: rgb(171,35,199); }
td.TdClassName
{
border-color: #AB23C7;
}
.TagClassName
{
border-color: #AB23C7;
}
</style>