Shades of Dark Orchid #AB30BC
Tints of Dark Orchid #AB30BC
RGB
CMYK
RGB Variations
Color information
#AB30BC (or 0xAB30BC) is known color: Dark Orchid. HEX triplet: AB, 30 and BC. RGB value is (171,48,188). Sum of RGB (Red+Green+Blue) = 171+48+188=407 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.01% from 407); Green value is 48 (19.14% from 255 or 11.79% from 407); Blue value is 188 (73.83% from 255 or 46.19% from 407); Max value from RGB is 188 - color contains mainly: blue. Hex color #AB30BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB30BC is #54CF43. Grayscale: #646464. Windows color (decimal): -5558084 or 12333227. OLE color: 12333227.
HSL color Cylindrical-coordinate representation of color #AB30BC: hue angle of 292.71º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AB30BC is Cyan = 0.09, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 171 | 48 | 188 | - |
| CMYK | 0.09 | 0.74 | 0 | 0.26 |
| HSL | 292.71º | 0.59% | 0.46% | - |
| HSV(B) | 292.71º | 0.74% | 0.74% | - |
| XYZ | 26.93 | 14.4 | 48.94 | - |
| YUV | 100.74 | 177.25 | 178.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 48 | 188 | 0.09 | 0.74 | 0 | 0.26 | 292.71 | 0.59 | 0.46 |
| Hex | AB | 30 | BC | 9 | 4A | 0 | 1A | 125 | 3B | 2E |
| Octal | 253 | 60 | 274 | 11 | 112 | 0 | 32 | 445 | 73 | 56 |
| Binary | 10101011 | 110000 | 10111100 | 1001 | 1001010 | 0 | 11010 | 100100101 | 111011 | 101110 |
Color Harmonies of #AB30BC
Complementary color
Monochromatic Colors of #AB30BC
Black with #AB30BC
Text Example
Text Example
White with #AB30BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB30BC; }
p { color: rgb(171,48,188); }
H1.HeaderClassName
{
color: #AB30BC;
}
.AnyTagClassName
{
color: #AB30BC;
}
</style>
background-color css
<style>
a { background-color: #AB30BC; }
a { background-color: rgb(171,48,188); }
div.DivClassName
{
background-color: #AB30BC;
}
.BgClassName
{
background-color: #AB30BC;
}
</style>
border-color css
<style>
span { border-color: #AB30BC; }
span { border-color: rgb(171,48,188); }
td.TdClassName
{
border-color: #AB30BC;
}
.TagClassName
{
border-color: #AB30BC;
}
</style>