Shades of Dark Orchid #AB1DB4
Tints of Dark Orchid #AB1DB4
RGB
CMYK
RGB Variations
Color information
#AB1DB4 (or 0xAB1DB4) is known color: Dark Orchid. HEX triplet: AB, 1D and B4. RGB value is (171,29,180). Sum of RGB (Red+Green+Blue) = 171+29+180=380 (50% of max value = 765). Red value is 171 (67.19% from 255 or 45% from 380); Green value is 29 (11.72% from 255 or 7.63% from 380); Blue value is 180 (70.70% from 255 or 47.37% from 380); Max value from RGB is 180 - color contains mainly: blue. Hex color #AB1DB4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB1DB4 is #54E24B. Grayscale: #585858. Windows color (decimal): -5562956 or 11804075. OLE color: 11804075.
HSL color Cylindrical-coordinate representation of color #AB1DB4: hue angle of 296.42º degrees, saturation: 0.72, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AB1DB4 is Cyan = 0.05, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 171 | 29 | 180 | - |
| CMYK | 0.05 | 0.84 | 0 | 0.29 |
| HSL | 296.42º | 0.72% | 0.41% | - |
| HSV(B) | 296.42º | 0.84% | 0.71% | - |
| XYZ | 25.47 | 12.83 | 44.31 | - |
| YUV | 88.67 | 179.54 | 186.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 29 | 180 | 0.05 | 0.84 | 0 | 0.29 | 296.42 | 0.72 | 0.41 |
| Hex | AB | 1D | B4 | 5 | 54 | 0 | 1D | 128 | 48 | 29 |
| Octal | 253 | 35 | 264 | 5 | 124 | 0 | 35 | 450 | 110 | 51 |
| Binary | 10101011 | 11101 | 10110100 | 101 | 1010100 | 0 | 11101 | 100101000 | 1001000 | 101001 |
Color Harmonies of #AB1DB4
Complementary color
Monochromatic Colors of #AB1DB4
Black with #AB1DB4
Text Example
Text Example
White with #AB1DB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB1DB4; }
p { color: rgb(171,29,180); }
H1.HeaderClassName
{
color: #AB1DB4;
}
.AnyTagClassName
{
color: #AB1DB4;
}
</style>
background-color css
<style>
a { background-color: #AB1DB4; }
a { background-color: rgb(171,29,180); }
div.DivClassName
{
background-color: #AB1DB4;
}
.BgClassName
{
background-color: #AB1DB4;
}
</style>
border-color css
<style>
span { border-color: #AB1DB4; }
span { border-color: rgb(171,29,180); }
td.TdClassName
{
border-color: #AB1DB4;
}
.TagClassName
{
border-color: #AB1DB4;
}
</style>