Shades of Dark Orchid #AB1AB7
Tints of Dark Orchid #AB1AB7
RGB
CMYK
RGB Variations
Color information
#AB1AB7 (or 0xAB1AB7) is known color: Dark Orchid. HEX triplet: AB, 1A and B7. RGB value is (171,26,183). Sum of RGB (Red+Green+Blue) = 171+26+183=380 (50% of max value = 765). Red value is 171 (67.19% from 255 or 45% from 380); Green value is 26 (10.55% from 255 or 6.84% from 380); Blue value is 183 (71.88% from 255 or 48.16% from 380); Max value from RGB is 183 - color contains mainly: blue. Hex color #AB1AB7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB1AB7 is #54E548. Grayscale: #565656. Windows color (decimal): -5563721 or 11999915. OLE color: 11999915.
HSL color Cylindrical-coordinate representation of color #AB1AB7: hue angle of 295.41º degrees, saturation: 0.75, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AB1AB7 is Cyan = 0.07, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 171 | 26 | 183 | - |
| CMYK | 0.07 | 0.86 | 0 | 0.28 |
| HSL | 295.41º | 0.75% | 0.41% | - |
| HSV(B) | 295.41º | 0.86% | 0.72% | - |
| XYZ | 25.71 | 12.82 | 45.92 | - |
| YUV | 87.25 | 182.04 | 187.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 26 | 183 | 0.07 | 0.86 | 0 | 0.28 | 295.41 | 0.75 | 0.41 |
| Hex | AB | 1A | B7 | 7 | 56 | 0 | 1C | 127 | 4B | 29 |
| Octal | 253 | 32 | 267 | 7 | 126 | 0 | 34 | 447 | 113 | 51 |
| Binary | 10101011 | 11010 | 10110111 | 111 | 1010110 | 0 | 11100 | 100100111 | 1001011 | 101001 |
Color Harmonies of #AB1AB7
Complementary color
Monochromatic Colors of #AB1AB7
Black with #AB1AB7
Text Example
Text Example
White with #AB1AB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB1AB7; }
p { color: rgb(171,26,183); }
H1.HeaderClassName
{
color: #AB1AB7;
}
.AnyTagClassName
{
color: #AB1AB7;
}
</style>
background-color css
<style>
a { background-color: #AB1AB7; }
a { background-color: rgb(171,26,183); }
div.DivClassName
{
background-color: #AB1AB7;
}
.BgClassName
{
background-color: #AB1AB7;
}
</style>
border-color css
<style>
span { border-color: #AB1AB7; }
span { border-color: rgb(171,26,183); }
td.TdClassName
{
border-color: #AB1AB7;
}
.TagClassName
{
border-color: #AB1AB7;
}
</style>