Shades of Dark Orchid #AB1BDA
Tints of Dark Orchid #AB1BDA
RGB
CMYK
RGB Variations
Color information
#AB1BDA (or 0xAB1BDA) is known color: Dark Orchid. HEX triplet: AB, 1B and DA. RGB value is (171,27,218). Sum of RGB (Red+Green+Blue) = 171+27+218=416 (55% of max value = 765). Red value is 171 (67.19% from 255 or 41.11% from 416); Green value is 27 (10.94% from 255 or 6.49% from 416); Blue value is 218 (85.55% from 255 or 52.40% from 416); Max value from RGB is 218 - color contains mainly: blue. Hex color #AB1BDA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB1BDA is #54E425. Grayscale: #5B5B5B. Windows color (decimal): -5563430 or 14293931. OLE color: 14293931.
HSL color Cylindrical-coordinate representation of color #AB1BDA: hue angle of 285.24º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AB1BDA is Cyan = 0.22, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 171 | 27 | 218 | - |
| CMYK | 0.22 | 0.88 | 0 | 0.15 |
| HSL | 285.24º | 0.78% | 0.48% | - |
| HSV(B) | 285.24º | 0.88% | 0.85% | - |
| XYZ | 29.84 | 14.5 | 67.56 | - |
| YUV | 91.83 | 199.21 | 184.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 27 | 218 | 0.22 | 0.88 | 0 | 0.15 | 285.24 | 0.78 | 0.48 |
| Hex | AB | 1B | DA | 16 | 58 | 0 | F | 11D | 4E | 30 |
| Octal | 253 | 33 | 332 | 26 | 130 | 0 | 17 | 435 | 116 | 60 |
| Binary | 10101011 | 11011 | 11011010 | 10110 | 1011000 | 0 | 1111 | 100011101 | 1001110 | 110000 |
Color Harmonies of #AB1BDA
Complementary color
Monochromatic Colors of #AB1BDA
Black with #AB1BDA
Text Example
Text Example
White with #AB1BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB1BDA; }
p { color: rgb(171,27,218); }
H1.HeaderClassName
{
color: #AB1BDA;
}
.AnyTagClassName
{
color: #AB1BDA;
}
</style>
background-color css
<style>
a { background-color: #AB1BDA; }
a { background-color: rgb(171,27,218); }
div.DivClassName
{
background-color: #AB1BDA;
}
.BgClassName
{
background-color: #AB1BDA;
}
</style>
border-color css
<style>
span { border-color: #AB1BDA; }
span { border-color: rgb(171,27,218); }
td.TdClassName
{
border-color: #AB1BDA;
}
.TagClassName
{
border-color: #AB1BDA;
}
</style>