Shades of Dark Orchid #AB30BA
Tints of Dark Orchid #AB30BA
RGB
CMYK
RGB Variations
Color information
#AB30BA (or 0xAB30BA) is known color: Dark Orchid. HEX triplet: AB, 30 and BA. RGB value is (171,48,186). Sum of RGB (Red+Green+Blue) = 171+48+186=405 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.22% from 405); Green value is 48 (19.14% from 255 or 11.85% from 405); Blue value is 186 (73.05% from 255 or 45.93% from 405); Max value from RGB is 186 - color contains mainly: blue. Hex color #AB30BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB30BA is #54CF45. Grayscale: #646464. Windows color (decimal): -5558086 or 12202155. OLE color: 12202155.
HSL color Cylindrical-coordinate representation of color #AB30BA: hue angle of 293.48º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AB30BA is Cyan = 0.08, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 171 | 48 | 186 | - |
| CMYK | 0.08 | 0.74 | 0 | 0.27 |
| HSL | 293.48º | 0.59% | 0.46% | - |
| HSV(B) | 293.48º | 0.74% | 0.73% | - |
| XYZ | 26.71 | 14.32 | 47.81 | - |
| YUV | 100.51 | 176.25 | 178.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 48 | 186 | 0.08 | 0.74 | 0 | 0.27 | 293.48 | 0.59 | 0.46 |
| Hex | AB | 30 | BA | 8 | 4A | 0 | 1B | 125 | 3B | 2E |
| Octal | 253 | 60 | 272 | 10 | 112 | 0 | 33 | 445 | 73 | 56 |
| Binary | 10101011 | 110000 | 10111010 | 1000 | 1001010 | 0 | 11011 | 100100101 | 111011 | 101110 |
Color Harmonies of #AB30BA
Complementary color
Monochromatic Colors of #AB30BA
Black with #AB30BA
Text Example
Text Example
White with #AB30BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB30BA; }
p { color: rgb(171,48,186); }
H1.HeaderClassName
{
color: #AB30BA;
}
.AnyTagClassName
{
color: #AB30BA;
}
</style>
background-color css
<style>
a { background-color: #AB30BA; }
a { background-color: rgb(171,48,186); }
div.DivClassName
{
background-color: #AB30BA;
}
.BgClassName
{
background-color: #AB30BA;
}
</style>
border-color css
<style>
span { border-color: #AB30BA; }
span { border-color: rgb(171,48,186); }
td.TdClassName
{
border-color: #AB30BA;
}
.TagClassName
{
border-color: #AB30BA;
}
</style>