Shades of Dark Orchid #AB1ACF
Tints of Dark Orchid #AB1ACF
RGB
CMYK
RGB Variations
Color information
#AB1ACF (or 0xAB1ACF) is known color: Dark Orchid. HEX triplet: AB, 1A and CF. RGB value is (171,26,207). Sum of RGB (Red+Green+Blue) = 171+26+207=404 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.33% from 404); Green value is 26 (10.55% from 255 or 6.44% from 404); Blue value is 207 (81.25% from 255 or 51.24% from 404); Max value from RGB is 207 - color contains mainly: blue. Hex color #AB1ACF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB1ACF is #54E530. Grayscale: #595959. Windows color (decimal): -5563697 or 13572779. OLE color: 13572779.
HSL color Cylindrical-coordinate representation of color #AB1ACF: hue angle of 288.07º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AB1ACF is Cyan = 0.17, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 171 | 26 | 207 | - |
| CMYK | 0.17 | 0.87 | 0 | 0.19 |
| HSL | 288.07º | 0.78% | 0.46% | - |
| HSV(B) | 288.07º | 0.87% | 0.81% | - |
| XYZ | 28.43 | 13.9 | 60.22 | - |
| YUV | 89.99 | 194.04 | 185.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 26 | 207 | 0.17 | 0.87 | 0 | 0.19 | 288.07 | 0.78 | 0.46 |
| Hex | AB | 1A | CF | 11 | 57 | 0 | 13 | 120 | 4E | 2E |
| Octal | 253 | 32 | 317 | 21 | 127 | 0 | 23 | 440 | 116 | 56 |
| Binary | 10101011 | 11010 | 11001111 | 10001 | 1010111 | 0 | 10011 | 100100000 | 1001110 | 101110 |
Color Harmonies of #AB1ACF
Complementary color
Monochromatic Colors of #AB1ACF
Black with #AB1ACF
Text Example
Text Example
White with #AB1ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB1ACF; }
p { color: rgb(171,26,207); }
H1.HeaderClassName
{
color: #AB1ACF;
}
.AnyTagClassName
{
color: #AB1ACF;
}
</style>
background-color css
<style>
a { background-color: #AB1ACF; }
a { background-color: rgb(171,26,207); }
div.DivClassName
{
background-color: #AB1ACF;
}
.BgClassName
{
background-color: #AB1ACF;
}
</style>
border-color css
<style>
span { border-color: #AB1ACF; }
span { border-color: rgb(171,26,207); }
td.TdClassName
{
border-color: #AB1ACF;
}
.TagClassName
{
border-color: #AB1ACF;
}
</style>