Shades of Dark Orchid #AB2CE6
Tints of Dark Orchid #AB2CE6
RGB
CMYK
RGB Variations
Color information
#AB2CE6 (or 0xAB2CE6) is known color: Dark Orchid. HEX triplet: AB, 2C and E6. RGB value is (171,44,230). Sum of RGB (Red+Green+Blue) = 171+44+230=445 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.43% from 445); Green value is 44 (17.58% from 255 or 9.89% from 445); Blue value is 230 (90.23% from 255 or 51.69% from 445); Max value from RGB is 230 - color contains mainly: blue. Hex color #AB2CE6 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AB2CE6 is #54D319. Grayscale: #666666. Windows color (decimal): -5559066 or 15084715. OLE color: 15084715.
HSL color Cylindrical-coordinate representation of color #AB2CE6: hue angle of 280.97º 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 #AB2CE6 is Cyan = 0.26, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 171 | 44 | 230 | - |
| CMYK | 0.26 | 0.81 | 0 | 0.10 |
| HSL | 280.97º | 0.79% | 0.54% | - |
| HSV(B) | 280.97º | 0.81% | 0.9% | - |
| XYZ | 31.98 | 16.17 | 76.3 | - |
| YUV | 103.18 | 199.58 | 176.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 44 | 230 | 0.26 | 0.81 | 0 | 0.10 | 280.97 | 0.79 | 0.54 |
| Hex | AB | 2C | E6 | 1A | 51 | 0 | A | 119 | 4F | 36 |
| Octal | 253 | 54 | 346 | 32 | 121 | 0 | 12 | 431 | 117 | 66 |
| Binary | 10101011 | 101100 | 11100110 | 11010 | 1010001 | 0 | 1010 | 100011001 | 1001111 | 110110 |
Color Harmonies of #AB2CE6
Complementary color
Monochromatic Colors of #AB2CE6
Black with #AB2CE6
Text Example
Text Example
White with #AB2CE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB2CE6; }
p { color: rgb(171,44,230); }
H1.HeaderClassName
{
color: #AB2CE6;
}
.AnyTagClassName
{
color: #AB2CE6;
}
</style>
background-color css
<style>
a { background-color: #AB2CE6; }
a { background-color: rgb(171,44,230); }
div.DivClassName
{
background-color: #AB2CE6;
}
.BgClassName
{
background-color: #AB2CE6;
}
</style>
border-color css
<style>
span { border-color: #AB2CE6; }
span { border-color: rgb(171,44,230); }
td.TdClassName
{
border-color: #AB2CE6;
}
.TagClassName
{
border-color: #AB2CE6;
}
</style>