Shades of Dark Orchid #AB1EDC
Tints of Dark Orchid #AB1EDC
RGB
CMYK
RGB Variations
Color information
#AB1EDC (or 0xAB1EDC) is known color: Dark Orchid. HEX triplet: AB, 1E and DC. RGB value is (171,30,220). Sum of RGB (Red+Green+Blue) = 171+30+220=421 (55% of max value = 765). Red value is 171 (67.19% from 255 or 40.62% from 421); Green value is 30 (12.11% from 255 or 7.13% from 421); Blue value is 220 (86.33% from 255 or 52.26% from 421); Max value from RGB is 220 - color contains mainly: blue. Hex color #AB1EDC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB1EDC is #54E123. Grayscale: #5D5D5D. Windows color (decimal): -5562660 or 14425771. OLE color: 14425771.
HSL color Cylindrical-coordinate representation of color #AB1EDC: hue angle of 284.53º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AB1EDC is Cyan = 0.22, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 171 | 30 | 220 | - |
| CMYK | 0.22 | 0.86 | 0 | 0.14 |
| HSL | 284.53º | 0.76% | 0.49% | - |
| HSV(B) | 284.53º | 0.86% | 0.86% | - |
| XYZ | 30.18 | 14.75 | 68.97 | - |
| YUV | 93.82 | 199.21 | 183.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 30 | 220 | 0.22 | 0.86 | 0 | 0.14 | 284.53 | 0.76 | 0.49 |
| Hex | AB | 1E | DC | 16 | 56 | 0 | E | 11D | 4C | 31 |
| Octal | 253 | 36 | 334 | 26 | 126 | 0 | 16 | 435 | 114 | 61 |
| Binary | 10101011 | 11110 | 11011100 | 10110 | 1010110 | 0 | 1110 | 100011101 | 1001100 | 110001 |
Color Harmonies of #AB1EDC
Complementary color
Monochromatic Colors of #AB1EDC
Black with #AB1EDC
Text Example
Text Example
White with #AB1EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB1EDC; }
p { color: rgb(171,30,220); }
H1.HeaderClassName
{
color: #AB1EDC;
}
.AnyTagClassName
{
color: #AB1EDC;
}
</style>
background-color css
<style>
a { background-color: #AB1EDC; }
a { background-color: rgb(171,30,220); }
div.DivClassName
{
background-color: #AB1EDC;
}
.BgClassName
{
background-color: #AB1EDC;
}
</style>
border-color css
<style>
span { border-color: #AB1EDC; }
span { border-color: rgb(171,30,220); }
td.TdClassName
{
border-color: #AB1EDC;
}
.TagClassName
{
border-color: #AB1EDC;
}
</style>