Shades of Dark Orchid #AB2BE6
Tints of Dark Orchid #AB2BE6
RGB
CMYK
RGB Variations
Color information
#AB2BE6 (or 0xAB2BE6) is known color: Dark Orchid. HEX triplet: AB, 2B and E6. RGB value is (171,43,230). Sum of RGB (Red+Green+Blue) = 171+43+230=444 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.51% from 444); Green value is 43 (17.19% from 255 or 9.68% from 444); Blue value is 230 (90.23% from 255 or 51.80% from 444); Max value from RGB is 230 - color contains mainly: blue. Hex color #AB2BE6 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AB2BE6 is #54D419. Grayscale: #656565. Windows color (decimal): -5559322 or 15084459. OLE color: 15084459.
HSL color Cylindrical-coordinate representation of color #AB2BE6: hue angle of 281.07º degrees, saturation: 0.79, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AB2BE6 is Cyan = 0.26, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 171 | 43 | 230 | - |
| CMYK | 0.26 | 0.81 | 0 | 0.10 |
| HSL | 281.07º | 0.79% | 0.54% | - |
| HSV(B) | 281.07º | 0.81% | 0.9% | - |
| XYZ | 31.94 | 16.1 | 76.29 | - |
| YUV | 102.59 | 199.91 | 176.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 43 | 230 | 0.26 | 0.81 | 0 | 0.10 | 281.07 | 0.79 | 0.54 |
| Hex | AB | 2B | E6 | 1A | 51 | 0 | A | 119 | 4F | 36 |
| Octal | 253 | 53 | 346 | 32 | 121 | 0 | 12 | 431 | 117 | 66 |
| Binary | 10101011 | 101011 | 11100110 | 11010 | 1010001 | 0 | 1010 | 100011001 | 1001111 | 110110 |
Color Harmonies of #AB2BE6
Complementary color
Monochromatic Colors of #AB2BE6
Black with #AB2BE6
Text Example
Text Example
White with #AB2BE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB2BE6; }
p { color: rgb(171,43,230); }
H1.HeaderClassName
{
color: #AB2BE6;
}
.AnyTagClassName
{
color: #AB2BE6;
}
</style>
background-color css
<style>
a { background-color: #AB2BE6; }
a { background-color: rgb(171,43,230); }
div.DivClassName
{
background-color: #AB2BE6;
}
.BgClassName
{
background-color: #AB2BE6;
}
</style>
border-color css
<style>
span { border-color: #AB2BE6; }
span { border-color: rgb(171,43,230); }
td.TdClassName
{
border-color: #AB2BE6;
}
.TagClassName
{
border-color: #AB2BE6;
}
</style>