Shades of Dark Orchid #AB3EBB
Tints of Dark Orchid #AB3EBB
RGB
CMYK
RGB Variations
Color information
#AB3EBB (or 0xAB3EBB) is known color: Dark Orchid. HEX triplet: AB, 3E and BB. RGB value is (171,62,187). Sum of RGB (Red+Green+Blue) = 171+62+187=420 (55% of max value = 765). Red value is 171 (67.19% from 255 or 40.71% from 420); Green value is 62 (24.61% from 255 or 14.76% from 420); Blue value is 187 (73.44% from 255 or 44.52% from 420); Max value from RGB is 187 - color contains mainly: blue. Hex color #AB3EBB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB3EBB is #54C144. Grayscale: #6C6C6C. Windows color (decimal): -5554501 or 12271275. OLE color: 12271275.
HSL color Cylindrical-coordinate representation of color #AB3EBB: hue angle of 292.32º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AB3EBB is Cyan = 0.09, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 171 | 62 | 187 | - |
| CMYK | 0.09 | 0.67 | 0 | 0.27 |
| HSL | 292.32º | 0.5% | 0.49% | - |
| HSV(B) | 292.32º | 0.67% | 0.73% | - |
| XYZ | 27.49 | 15.69 | 48.59 | - |
| YUV | 108.84 | 172.11 | 172.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 62 | 187 | 0.09 | 0.67 | 0 | 0.27 | 292.32 | 0.5 | 0.49 |
| Hex | AB | 3E | BB | 9 | 43 | 0 | 1B | 124 | 32 | 31 |
| Octal | 253 | 76 | 273 | 11 | 103 | 0 | 33 | 444 | 62 | 61 |
| Binary | 10101011 | 111110 | 10111011 | 1001 | 1000011 | 0 | 11011 | 100100100 | 110010 | 110001 |
Color Harmonies of #AB3EBB
Complementary color
Monochromatic Colors of #AB3EBB
Black with #AB3EBB
Text Example
Text Example
White with #AB3EBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB3EBB; }
p { color: rgb(171,62,187); }
H1.HeaderClassName
{
color: #AB3EBB;
}
.AnyTagClassName
{
color: #AB3EBB;
}
</style>
background-color css
<style>
a { background-color: #AB3EBB; }
a { background-color: rgb(171,62,187); }
div.DivClassName
{
background-color: #AB3EBB;
}
.BgClassName
{
background-color: #AB3EBB;
}
</style>
border-color css
<style>
span { border-color: #AB3EBB; }
span { border-color: rgb(171,62,187); }
td.TdClassName
{
border-color: #AB3EBB;
}
.TagClassName
{
border-color: #AB3EBB;
}
</style>