Shades of Dark Orchid #AB1FAB
Tints of Dark Orchid #AB1FAB
RGB
CMYK
RGB Variations
Color information
#AB1FAB (or 0xAB1FAB) is known color: Dark Orchid. HEX triplet: AB, 1F and AB. RGB value is (171,31,171). Sum of RGB (Red+Green+Blue) = 171+31+171=373 (49% of max value = 765). Red value is 171 (67.19% from 255 or 45.84% from 373); Green value is 31 (12.5% from 255 or 8.31% from 373); Blue value is 171 (67.19% from 255 or 45.84% from 373); Max value from RGB is 171 - color contains mainly: red, blue. Hex color #AB1FAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB1FAB is #54E054. Grayscale: #585858. Windows color (decimal): -5562453 or 11214763. OLE color: 11214763.
HSL color Cylindrical-coordinate representation of color #AB1FAB: hue angle of 300º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AB1FAB is Cyan = 0, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 31 | 171 | - |
| CMYK | 0 | 0.82 | 0 | 0.33 |
| HSL | 300º | 0.69% | 0.4% | - |
| HSV(B) | 300º | 0.82% | 0.67% | - |
| XYZ | 24.64 | 12.58 | 39.66 | - |
| YUV | 88.82 | 174.38 | 186.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 31 | 171 | 0 | 0.82 | 0 | 0.33 | 300 | 0.69 | 0.4 |
| Hex | AB | 1F | AB | 0 | 52 | 0 | 21 | 12C | 45 | 28 |
| Octal | 253 | 37 | 253 | 0 | 122 | 0 | 41 | 454 | 105 | 50 |
| Binary | 10101011 | 11111 | 10101011 | 0 | 1010010 | 0 | 100001 | 100101100 | 1000101 | 101000 |
Color Harmonies of #AB1FAB
Complementary color
Monochromatic Colors of #AB1FAB
Black with #AB1FAB
Text Example
Text Example
White with #AB1FAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB1FAB; }
p { color: rgb(171,31,171); }
H1.HeaderClassName
{
color: #AB1FAB;
}
.AnyTagClassName
{
color: #AB1FAB;
}
</style>
background-color css
<style>
a { background-color: #AB1FAB; }
a { background-color: rgb(171,31,171); }
div.DivClassName
{
background-color: #AB1FAB;
}
.BgClassName
{
background-color: #AB1FAB;
}
</style>
border-color css
<style>
span { border-color: #AB1FAB; }
span { border-color: rgb(171,31,171); }
td.TdClassName
{
border-color: #AB1FAB;
}
.TagClassName
{
border-color: #AB1FAB;
}
</style>