Shades of Dark Orchid #AB2DDC
Tints of Dark Orchid #AB2DDC
RGB
CMYK
RGB Variations
Color information
#AB2DDC (or 0xAB2DDC) is known color: Dark Orchid. HEX triplet: AB, 2D and DC. RGB value is (171,45,220). Sum of RGB (Red+Green+Blue) = 171+45+220=436 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.22% from 436); Green value is 45 (17.97% from 255 or 10.32% from 436); Blue value is 220 (86.33% from 255 or 50.46% from 436); Max value from RGB is 220 - color contains mainly: blue. Hex color #AB2DDC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB2DDC is #54D223. Grayscale: #666666. Windows color (decimal): -5558820 or 14429611. OLE color: 14429611.
HSL color Cylindrical-coordinate representation of color #AB2DDC: hue angle of 283.2º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AB2DDC is Cyan = 0.22, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 171 | 45 | 220 | - |
| CMYK | 0.22 | 0.80 | 0 | 0.14 |
| HSL | 283.2º | 0.71% | 0.52% | - |
| HSV(B) | 283.2º | 0.8% | 0.86% | - |
| XYZ | 30.65 | 15.7 | 69.13 | - |
| YUV | 102.62 | 194.24 | 176.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 45 | 220 | 0.22 | 0.80 | 0 | 0.14 | 283.2 | 0.71 | 0.52 |
| Hex | AB | 2D | DC | 16 | 50 | 0 | E | 11B | 47 | 34 |
| Octal | 253 | 55 | 334 | 26 | 120 | 0 | 16 | 433 | 107 | 64 |
| Binary | 10101011 | 101101 | 11011100 | 10110 | 1010000 | 0 | 1110 | 100011011 | 1000111 | 110100 |
Color Harmonies of #AB2DDC
Complementary color
Monochromatic Colors of #AB2DDC
Black with #AB2DDC
Text Example
Text Example
White with #AB2DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB2DDC; }
p { color: rgb(171,45,220); }
H1.HeaderClassName
{
color: #AB2DDC;
}
.AnyTagClassName
{
color: #AB2DDC;
}
</style>
background-color css
<style>
a { background-color: #AB2DDC; }
a { background-color: rgb(171,45,220); }
div.DivClassName
{
background-color: #AB2DDC;
}
.BgClassName
{
background-color: #AB2DDC;
}
</style>
border-color css
<style>
span { border-color: #AB2DDC; }
span { border-color: rgb(171,45,220); }
td.TdClassName
{
border-color: #AB2DDC;
}
.TagClassName
{
border-color: #AB2DDC;
}
</style>