Shades of Dark Orchid #AB1ADC
Tints of Dark Orchid #AB1ADC
RGB
CMYK
RGB Variations
Color information
#AB1ADC (or 0xAB1ADC) is known color: Dark Orchid. HEX triplet: AB, 1A and DC. RGB value is (171,26,220). Sum of RGB (Red+Green+Blue) = 171+26+220=417 (55% of max value = 765). Red value is 171 (67.19% from 255 or 41.01% from 417); Green value is 26 (10.55% from 255 or 6.24% from 417); Blue value is 220 (86.33% from 255 or 52.76% from 417); Max value from RGB is 220 - color contains mainly: blue. Hex color #AB1ADC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB1ADC is #54E523. Grayscale: #5A5A5A. Windows color (decimal): -5563684 or 14424747. OLE color: 14424747.
HSL color Cylindrical-coordinate representation of color #AB1ADC: hue angle of 284.85º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AB1ADC is Cyan = 0.22, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 171 | 26 | 220 | - |
| CMYK | 0.22 | 0.88 | 0 | 0.14 |
| HSL | 284.85º | 0.79% | 0.48% | - |
| HSV(B) | 284.85º | 0.88% | 0.86% | - |
| XYZ | 30.08 | 14.56 | 68.94 | - |
| YUV | 91.47 | 200.54 | 184.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 26 | 220 | 0.22 | 0.88 | 0 | 0.14 | 284.85 | 0.79 | 0.48 |
| Hex | AB | 1A | DC | 16 | 58 | 0 | E | 11D | 4F | 30 |
| Octal | 253 | 32 | 334 | 26 | 130 | 0 | 16 | 435 | 117 | 60 |
| Binary | 10101011 | 11010 | 11011100 | 10110 | 1011000 | 0 | 1110 | 100011101 | 1001111 | 110000 |
Color Harmonies of #AB1ADC
Complementary color
Monochromatic Colors of #AB1ADC
Black with #AB1ADC
Text Example
Text Example
White with #AB1ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB1ADC; }
p { color: rgb(171,26,220); }
H1.HeaderClassName
{
color: #AB1ADC;
}
.AnyTagClassName
{
color: #AB1ADC;
}
</style>
background-color css
<style>
a { background-color: #AB1ADC; }
a { background-color: rgb(171,26,220); }
div.DivClassName
{
background-color: #AB1ADC;
}
.BgClassName
{
background-color: #AB1ADC;
}
</style>
border-color css
<style>
span { border-color: #AB1ADC; }
span { border-color: rgb(171,26,220); }
td.TdClassName
{
border-color: #AB1ADC;
}
.TagClassName
{
border-color: #AB1ADC;
}
</style>