Shades of Dark Orchid #AB3CBD
Tints of Dark Orchid #AB3CBD
RGB
CMYK
RGB Variations
Color information
#AB3CBD (or 0xAB3CBD) is known color: Dark Orchid. HEX triplet: AB, 3C and BD. RGB value is (171,60,189). Sum of RGB (Red+Green+Blue) = 171+60+189=420 (55% of max value = 765). Red value is 171 (67.19% from 255 or 40.71% from 420); Green value is 60 (23.83% from 255 or 14.29% from 420); Blue value is 189 (74.22% from 255 or 45% from 420); Max value from RGB is 189 - color contains mainly: blue. Hex color #AB3CBD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB3CBD is #54C342. Grayscale: #6B6B6B. Windows color (decimal): -5555011 or 12401835. OLE color: 12401835.
HSL color Cylindrical-coordinate representation of color #AB3CBD: hue angle of 291.63º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AB3CBD is Cyan = 0.10, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 171 | 60 | 189 | - |
| CMYK | 0.10 | 0.68 | 0 | 0.26 |
| HSL | 291.63º | 0.52% | 0.49% | - |
| HSV(B) | 291.63º | 0.68% | 0.74% | - |
| XYZ | 27.6 | 15.56 | 49.69 | - |
| YUV | 107.9 | 173.77 | 173.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 60 | 189 | 0.10 | 0.68 | 0 | 0.26 | 291.63 | 0.52 | 0.49 |
| Hex | AB | 3C | BD | A | 44 | 0 | 1A | 124 | 34 | 31 |
| Octal | 253 | 74 | 275 | 12 | 104 | 0 | 32 | 444 | 64 | 61 |
| Binary | 10101011 | 111100 | 10111101 | 1010 | 1000100 | 0 | 11010 | 100100100 | 110100 | 110001 |
Color Harmonies of #AB3CBD
Complementary color
Monochromatic Colors of #AB3CBD
Black with #AB3CBD
Text Example
Text Example
White with #AB3CBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB3CBD; }
p { color: rgb(171,60,189); }
H1.HeaderClassName
{
color: #AB3CBD;
}
.AnyTagClassName
{
color: #AB3CBD;
}
</style>
background-color css
<style>
a { background-color: #AB3CBD; }
a { background-color: rgb(171,60,189); }
div.DivClassName
{
background-color: #AB3CBD;
}
.BgClassName
{
background-color: #AB3CBD;
}
</style>
border-color css
<style>
span { border-color: #AB3CBD; }
span { border-color: rgb(171,60,189); }
td.TdClassName
{
border-color: #AB3CBD;
}
.TagClassName
{
border-color: #AB3CBD;
}
</style>