Shades of Dark Orchid #AB2ECF
Tints of Dark Orchid #AB2ECF
RGB
CMYK
RGB Variations
Color information
#AB2ECF (or 0xAB2ECF) is known color: Dark Orchid. HEX triplet: AB, 2E and CF. RGB value is (171,46,207). Sum of RGB (Red+Green+Blue) = 171+46+207=424 (56% of max value = 765). Red value is 171 (67.19% from 255 or 40.33% from 424); Green value is 46 (18.36% from 255 or 10.85% from 424); Blue value is 207 (81.25% from 255 or 48.82% from 424); Max value from RGB is 207 - color contains mainly: blue. Hex color #AB2ECF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB2ECF is #54D130. Grayscale: #656565. Windows color (decimal): -5558577 or 13577899. OLE color: 13577899.
HSL color Cylindrical-coordinate representation of color #AB2ECF: hue angle of 286.58º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AB2ECF is Cyan = 0.17, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 171 | 46 | 207 | - |
| CMYK | 0.17 | 0.78 | 0 | 0.19 |
| HSL | 286.58º | 0.64% | 0.5% | - |
| HSV(B) | 286.58º | 0.78% | 0.81% | - |
| XYZ | 29.03 | 15.12 | 60.42 | - |
| YUV | 101.73 | 187.41 | 177.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 46 | 207 | 0.17 | 0.78 | 0 | 0.19 | 286.58 | 0.64 | 0.5 |
| Hex | AB | 2E | CF | 11 | 4E | 0 | 13 | 11F | 40 | 32 |
| Octal | 253 | 56 | 317 | 21 | 116 | 0 | 23 | 437 | 100 | 62 |
| Binary | 10101011 | 101110 | 11001111 | 10001 | 1001110 | 0 | 10011 | 100011111 | 1000000 | 110010 |
Color Harmonies of #AB2ECF
Complementary color
Monochromatic Colors of #AB2ECF
Black with #AB2ECF
Text Example
Text Example
White with #AB2ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB2ECF; }
p { color: rgb(171,46,207); }
H1.HeaderClassName
{
color: #AB2ECF;
}
.AnyTagClassName
{
color: #AB2ECF;
}
</style>
background-color css
<style>
a { background-color: #AB2ECF; }
a { background-color: rgb(171,46,207); }
div.DivClassName
{
background-color: #AB2ECF;
}
.BgClassName
{
background-color: #AB2ECF;
}
</style>
border-color css
<style>
span { border-color: #AB2ECF; }
span { border-color: rgb(171,46,207); }
td.TdClassName
{
border-color: #AB2ECF;
}
.TagClassName
{
border-color: #AB2ECF;
}
</style>