Shades of Dark Orchid #AB3CBA
Tints of Dark Orchid #AB3CBA
RGB
CMYK
RGB Variations
Color information
#AB3CBA (or 0xAB3CBA) is known color: Dark Orchid. HEX triplet: AB, 3C and BA. RGB value is (171,60,186). Sum of RGB (Red+Green+Blue) = 171+60+186=417 (55% of max value = 765). Red value is 171 (67.19% from 255 or 41.01% from 417); Green value is 60 (23.83% from 255 or 14.39% from 417); Blue value is 186 (73.05% from 255 or 44.60% from 417); Max value from RGB is 186 - color contains mainly: blue. Hex color #AB3CBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB3CBA is #54C345. Grayscale: #6B6B6B. Windows color (decimal): -5555014 or 12205227. OLE color: 12205227.
HSL color Cylindrical-coordinate representation of color #AB3CBA: hue angle of 292.86º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AB3CBA is Cyan = 0.08, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 171 | 60 | 186 | - |
| CMYK | 0.08 | 0.68 | 0 | 0.27 |
| HSL | 292.86º | 0.51% | 0.48% | - |
| HSV(B) | 292.86º | 0.68% | 0.73% | - |
| XYZ | 27.27 | 15.43 | 48 | - |
| YUV | 107.55 | 172.27 | 173.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 60 | 186 | 0.08 | 0.68 | 0 | 0.27 | 292.86 | 0.51 | 0.48 |
| Hex | AB | 3C | BA | 8 | 44 | 0 | 1B | 125 | 33 | 30 |
| Octal | 253 | 74 | 272 | 10 | 104 | 0 | 33 | 445 | 63 | 60 |
| Binary | 10101011 | 111100 | 10111010 | 1000 | 1000100 | 0 | 11011 | 100100101 | 110011 | 110000 |
Color Harmonies of #AB3CBA
Complementary color
Monochromatic Colors of #AB3CBA
Black with #AB3CBA
Text Example
Text Example
White with #AB3CBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB3CBA; }
p { color: rgb(171,60,186); }
H1.HeaderClassName
{
color: #AB3CBA;
}
.AnyTagClassName
{
color: #AB3CBA;
}
</style>
background-color css
<style>
a { background-color: #AB3CBA; }
a { background-color: rgb(171,60,186); }
div.DivClassName
{
background-color: #AB3CBA;
}
.BgClassName
{
background-color: #AB3CBA;
}
</style>
border-color css
<style>
span { border-color: #AB3CBA; }
span { border-color: rgb(171,60,186); }
td.TdClassName
{
border-color: #AB3CBA;
}
.TagClassName
{
border-color: #AB3CBA;
}
</style>