Shades of Dark Orchid #AB1FD3
Tints of Dark Orchid #AB1FD3
RGB
CMYK
RGB Variations
Color information
#AB1FD3 (or 0xAB1FD3) is known color: Dark Orchid. HEX triplet: AB, 1F and D3. RGB value is (171,31,211). Sum of RGB (Red+Green+Blue) = 171+31+211=413 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.40% from 413); Green value is 31 (12.5% from 255 or 7.51% from 413); Blue value is 211 (82.81% from 255 or 51.09% from 413); Max value from RGB is 211 - color contains mainly: blue. Hex color #AB1FD3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB1FD3 is #54E02C. Grayscale: #5C5C5C. Windows color (decimal): -5562413 or 13836203. OLE color: 13836203.
HSL color Cylindrical-coordinate representation of color #AB1FD3: hue angle of 286.67º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AB1FD3 is Cyan = 0.19, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 171 | 31 | 211 | - |
| CMYK | 0.19 | 0.85 | 0 | 0.17 |
| HSL | 286.67º | 0.74% | 0.47% | - |
| HSV(B) | 286.67º | 0.85% | 0.83% | - |
| XYZ | 29.04 | 14.34 | 62.87 | - |
| YUV | 93.38 | 194.38 | 183.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 31 | 211 | 0.19 | 0.85 | 0 | 0.17 | 286.67 | 0.74 | 0.47 |
| Hex | AB | 1F | D3 | 13 | 55 | 0 | 11 | 11F | 4A | 2F |
| Octal | 253 | 37 | 323 | 23 | 125 | 0 | 21 | 437 | 112 | 57 |
| Binary | 10101011 | 11111 | 11010011 | 10011 | 1010101 | 0 | 10001 | 100011111 | 1001010 | 101111 |
Color Harmonies of #AB1FD3
Complementary color
Monochromatic Colors of #AB1FD3
Black with #AB1FD3
Text Example
Text Example
White with #AB1FD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB1FD3; }
p { color: rgb(171,31,211); }
H1.HeaderClassName
{
color: #AB1FD3;
}
.AnyTagClassName
{
color: #AB1FD3;
}
</style>
background-color css
<style>
a { background-color: #AB1FD3; }
a { background-color: rgb(171,31,211); }
div.DivClassName
{
background-color: #AB1FD3;
}
.BgClassName
{
background-color: #AB1FD3;
}
</style>
border-color css
<style>
span { border-color: #AB1FD3; }
span { border-color: rgb(171,31,211); }
td.TdClassName
{
border-color: #AB1FD3;
}
.TagClassName
{
border-color: #AB1FD3;
}
</style>