Shades of Dark Orchid #AB3BED
Tints of Dark Orchid #AB3BED
RGB
CMYK
RGB Variations
Color information
#AB3BED (or 0xAB3BED) is known color: Dark Orchid. HEX triplet: AB, 3B and ED. RGB value is (171,59,237). Sum of RGB (Red+Green+Blue) = 171+59+237=467 (61% of max value = 765). Red value is 171 (67.19% from 255 or 36.62% from 467); Green value is 59 (23.44% from 255 or 12.63% from 467); Blue value is 237 (92.97% from 255 or 50.75% from 467); Max value from RGB is 237 - color contains mainly: blue. Hex color #AB3BED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AB3BED is #54C412. Grayscale: #707070. Windows color (decimal): -5555219 or 15547307. OLE color: 15547307.
HSL color Cylindrical-coordinate representation of color #AB3BED: hue angle of 277.75º degrees, saturation: 0.83, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AB3BED is Cyan = 0.28, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 171 | 59 | 237 | - |
| CMYK | 0.28 | 0.75 | 0 | 0.07 |
| HSL | 277.75º | 0.83% | 0.58% | - |
| HSV(B) | 277.75º | 0.75% | 0.93% | - |
| XYZ | 33.64 | 17.9 | 81.8 | - |
| YUV | 112.78 | 198.11 | 169.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 59 | 237 | 0.28 | 0.75 | 0 | 0.07 | 277.75 | 0.83 | 0.58 |
| Hex | AB | 3B | ED | 1C | 4B | 0 | 7 | 116 | 53 | 3A |
| Octal | 253 | 73 | 355 | 34 | 113 | 0 | 7 | 426 | 123 | 72 |
| Binary | 10101011 | 111011 | 11101101 | 11100 | 1001011 | 0 | 111 | 100010110 | 1010011 | 111010 |
Color Harmonies of #AB3BED
Complementary color
Monochromatic Colors of #AB3BED
Black with #AB3BED
Text Example
Text Example
White with #AB3BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB3BED; }
p { color: rgb(171,59,237); }
H1.HeaderClassName
{
color: #AB3BED;
}
.AnyTagClassName
{
color: #AB3BED;
}
</style>
background-color css
<style>
a { background-color: #AB3BED; }
a { background-color: rgb(171,59,237); }
div.DivClassName
{
background-color: #AB3BED;
}
.BgClassName
{
background-color: #AB3BED;
}
</style>
border-color css
<style>
span { border-color: #AB3BED; }
span { border-color: rgb(171,59,237); }
td.TdClassName
{
border-color: #AB3BED;
}
.TagClassName
{
border-color: #AB3BED;
}
</style>