Shades of Dark Orchid #AB2BC6
Tints of Dark Orchid #AB2BC6
RGB
CMYK
RGB Variations
Color information
#AB2BC6 (or 0xAB2BC6) is known color: Dark Orchid. HEX triplet: AB, 2B and C6. RGB value is (171,43,198). Sum of RGB (Red+Green+Blue) = 171+43+198=412 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.50% from 412); Green value is 43 (17.19% from 255 or 10.44% from 412); Blue value is 198 (77.73% from 255 or 48.06% from 412); Max value from RGB is 198 - color contains mainly: blue. Hex color #AB2BC6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB2BC6 is #54D439. Grayscale: #626262. Windows color (decimal): -5559354 or 12987307. OLE color: 12987307.
HSL color Cylindrical-coordinate representation of color #AB2BC6: hue angle of 289.55º degrees, saturation: 0.64, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AB2BC6 is Cyan = 0.14, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 171 | 43 | 198 | - |
| CMYK | 0.14 | 0.78 | 0 | 0.22 |
| HSL | 289.55º | 0.64% | 0.47% | - |
| HSV(B) | 289.55º | 0.78% | 0.78% | - |
| XYZ | 27.85 | 14.46 | 54.75 | - |
| YUV | 98.94 | 183.91 | 179.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 43 | 198 | 0.14 | 0.78 | 0 | 0.22 | 289.55 | 0.64 | 0.47 |
| Hex | AB | 2B | C6 | E | 4E | 0 | 16 | 122 | 40 | 2F |
| Octal | 253 | 53 | 306 | 16 | 116 | 0 | 26 | 442 | 100 | 57 |
| Binary | 10101011 | 101011 | 11000110 | 1110 | 1001110 | 0 | 10110 | 100100010 | 1000000 | 101111 |
Color Harmonies of #AB2BC6
Complementary color
Monochromatic Colors of #AB2BC6
Black with #AB2BC6
Text Example
Text Example
White with #AB2BC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB2BC6; }
p { color: rgb(171,43,198); }
H1.HeaderClassName
{
color: #AB2BC6;
}
.AnyTagClassName
{
color: #AB2BC6;
}
</style>
background-color css
<style>
a { background-color: #AB2BC6; }
a { background-color: rgb(171,43,198); }
div.DivClassName
{
background-color: #AB2BC6;
}
.BgClassName
{
background-color: #AB2BC6;
}
</style>
border-color css
<style>
span { border-color: #AB2BC6; }
span { border-color: rgb(171,43,198); }
td.TdClassName
{
border-color: #AB2BC6;
}
.TagClassName
{
border-color: #AB2BC6;
}
</style>