Shades of Dark Orchid #AB3BBC
Tints of Dark Orchid #AB3BBC
RGB
CMYK
RGB Variations
Color information
#AB3BBC (or 0xAB3BBC) is known color: Dark Orchid. HEX triplet: AB, 3B and BC. RGB value is (171,59,188). Sum of RGB (Red+Green+Blue) = 171+59+188=418 (55% of max value = 765). Red value is 171 (67.19% from 255 or 40.91% from 418); Green value is 59 (23.44% from 255 or 14.11% from 418); Blue value is 188 (73.83% from 255 or 44.98% from 418); Max value from RGB is 188 - color contains mainly: blue. Hex color #AB3BBC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB3BBC is #54C443. Grayscale: #6A6A6A. Windows color (decimal): -5555268 or 12336043. OLE color: 12336043.
HSL color Cylindrical-coordinate representation of color #AB3BBC: hue angle of 292.09º degrees, saturation: 0.52, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AB3BBC is Cyan = 0.09, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 171 | 59 | 188 | - |
| CMYK | 0.09 | 0.69 | 0 | 0.26 |
| HSL | 292.09º | 0.52% | 0.48% | - |
| HSV(B) | 292.09º | 0.69% | 0.74% | - |
| XYZ | 27.44 | 15.42 | 49.11 | - |
| YUV | 107.19 | 173.61 | 173.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 59 | 188 | 0.09 | 0.69 | 0 | 0.26 | 292.09 | 0.52 | 0.48 |
| Hex | AB | 3B | BC | 9 | 45 | 0 | 1A | 124 | 34 | 30 |
| Octal | 253 | 73 | 274 | 11 | 105 | 0 | 32 | 444 | 64 | 60 |
| Binary | 10101011 | 111011 | 10111100 | 1001 | 1000101 | 0 | 11010 | 100100100 | 110100 | 110000 |
Color Harmonies of #AB3BBC
Complementary color
Monochromatic Colors of #AB3BBC
Black with #AB3BBC
Text Example
Text Example
White with #AB3BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB3BBC; }
p { color: rgb(171,59,188); }
H1.HeaderClassName
{
color: #AB3BBC;
}
.AnyTagClassName
{
color: #AB3BBC;
}
</style>
background-color css
<style>
a { background-color: #AB3BBC; }
a { background-color: rgb(171,59,188); }
div.DivClassName
{
background-color: #AB3BBC;
}
.BgClassName
{
background-color: #AB3BBC;
}
</style>
border-color css
<style>
span { border-color: #AB3BBC; }
span { border-color: rgb(171,59,188); }
td.TdClassName
{
border-color: #AB3BBC;
}
.TagClassName
{
border-color: #AB3BBC;
}
</style>