Shades of Dark Orchid #AB2FC6
Tints of Dark Orchid #AB2FC6
RGB
CMYK
RGB Variations
Color information
#AB2FC6 (or 0xAB2FC6) is known color: Dark Orchid. HEX triplet: AB, 2F and C6. RGB value is (171,47,198). Sum of RGB (Red+Green+Blue) = 171+47+198=416 (55% of max value = 765). Red value is 171 (67.19% from 255 or 41.11% from 416); Green value is 47 (18.75% from 255 or 11.30% from 416); Blue value is 198 (77.73% from 255 or 47.60% from 416); Max value from RGB is 198 - color contains mainly: blue. Hex color #AB2FC6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB2FC6 is #54D039. Grayscale: #646464. Windows color (decimal): -5558330 or 12988331. OLE color: 12988331.
HSL color Cylindrical-coordinate representation of color #AB2FC6: hue angle of 289.27º degrees, saturation: 0.62, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AB2FC6 is Cyan = 0.14, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 171 | 47 | 198 | - |
| CMYK | 0.14 | 0.76 | 0 | 0.22 |
| HSL | 289.27º | 0.62% | 0.48% | - |
| HSV(B) | 289.27º | 0.76% | 0.78% | - |
| XYZ | 28 | 14.77 | 54.8 | - |
| YUV | 101.29 | 182.58 | 177.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 47 | 198 | 0.14 | 0.76 | 0 | 0.22 | 289.27 | 0.62 | 0.48 |
| Hex | AB | 2F | C6 | E | 4C | 0 | 16 | 121 | 3E | 30 |
| Octal | 253 | 57 | 306 | 16 | 114 | 0 | 26 | 441 | 76 | 60 |
| Binary | 10101011 | 101111 | 11000110 | 1110 | 1001100 | 0 | 10110 | 100100001 | 111110 | 110000 |
Color Harmonies of #AB2FC6
Complementary color
Monochromatic Colors of #AB2FC6
Black with #AB2FC6
Text Example
Text Example
White with #AB2FC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB2FC6; }
p { color: rgb(171,47,198); }
H1.HeaderClassName
{
color: #AB2FC6;
}
.AnyTagClassName
{
color: #AB2FC6;
}
</style>
background-color css
<style>
a { background-color: #AB2FC6; }
a { background-color: rgb(171,47,198); }
div.DivClassName
{
background-color: #AB2FC6;
}
.BgClassName
{
background-color: #AB2FC6;
}
</style>
border-color css
<style>
span { border-color: #AB2FC6; }
span { border-color: rgb(171,47,198); }
td.TdClassName
{
border-color: #AB2FC6;
}
.TagClassName
{
border-color: #AB2FC6;
}
</style>