Shades of Dark Orchid #AB23A8
Tints of Dark Orchid #AB23A8
RGB
CMYK
RGB Variations
Color information
#AB23A8 (or 0xAB23A8) is known color: Dark Orchid. HEX triplet: AB, 23 and A8. RGB value is (171,35,168). Sum of RGB (Red+Green+Blue) = 171+35+168=374 (49% of max value = 765). Red value is 171 (67.19% from 255 or 45.72% from 374); Green value is 35 (14.06% from 255 or 9.36% from 374); Blue value is 168 (66.02% from 255 or 44.92% from 374); Max value from RGB is 171 - color contains mainly: red. Hex color #AB23A8 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB23A8 is #54DC57. Grayscale: #5A5A5A. Windows color (decimal): -5561432 or 11019179. OLE color: 11019179.
HSL color Cylindrical-coordinate representation of color #AB23A8: hue angle of 301.32º degrees, saturation: 0.66, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AB23A8 is Cyan = 0, Magento = 0.80, Yellow = 0.02 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 35 | 168 | - |
| CMYK | 0 | 0.80 | 0.02 | 0.33 |
| HSL | 301.32º | 0.66% | 0.4% | - |
| HSV(B) | 301.32º | 0.8% | 0.67% | - |
| XYZ | 24.46 | 12.69 | 38.21 | - |
| YUV | 90.83 | 171.56 | 185.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 35 | 168 | 0 | 0.80 | 0.02 | 0.33 | 301.32 | 0.66 | 0.4 |
| Hex | AB | 23 | A8 | 0 | 50 | 2 | 21 | 12D | 42 | 28 |
| Octal | 253 | 43 | 250 | 0 | 120 | 2 | 41 | 455 | 102 | 50 |
| Binary | 10101011 | 100011 | 10101000 | 0 | 1010000 | 10 | 100001 | 100101101 | 1000010 | 101000 |
Color Harmonies of #AB23A8
Complementary color
Monochromatic Colors of #AB23A8
Black with #AB23A8
Text Example
Text Example
White with #AB23A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB23A8; }
p { color: rgb(171,35,168); }
H1.HeaderClassName
{
color: #AB23A8;
}
.AnyTagClassName
{
color: #AB23A8;
}
</style>
background-color css
<style>
a { background-color: #AB23A8; }
a { background-color: rgb(171,35,168); }
div.DivClassName
{
background-color: #AB23A8;
}
.BgClassName
{
background-color: #AB23A8;
}
</style>
border-color css
<style>
span { border-color: #AB23A8; }
span { border-color: rgb(171,35,168); }
td.TdClassName
{
border-color: #AB23A8;
}
.TagClassName
{
border-color: #AB23A8;
}
</style>