Shades of Dark Orchid #AB36BC
Tints of Dark Orchid #AB36BC
RGB
CMYK
RGB Variations
Color information
#AB36BC (or 0xAB36BC) is known color: Dark Orchid. HEX triplet: AB, 36 and BC. RGB value is (171,54,188). Sum of RGB (Red+Green+Blue) = 171+54+188=413 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.40% from 413); Green value is 54 (21.48% from 255 or 13.08% from 413); Blue value is 188 (73.83% from 255 or 45.52% from 413); Max value from RGB is 188 - color contains mainly: blue. Hex color #AB36BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB36BC is #54C943. Grayscale: #676767. Windows color (decimal): -5556548 or 12334763. OLE color: 12334763.
HSL color Cylindrical-coordinate representation of color #AB36BC: hue angle of 292.39º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AB36BC is Cyan = 0.09, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 171 | 54 | 188 | - |
| CMYK | 0.09 | 0.71 | 0 | 0.26 |
| HSL | 292.39º | 0.55% | 0.47% | - |
| HSV(B) | 292.39º | 0.71% | 0.74% | - |
| XYZ | 27.19 | 14.93 | 49.03 | - |
| YUV | 104.26 | 175.26 | 175.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 54 | 188 | 0.09 | 0.71 | 0 | 0.26 | 292.39 | 0.55 | 0.47 |
| Hex | AB | 36 | BC | 9 | 47 | 0 | 1A | 124 | 37 | 2F |
| Octal | 253 | 66 | 274 | 11 | 107 | 0 | 32 | 444 | 67 | 57 |
| Binary | 10101011 | 110110 | 10111100 | 1001 | 1000111 | 0 | 11010 | 100100100 | 110111 | 101111 |
Color Harmonies of #AB36BC
Complementary color
Monochromatic Colors of #AB36BC
Black with #AB36BC
Text Example
Text Example
White with #AB36BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB36BC; }
p { color: rgb(171,54,188); }
H1.HeaderClassName
{
color: #AB36BC;
}
.AnyTagClassName
{
color: #AB36BC;
}
</style>
background-color css
<style>
a { background-color: #AB36BC; }
a { background-color: rgb(171,54,188); }
div.DivClassName
{
background-color: #AB36BC;
}
.BgClassName
{
background-color: #AB36BC;
}
</style>
border-color css
<style>
span { border-color: #AB36BC; }
span { border-color: rgb(171,54,188); }
td.TdClassName
{
border-color: #AB36BC;
}
.TagClassName
{
border-color: #AB36BC;
}
</style>