Shades of Dark Orchid #AB2EC6
Tints of Dark Orchid #AB2EC6
RGB
CMYK
RGB Variations
Color information
#AB2EC6 (or 0xAB2EC6) is known color: Dark Orchid. HEX triplet: AB, 2E and C6. RGB value is (171,46,198). Sum of RGB (Red+Green+Blue) = 171+46+198=415 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.20% from 415); Green value is 46 (18.36% from 255 or 11.08% from 415); Blue value is 198 (77.73% from 255 or 47.71% from 415); Max value from RGB is 198 - color contains mainly: blue. Hex color #AB2EC6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB2EC6 is #54D139. Grayscale: #646464. Windows color (decimal): -5558586 or 12988075. OLE color: 12988075.
HSL color Cylindrical-coordinate representation of color #AB2EC6: hue angle of 289.34º degrees, saturation: 0.62, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AB2EC6 is Cyan = 0.14, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 171 | 46 | 198 | - |
| CMYK | 0.14 | 0.77 | 0 | 0.22 |
| HSL | 289.34º | 0.62% | 0.48% | - |
| HSV(B) | 289.34º | 0.77% | 0.78% | - |
| XYZ | 27.96 | 14.69 | 54.79 | - |
| YUV | 100.7 | 182.91 | 178.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 46 | 198 | 0.14 | 0.77 | 0 | 0.22 | 289.34 | 0.62 | 0.48 |
| Hex | AB | 2E | C6 | E | 4D | 0 | 16 | 121 | 3E | 30 |
| Octal | 253 | 56 | 306 | 16 | 115 | 0 | 26 | 441 | 76 | 60 |
| Binary | 10101011 | 101110 | 11000110 | 1110 | 1001101 | 0 | 10110 | 100100001 | 111110 | 110000 |
Color Harmonies of #AB2EC6
Complementary color
Monochromatic Colors of #AB2EC6
Black with #AB2EC6
Text Example
Text Example
White with #AB2EC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB2EC6; }
p { color: rgb(171,46,198); }
H1.HeaderClassName
{
color: #AB2EC6;
}
.AnyTagClassName
{
color: #AB2EC6;
}
</style>
background-color css
<style>
a { background-color: #AB2EC6; }
a { background-color: rgb(171,46,198); }
div.DivClassName
{
background-color: #AB2EC6;
}
.BgClassName
{
background-color: #AB2EC6;
}
</style>
border-color css
<style>
span { border-color: #AB2EC6; }
span { border-color: rgb(171,46,198); }
td.TdClassName
{
border-color: #AB2EC6;
}
.TagClassName
{
border-color: #AB2EC6;
}
</style>