Shades of Dark Orchid #AB3EBC
Tints of Dark Orchid #AB3EBC
RGB
CMYK
RGB Variations
Color information
#AB3EBC (or 0xAB3EBC) is known color: Dark Orchid. HEX triplet: AB, 3E and BC. RGB value is (171,62,188). Sum of RGB (Red+Green+Blue) = 171+62+188=421 (55% of max value = 765). Red value is 171 (67.19% from 255 or 40.62% from 421); Green value is 62 (24.61% from 255 or 14.73% from 421); Blue value is 188 (73.83% from 255 or 44.66% from 421); Max value from RGB is 188 - color contains mainly: blue. Hex color #AB3EBC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB3EBC is #54C143. Grayscale: #6C6C6C. Windows color (decimal): -5554500 or 12336811. OLE color: 12336811.
HSL color Cylindrical-coordinate representation of color #AB3EBC: hue angle of 291.9º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AB3EBC is Cyan = 0.09, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 171 | 62 | 188 | - |
| CMYK | 0.09 | 0.67 | 0 | 0.26 |
| HSL | 291.9º | 0.5% | 0.49% | - |
| HSV(B) | 291.9º | 0.67% | 0.74% | - |
| XYZ | 27.59 | 15.73 | 49.16 | - |
| YUV | 108.96 | 172.61 | 172.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 62 | 188 | 0.09 | 0.67 | 0 | 0.26 | 291.9 | 0.5 | 0.49 |
| Hex | AB | 3E | BC | 9 | 43 | 0 | 1A | 124 | 32 | 31 |
| Octal | 253 | 76 | 274 | 11 | 103 | 0 | 32 | 444 | 62 | 61 |
| Binary | 10101011 | 111110 | 10111100 | 1001 | 1000011 | 0 | 11010 | 100100100 | 110010 | 110001 |
Color Harmonies of #AB3EBC
Complementary color
Monochromatic Colors of #AB3EBC
Black with #AB3EBC
Text Example
Text Example
White with #AB3EBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB3EBC; }
p { color: rgb(171,62,188); }
H1.HeaderClassName
{
color: #AB3EBC;
}
.AnyTagClassName
{
color: #AB3EBC;
}
</style>
background-color css
<style>
a { background-color: #AB3EBC; }
a { background-color: rgb(171,62,188); }
div.DivClassName
{
background-color: #AB3EBC;
}
.BgClassName
{
background-color: #AB3EBC;
}
</style>
border-color css
<style>
span { border-color: #AB3EBC; }
span { border-color: rgb(171,62,188); }
td.TdClassName
{
border-color: #AB3EBC;
}
.TagClassName
{
border-color: #AB3EBC;
}
</style>