Shades of Dark Orchid #AB1AD3
Tints of Dark Orchid #AB1AD3
RGB
CMYK
RGB Variations
Color information
#AB1AD3 (or 0xAB1AD3) is known color: Dark Orchid. HEX triplet: AB, 1A and D3. RGB value is (171,26,211). Sum of RGB (Red+Green+Blue) = 171+26+211=408 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.91% from 408); Green value is 26 (10.55% from 255 or 6.37% from 408); Blue value is 211 (82.81% from 255 or 51.72% from 408); Max value from RGB is 211 - color contains mainly: blue. Hex color #AB1AD3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB1AD3 is #54E52C. Grayscale: #595959. Windows color (decimal): -5563693 or 13834923. OLE color: 13834923.
HSL color Cylindrical-coordinate representation of color #AB1AD3: hue angle of 287.03º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AB1AD3 is Cyan = 0.19, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 171 | 26 | 211 | - |
| CMYK | 0.19 | 0.88 | 0 | 0.17 |
| HSL | 287.03º | 0.78% | 0.46% | - |
| HSV(B) | 287.03º | 0.88% | 0.83% | - |
| XYZ | 28.92 | 14.1 | 62.83 | - |
| YUV | 90.45 | 196.04 | 185.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 26 | 211 | 0.19 | 0.88 | 0 | 0.17 | 287.03 | 0.78 | 0.46 |
| Hex | AB | 1A | D3 | 13 | 58 | 0 | 11 | 11F | 4E | 2E |
| Octal | 253 | 32 | 323 | 23 | 130 | 0 | 21 | 437 | 116 | 56 |
| Binary | 10101011 | 11010 | 11010011 | 10011 | 1011000 | 0 | 10001 | 100011111 | 1001110 | 101110 |
Color Harmonies of #AB1AD3
Complementary color
Monochromatic Colors of #AB1AD3
Black with #AB1AD3
Text Example
Text Example
White with #AB1AD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB1AD3; }
p { color: rgb(171,26,211); }
H1.HeaderClassName
{
color: #AB1AD3;
}
.AnyTagClassName
{
color: #AB1AD3;
}
</style>
background-color css
<style>
a { background-color: #AB1AD3; }
a { background-color: rgb(171,26,211); }
div.DivClassName
{
background-color: #AB1AD3;
}
.BgClassName
{
background-color: #AB1AD3;
}
</style>
border-color css
<style>
span { border-color: #AB1AD3; }
span { border-color: rgb(171,26,211); }
td.TdClassName
{
border-color: #AB1AD3;
}
.TagClassName
{
border-color: #AB1AD3;
}
</style>