Shades of Dark Orchid #AB23DC
Tints of Dark Orchid #AB23DC
RGB
CMYK
RGB Variations
Color information
#AB23DC (or 0xAB23DC) is known color: Dark Orchid. HEX triplet: AB, 23 and DC. RGB value is (171,35,220). Sum of RGB (Red+Green+Blue) = 171+35+220=426 (56% of max value = 765). Red value is 171 (67.19% from 255 or 40.14% from 426); Green value is 35 (14.06% from 255 or 8.22% from 426); Blue value is 220 (86.33% from 255 or 51.64% from 426); Max value from RGB is 220 - color contains mainly: blue. Hex color #AB23DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB23DC is #54DC23. Grayscale: #606060. Windows color (decimal): -5561380 or 14427051. OLE color: 14427051.
HSL color Cylindrical-coordinate representation of color #AB23DC: hue angle of 284.11º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AB23DC is Cyan = 0.22, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 171 | 35 | 220 | - |
| CMYK | 0.22 | 0.84 | 0 | 0.14 |
| HSL | 284.11º | 0.73% | 0.5% | - |
| HSV(B) | 284.11º | 0.84% | 0.86% | - |
| XYZ | 30.31 | 15.03 | 69.01 | - |
| YUV | 96.75 | 197.56 | 180.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 35 | 220 | 0.22 | 0.84 | 0 | 0.14 | 284.11 | 0.73 | 0.5 |
| Hex | AB | 23 | DC | 16 | 54 | 0 | E | 11C | 49 | 32 |
| Octal | 253 | 43 | 334 | 26 | 124 | 0 | 16 | 434 | 111 | 62 |
| Binary | 10101011 | 100011 | 11011100 | 10110 | 1010100 | 0 | 1110 | 100011100 | 1001001 | 110010 |
Color Harmonies of #AB23DC
Complementary color
Monochromatic Colors of #AB23DC
Black with #AB23DC
Text Example
Text Example
White with #AB23DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB23DC; }
p { color: rgb(171,35,220); }
H1.HeaderClassName
{
color: #AB23DC;
}
.AnyTagClassName
{
color: #AB23DC;
}
</style>
background-color css
<style>
a { background-color: #AB23DC; }
a { background-color: rgb(171,35,220); }
div.DivClassName
{
background-color: #AB23DC;
}
.BgClassName
{
background-color: #AB23DC;
}
</style>
border-color css
<style>
span { border-color: #AB23DC; }
span { border-color: rgb(171,35,220); }
td.TdClassName
{
border-color: #AB23DC;
}
.TagClassName
{
border-color: #AB23DC;
}
</style>