Shades of Dark Orchid #AB30B0
Tints of Dark Orchid #AB30B0
RGB
CMYK
RGB Variations
Color information
#AB30B0 (or 0xAB30B0) is known color: Dark Orchid. HEX triplet: AB, 30 and B0. RGB value is (171,48,176). Sum of RGB (Red+Green+Blue) = 171+48+176=395 (52% of max value = 765). Red value is 171 (67.19% from 255 or 43.29% from 395); Green value is 48 (19.14% from 255 or 12.15% from 395); Blue value is 176 (69.14% from 255 or 44.56% from 395); Max value from RGB is 176 - color contains mainly: blue. Hex color #AB30B0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB30B0 is #54CF4F. Grayscale: #626262. Windows color (decimal): -5558096 or 11546795. OLE color: 11546795.
HSL color Cylindrical-coordinate representation of color #AB30B0: hue angle of 297.66º degrees, saturation: 0.57, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AB30B0 is Cyan = 0.03, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 171 | 48 | 176 | - |
| CMYK | 0.03 | 0.73 | 0 | 0.31 |
| HSL | 297.66º | 0.57% | 0.44% | - |
| HSV(B) | 297.66º | 0.73% | 0.69% | - |
| XYZ | 25.69 | 13.91 | 42.4 | - |
| YUV | 99.37 | 171.25 | 179.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 48 | 176 | 0.03 | 0.73 | 0 | 0.31 | 297.66 | 0.57 | 0.44 |
| Hex | AB | 30 | B0 | 3 | 49 | 0 | 1F | 12A | 39 | 2C |
| Octal | 253 | 60 | 260 | 3 | 111 | 0 | 37 | 452 | 71 | 54 |
| Binary | 10101011 | 110000 | 10110000 | 11 | 1001001 | 0 | 11111 | 100101010 | 111001 | 101100 |
Color Harmonies of #AB30B0
Complementary color
Monochromatic Colors of #AB30B0
Black with #AB30B0
Text Example
Text Example
White with #AB30B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB30B0; }
p { color: rgb(171,48,176); }
H1.HeaderClassName
{
color: #AB30B0;
}
.AnyTagClassName
{
color: #AB30B0;
}
</style>
background-color css
<style>
a { background-color: #AB30B0; }
a { background-color: rgb(171,48,176); }
div.DivClassName
{
background-color: #AB30B0;
}
.BgClassName
{
background-color: #AB30B0;
}
</style>
border-color css
<style>
span { border-color: #AB30B0; }
span { border-color: rgb(171,48,176); }
td.TdClassName
{
border-color: #AB30B0;
}
.TagClassName
{
border-color: #AB30B0;
}
</style>