Shades of Dark Orchid #AB2ABF
Tints of Dark Orchid #AB2ABF
RGB
CMYK
RGB Variations
Color information
#AB2ABF (or 0xAB2ABF) is known color: Dark Orchid. HEX triplet: AB, 2A and BF. RGB value is (171,42,191). Sum of RGB (Red+Green+Blue) = 171+42+191=404 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.33% from 404); Green value is 42 (16.80% from 255 or 10.40% from 404); Blue value is 191 (75% from 255 or 47.28% from 404); Max value from RGB is 191 - color contains mainly: blue. Hex color #AB2ABF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB2ABF is #54D540. Grayscale: #616161. Windows color (decimal): -5559617 or 12528299. OLE color: 12528299.
HSL color Cylindrical-coordinate representation of color #AB2ABF: hue angle of 291.95º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AB2ABF is Cyan = 0.10, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 171 | 42 | 191 | - |
| CMYK | 0.10 | 0.78 | 0 | 0.25 |
| HSL | 291.95º | 0.64% | 0.46% | - |
| HSV(B) | 291.95º | 0.78% | 0.75% | - |
| XYZ | 27.03 | 14.08 | 50.58 | - |
| YUV | 97.56 | 180.74 | 180.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 42 | 191 | 0.10 | 0.78 | 0 | 0.25 | 291.95 | 0.64 | 0.46 |
| Hex | AB | 2A | BF | A | 4E | 0 | 19 | 124 | 40 | 2E |
| Octal | 253 | 52 | 277 | 12 | 116 | 0 | 31 | 444 | 100 | 56 |
| Binary | 10101011 | 101010 | 10111111 | 1010 | 1001110 | 0 | 11001 | 100100100 | 1000000 | 101110 |
Color Harmonies of #AB2ABF
Complementary color
Monochromatic Colors of #AB2ABF
Black with #AB2ABF
Text Example
Text Example
White with #AB2ABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB2ABF; }
p { color: rgb(171,42,191); }
H1.HeaderClassName
{
color: #AB2ABF;
}
.AnyTagClassName
{
color: #AB2ABF;
}
</style>
background-color css
<style>
a { background-color: #AB2ABF; }
a { background-color: rgb(171,42,191); }
div.DivClassName
{
background-color: #AB2ABF;
}
.BgClassName
{
background-color: #AB2ABF;
}
</style>
border-color css
<style>
span { border-color: #AB2ABF; }
span { border-color: rgb(171,42,191); }
td.TdClassName
{
border-color: #AB2ABF;
}
.TagClassName
{
border-color: #AB2ABF;
}
</style>