Shades of Dark Orchid #AB3EDD
Tints of Dark Orchid #AB3EDD
RGB
CMYK
RGB Variations
Color information
#AB3EDD (or 0xAB3EDD) is known color: Dark Orchid. HEX triplet: AB, 3E and DD. RGB value is (171,62,221). Sum of RGB (Red+Green+Blue) = 171+62+221=454 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.67% from 454); Green value is 62 (24.61% from 255 or 13.66% from 454); Blue value is 221 (86.72% from 255 or 48.68% from 454); Max value from RGB is 221 - color contains mainly: blue. Hex color #AB3EDD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB3EDD is #54C122. Grayscale: #707070. Windows color (decimal): -5554467 or 14499499. OLE color: 14499499.
HSL color Cylindrical-coordinate representation of color #AB3EDD: hue angle of 281.13º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AB3EDD is Cyan = 0.23, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 171 | 62 | 221 | - |
| CMYK | 0.23 | 0.72 | 0 | 0.13 |
| HSL | 281.13º | 0.7% | 0.55% | - |
| HSV(B) | 281.13º | 0.72% | 0.87% | - |
| XYZ | 31.57 | 17.32 | 70.09 | - |
| YUV | 112.72 | 189.11 | 169.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 62 | 221 | 0.23 | 0.72 | 0 | 0.13 | 281.13 | 0.7 | 0.55 |
| Hex | AB | 3E | DD | 17 | 48 | 0 | D | 119 | 46 | 37 |
| Octal | 253 | 76 | 335 | 27 | 110 | 0 | 15 | 431 | 106 | 67 |
| Binary | 10101011 | 111110 | 11011101 | 10111 | 1001000 | 0 | 1101 | 100011001 | 1000110 | 110111 |
Color Harmonies of #AB3EDD
Complementary color
Monochromatic Colors of #AB3EDD
Black with #AB3EDD
Text Example
Text Example
White with #AB3EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB3EDD; }
p { color: rgb(171,62,221); }
H1.HeaderClassName
{
color: #AB3EDD;
}
.AnyTagClassName
{
color: #AB3EDD;
}
</style>
background-color css
<style>
a { background-color: #AB3EDD; }
a { background-color: rgb(171,62,221); }
div.DivClassName
{
background-color: #AB3EDD;
}
.BgClassName
{
background-color: #AB3EDD;
}
</style>
border-color css
<style>
span { border-color: #AB3EDD; }
span { border-color: rgb(171,62,221); }
td.TdClassName
{
border-color: #AB3EDD;
}
.TagClassName
{
border-color: #AB3EDD;
}
</style>