Shades of Dark Orchid #AB26BC
Tints of Dark Orchid #AB26BC
RGB
CMYK
RGB Variations
Color information
#AB26BC (or 0xAB26BC) is known color: Dark Orchid. HEX triplet: AB, 26 and BC. RGB value is (171,38,188). Sum of RGB (Red+Green+Blue) = 171+38+188=397 (52% of max value = 765). Red value is 171 (67.19% from 255 or 43.07% from 397); Green value is 38 (15.23% from 255 or 9.57% from 397); Blue value is 188 (73.83% from 255 or 47.36% from 397); Max value from RGB is 188 - color contains mainly: blue. Hex color #AB26BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB26BC is #54D943. Grayscale: #5E5E5E. Windows color (decimal): -5560644 or 12330667. OLE color: 12330667.
HSL color Cylindrical-coordinate representation of color #AB26BC: hue angle of 293.2º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AB26BC is Cyan = 0.09, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 171 | 38 | 188 | - |
| CMYK | 0.09 | 0.80 | 0 | 0.26 |
| HSL | 293.2º | 0.66% | 0.44% | - |
| HSV(B) | 293.2º | 0.8% | 0.74% | - |
| XYZ | 26.56 | 13.67 | 48.82 | - |
| YUV | 94.87 | 180.56 | 182.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 38 | 188 | 0.09 | 0.80 | 0 | 0.26 | 293.2 | 0.66 | 0.44 |
| Hex | AB | 26 | BC | 9 | 50 | 0 | 1A | 125 | 42 | 2C |
| Octal | 253 | 46 | 274 | 11 | 120 | 0 | 32 | 445 | 102 | 54 |
| Binary | 10101011 | 100110 | 10111100 | 1001 | 1010000 | 0 | 11010 | 100100101 | 1000010 | 101100 |
Color Harmonies of #AB26BC
Complementary color
Monochromatic Colors of #AB26BC
Black with #AB26BC
Text Example
Text Example
White with #AB26BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB26BC; }
p { color: rgb(171,38,188); }
H1.HeaderClassName
{
color: #AB26BC;
}
.AnyTagClassName
{
color: #AB26BC;
}
</style>
background-color css
<style>
a { background-color: #AB26BC; }
a { background-color: rgb(171,38,188); }
div.DivClassName
{
background-color: #AB26BC;
}
.BgClassName
{
background-color: #AB26BC;
}
</style>
border-color css
<style>
span { border-color: #AB26BC; }
span { border-color: rgb(171,38,188); }
td.TdClassName
{
border-color: #AB26BC;
}
.TagClassName
{
border-color: #AB26BC;
}
</style>