Shades of Dark Orchid #AB26BE
Tints of Dark Orchid #AB26BE
RGB
CMYK
RGB Variations
Color information
#AB26BE (or 0xAB26BE) is known color: Dark Orchid. HEX triplet: AB, 26 and BE. RGB value is (171,38,190). Sum of RGB (Red+Green+Blue) = 171+38+190=399 (52% of max value = 765). Red value is 171 (67.19% from 255 or 42.86% from 399); Green value is 38 (15.23% from 255 or 9.52% from 399); Blue value is 190 (74.61% from 255 or 47.62% from 399); Max value from RGB is 190 - color contains mainly: blue. Hex color #AB26BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB26BE is #54D941. Grayscale: #5E5E5E. Windows color (decimal): -5560642 or 12461739. OLE color: 12461739.
HSL color Cylindrical-coordinate representation of color #AB26BE: hue angle of 292.5º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AB26BE is Cyan = 0.10, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 171 | 38 | 190 | - |
| CMYK | 0.10 | 0.8 | 0 | 0.25 |
| HSL | 292.5º | 0.67% | 0.45% | - |
| HSV(B) | 292.5º | 0.8% | 0.75% | - |
| XYZ | 26.78 | 13.76 | 49.96 | - |
| YUV | 95.1 | 181.56 | 182.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 38 | 190 | 0.10 | 0.8 | 0 | 0.25 | 292.5 | 0.67 | 0.45 |
| Hex | AB | 26 | BE | A | 50 | 0 | 19 | 124 | 43 | 2D |
| Octal | 253 | 46 | 276 | 12 | 120 | 0 | 31 | 444 | 103 | 55 |
| Binary | 10101011 | 100110 | 10111110 | 1010 | 1010000 | 0 | 11001 | 100100100 | 1000011 | 101101 |
Color Harmonies of #AB26BE
Complementary color
Monochromatic Colors of #AB26BE
Black with #AB26BE
Text Example
Text Example
White with #AB26BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB26BE; }
p { color: rgb(171,38,190); }
H1.HeaderClassName
{
color: #AB26BE;
}
.AnyTagClassName
{
color: #AB26BE;
}
</style>
background-color css
<style>
a { background-color: #AB26BE; }
a { background-color: rgb(171,38,190); }
div.DivClassName
{
background-color: #AB26BE;
}
.BgClassName
{
background-color: #AB26BE;
}
</style>
border-color css
<style>
span { border-color: #AB26BE; }
span { border-color: rgb(171,38,190); }
td.TdClassName
{
border-color: #AB26BE;
}
.TagClassName
{
border-color: #AB26BE;
}
</style>