Shades of Dark Orchid #AB2ED4
Tints of Dark Orchid #AB2ED4
RGB
CMYK
RGB Variations
Color information
#AB2ED4 (or 0xAB2ED4) is known color: Dark Orchid. HEX triplet: AB, 2E and D4. RGB value is (171,46,212). Sum of RGB (Red+Green+Blue) = 171+46+212=429 (56% of max value = 765). Red value is 171 (67.19% from 255 or 39.86% from 429); Green value is 46 (18.36% from 255 or 10.72% from 429); Blue value is 212 (83.20% from 255 or 49.42% from 429); Max value from RGB is 212 - color contains mainly: blue. Hex color #AB2ED4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB2ED4 is #54D12B. Grayscale: #656565. Windows color (decimal): -5558572 or 13905579. OLE color: 13905579.
HSL color Cylindrical-coordinate representation of color #AB2ED4: hue angle of 285.18º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AB2ED4 is Cyan = 0.19, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 171 | 46 | 212 | - |
| CMYK | 0.19 | 0.78 | 0 | 0.17 |
| HSL | 285.18º | 0.66% | 0.51% | - |
| HSV(B) | 285.18º | 0.78% | 0.83% | - |
| XYZ | 29.66 | 15.37 | 63.69 | - |
| YUV | 102.3 | 189.91 | 177 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 46 | 212 | 0.19 | 0.78 | 0 | 0.17 | 285.18 | 0.66 | 0.51 |
| Hex | AB | 2E | D4 | 13 | 4E | 0 | 11 | 11D | 42 | 33 |
| Octal | 253 | 56 | 324 | 23 | 116 | 0 | 21 | 435 | 102 | 63 |
| Binary | 10101011 | 101110 | 11010100 | 10011 | 1001110 | 0 | 10001 | 100011101 | 1000010 | 110011 |
Color Harmonies of #AB2ED4
Complementary color
Monochromatic Colors of #AB2ED4
Black with #AB2ED4
Text Example
Text Example
White with #AB2ED4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB2ED4; }
p { color: rgb(171,46,212); }
H1.HeaderClassName
{
color: #AB2ED4;
}
.AnyTagClassName
{
color: #AB2ED4;
}
</style>
background-color css
<style>
a { background-color: #AB2ED4; }
a { background-color: rgb(171,46,212); }
div.DivClassName
{
background-color: #AB2ED4;
}
.BgClassName
{
background-color: #AB2ED4;
}
</style>
border-color css
<style>
span { border-color: #AB2ED4; }
span { border-color: rgb(171,46,212); }
td.TdClassName
{
border-color: #AB2ED4;
}
.TagClassName
{
border-color: #AB2ED4;
}
</style>