Shades of Dark Orchid #AB30BE
Tints of Dark Orchid #AB30BE
RGB
CMYK
RGB Variations
Color information
#AB30BE (or 0xAB30BE) is known color: Dark Orchid. HEX triplet: AB, 30 and BE. RGB value is (171,48,190). Sum of RGB (Red+Green+Blue) = 171+48+190=409 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.81% from 409); Green value is 48 (19.14% from 255 or 11.74% from 409); Blue value is 190 (74.61% from 255 or 46.45% from 409); Max value from RGB is 190 - color contains mainly: blue. Hex color #AB30BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB30BE is #54CF41. Grayscale: #646464. Windows color (decimal): -5558082 or 12464299. OLE color: 12464299.
HSL color Cylindrical-coordinate representation of color #AB30BE: hue angle of 291.97º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AB30BE is Cyan = 0.10, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 171 | 48 | 190 | - |
| CMYK | 0.10 | 0.75 | 0 | 0.25 |
| HSL | 291.97º | 0.6% | 0.47% | - |
| HSV(B) | 291.97º | 0.75% | 0.75% | - |
| XYZ | 27.15 | 14.49 | 50.08 | - |
| YUV | 100.97 | 178.25 | 177.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 48 | 190 | 0.10 | 0.75 | 0 | 0.25 | 291.97 | 0.6 | 0.47 |
| Hex | AB | 30 | BE | A | 4B | 0 | 19 | 124 | 3C | 2F |
| Octal | 253 | 60 | 276 | 12 | 113 | 0 | 31 | 444 | 74 | 57 |
| Binary | 10101011 | 110000 | 10111110 | 1010 | 1001011 | 0 | 11001 | 100100100 | 111100 | 101111 |
Color Harmonies of #AB30BE
Complementary color
Monochromatic Colors of #AB30BE
Black with #AB30BE
Text Example
Text Example
White with #AB30BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB30BE; }
p { color: rgb(171,48,190); }
H1.HeaderClassName
{
color: #AB30BE;
}
.AnyTagClassName
{
color: #AB30BE;
}
</style>
background-color css
<style>
a { background-color: #AB30BE; }
a { background-color: rgb(171,48,190); }
div.DivClassName
{
background-color: #AB30BE;
}
.BgClassName
{
background-color: #AB30BE;
}
</style>
border-color css
<style>
span { border-color: #AB30BE; }
span { border-color: rgb(171,48,190); }
td.TdClassName
{
border-color: #AB30BE;
}
.TagClassName
{
border-color: #AB30BE;
}
</style>