Shades of Dark Orchid #AB31CB
Tints of Dark Orchid #AB31CB
RGB
CMYK
RGB Variations
Color information
#AB31CB (or 0xAB31CB) is known color: Dark Orchid. HEX triplet: AB, 31 and CB. RGB value is (171,49,203). Sum of RGB (Red+Green+Blue) = 171+49+203=423 (56% of max value = 765). Red value is 171 (67.19% from 255 or 40.43% from 423); Green value is 49 (19.53% from 255 or 11.58% from 423); Blue value is 203 (79.69% from 255 or 47.99% from 423); Max value from RGB is 203 - color contains mainly: blue. Hex color #AB31CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB31CB is #54CE34. Grayscale: #666666. Windows color (decimal): -5557813 or 13316523. OLE color: 13316523.
HSL color Cylindrical-coordinate representation of color #AB31CB: hue angle of 287.53º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AB31CB is Cyan = 0.16, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 171 | 49 | 203 | - |
| CMYK | 0.16 | 0.76 | 0 | 0.20 |
| HSL | 287.53º | 0.61% | 0.49% | - |
| HSV(B) | 287.53º | 0.76% | 0.8% | - |
| XYZ | 28.67 | 15.17 | 57.92 | - |
| YUV | 103.03 | 184.42 | 176.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 49 | 203 | 0.16 | 0.76 | 0 | 0.20 | 287.53 | 0.61 | 0.49 |
| Hex | AB | 31 | CB | 10 | 4C | 0 | 14 | 120 | 3D | 31 |
| Octal | 253 | 61 | 313 | 20 | 114 | 0 | 24 | 440 | 75 | 61 |
| Binary | 10101011 | 110001 | 11001011 | 10000 | 1001100 | 0 | 10100 | 100100000 | 111101 | 110001 |
Color Harmonies of #AB31CB
Complementary color
Monochromatic Colors of #AB31CB
Black with #AB31CB
Text Example
Text Example
White with #AB31CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB31CB; }
p { color: rgb(171,49,203); }
H1.HeaderClassName
{
color: #AB31CB;
}
.AnyTagClassName
{
color: #AB31CB;
}
</style>
background-color css
<style>
a { background-color: #AB31CB; }
a { background-color: rgb(171,49,203); }
div.DivClassName
{
background-color: #AB31CB;
}
.BgClassName
{
background-color: #AB31CB;
}
</style>
border-color css
<style>
span { border-color: #AB31CB; }
span { border-color: rgb(171,49,203); }
td.TdClassName
{
border-color: #AB31CB;
}
.TagClassName
{
border-color: #AB31CB;
}
</style>