Shades of Dark Orchid #AB3ECD
Tints of Dark Orchid #AB3ECD
RGB
CMYK
RGB Variations
Color information
#AB3ECD (or 0xAB3ECD) is known color: Dark Orchid. HEX triplet: AB, 3E and CD. RGB value is (171,62,205). Sum of RGB (Red+Green+Blue) = 171+62+205=438 (58% of max value = 765). Red value is 171 (67.19% from 255 or 39.04% from 438); Green value is 62 (24.61% from 255 or 14.16% from 438); Blue value is 205 (80.47% from 255 or 46.80% from 438); Max value from RGB is 205 - color contains mainly: blue. Hex color #AB3ECD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB3ECD is #54C132. Grayscale: #6E6E6E. Windows color (decimal): -5554483 or 13450923. OLE color: 13450923.
HSL color Cylindrical-coordinate representation of color #AB3ECD: hue angle of 285.73º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AB3ECD is Cyan = 0.17, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 171 | 62 | 205 | - |
| CMYK | 0.17 | 0.70 | 0 | 0.20 |
| HSL | 285.73º | 0.59% | 0.52% | - |
| HSV(B) | 285.73º | 0.7% | 0.8% | - |
| XYZ | 29.54 | 16.51 | 59.39 | - |
| YUV | 110.89 | 181.11 | 170.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 62 | 205 | 0.17 | 0.70 | 0 | 0.20 | 285.73 | 0.59 | 0.52 |
| Hex | AB | 3E | CD | 11 | 46 | 0 | 14 | 11E | 3B | 34 |
| Octal | 253 | 76 | 315 | 21 | 106 | 0 | 24 | 436 | 73 | 64 |
| Binary | 10101011 | 111110 | 11001101 | 10001 | 1000110 | 0 | 10100 | 100011110 | 111011 | 110100 |
Color Harmonies of #AB3ECD
Complementary color
Monochromatic Colors of #AB3ECD
Black with #AB3ECD
Text Example
Text Example
White with #AB3ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB3ECD; }
p { color: rgb(171,62,205); }
H1.HeaderClassName
{
color: #AB3ECD;
}
.AnyTagClassName
{
color: #AB3ECD;
}
</style>
background-color css
<style>
a { background-color: #AB3ECD; }
a { background-color: rgb(171,62,205); }
div.DivClassName
{
background-color: #AB3ECD;
}
.BgClassName
{
background-color: #AB3ECD;
}
</style>
border-color css
<style>
span { border-color: #AB3ECD; }
span { border-color: rgb(171,62,205); }
td.TdClassName
{
border-color: #AB3ECD;
}
.TagClassName
{
border-color: #AB3ECD;
}
</style>