Shades of Dark Orchid #AB2BCD
Tints of Dark Orchid #AB2BCD
RGB
CMYK
RGB Variations
Color information
#AB2BCD (or 0xAB2BCD) is known color: Dark Orchid. HEX triplet: AB, 2B and CD. RGB value is (171,43,205). Sum of RGB (Red+Green+Blue) = 171+43+205=419 (55% of max value = 765). Red value is 171 (67.19% from 255 or 40.81% from 419); Green value is 43 (17.19% from 255 or 10.26% from 419); Blue value is 205 (80.47% from 255 or 48.93% from 419); Max value from RGB is 205 - color contains mainly: blue. Hex color #AB2BCD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB2BCD is #54D432. Grayscale: #636363. Windows color (decimal): -5559347 or 13446059. OLE color: 13446059.
HSL color Cylindrical-coordinate representation of color #AB2BCD: hue angle of 287.41º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AB2BCD is Cyan = 0.17, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 171 | 43 | 205 | - |
| CMYK | 0.17 | 0.79 | 0 | 0.20 |
| HSL | 287.41º | 0.65% | 0.49% | - |
| HSV(B) | 287.41º | 0.79% | 0.8% | - |
| XYZ | 28.68 | 14.79 | 59.1 | - |
| YUV | 99.74 | 187.41 | 178.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 43 | 205 | 0.17 | 0.79 | 0 | 0.20 | 287.41 | 0.65 | 0.49 |
| Hex | AB | 2B | CD | 11 | 4F | 0 | 14 | 11F | 41 | 31 |
| Octal | 253 | 53 | 315 | 21 | 117 | 0 | 24 | 437 | 101 | 61 |
| Binary | 10101011 | 101011 | 11001101 | 10001 | 1001111 | 0 | 10100 | 100011111 | 1000001 | 110001 |
Color Harmonies of #AB2BCD
Complementary color
Monochromatic Colors of #AB2BCD
Black with #AB2BCD
Text Example
Text Example
White with #AB2BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB2BCD; }
p { color: rgb(171,43,205); }
H1.HeaderClassName
{
color: #AB2BCD;
}
.AnyTagClassName
{
color: #AB2BCD;
}
</style>
background-color css
<style>
a { background-color: #AB2BCD; }
a { background-color: rgb(171,43,205); }
div.DivClassName
{
background-color: #AB2BCD;
}
.BgClassName
{
background-color: #AB2BCD;
}
</style>
border-color css
<style>
span { border-color: #AB2BCD; }
span { border-color: rgb(171,43,205); }
td.TdClassName
{
border-color: #AB2BCD;
}
.TagClassName
{
border-color: #AB2BCD;
}
</style>