Shades of Dark Orchid #AB2CDA
Tints of Dark Orchid #AB2CDA
RGB
CMYK
RGB Variations
Color information
#AB2CDA (or 0xAB2CDA) is known color: Dark Orchid. HEX triplet: AB, 2C and DA. RGB value is (171,44,218). Sum of RGB (Red+Green+Blue) = 171+44+218=433 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.49% from 433); Green value is 44 (17.58% from 255 or 10.16% from 433); Blue value is 218 (85.55% from 255 or 50.35% from 433); Max value from RGB is 218 - color contains mainly: blue. Hex color #AB2CDA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB2CDA is #54D325. Grayscale: #656565. Windows color (decimal): -5559078 or 14298283. OLE color: 14298283.
HSL color Cylindrical-coordinate representation of color #AB2CDA: hue angle of 283.79º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AB2CDA is Cyan = 0.22, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 171 | 44 | 218 | - |
| CMYK | 0.22 | 0.80 | 0 | 0.15 |
| HSL | 283.79º | 0.7% | 0.51% | - |
| HSV(B) | 283.79º | 0.8% | 0.85% | - |
| XYZ | 30.35 | 15.52 | 67.73 | - |
| YUV | 101.81 | 193.58 | 177.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 44 | 218 | 0.22 | 0.80 | 0 | 0.15 | 283.79 | 0.7 | 0.51 |
| Hex | AB | 2C | DA | 16 | 50 | 0 | F | 11C | 46 | 33 |
| Octal | 253 | 54 | 332 | 26 | 120 | 0 | 17 | 434 | 106 | 63 |
| Binary | 10101011 | 101100 | 11011010 | 10110 | 1010000 | 0 | 1111 | 100011100 | 1000110 | 110011 |
Color Harmonies of #AB2CDA
Complementary color
Monochromatic Colors of #AB2CDA
Black with #AB2CDA
Text Example
Text Example
White with #AB2CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB2CDA; }
p { color: rgb(171,44,218); }
H1.HeaderClassName
{
color: #AB2CDA;
}
.AnyTagClassName
{
color: #AB2CDA;
}
</style>
background-color css
<style>
a { background-color: #AB2CDA; }
a { background-color: rgb(171,44,218); }
div.DivClassName
{
background-color: #AB2CDA;
}
.BgClassName
{
background-color: #AB2CDA;
}
</style>
border-color css
<style>
span { border-color: #AB2CDA; }
span { border-color: rgb(171,44,218); }
td.TdClassName
{
border-color: #AB2CDA;
}
.TagClassName
{
border-color: #AB2CDA;
}
</style>