Shades of Dark Orchid #AB32BE
Tints of Dark Orchid #AB32BE
RGB
CMYK
RGB Variations
Color information
#AB32BE (or 0xAB32BE) is known color: Dark Orchid. HEX triplet: AB, 32 and BE. RGB value is (171,50,190). Sum of RGB (Red+Green+Blue) = 171+50+190=411 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.61% from 411); Green value is 50 (19.92% from 255 or 12.17% from 411); Blue value is 190 (74.61% from 255 or 46.23% from 411); Max value from RGB is 190 - color contains mainly: blue. Hex color #AB32BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB32BE is #54CD41. Grayscale: #656565. Windows color (decimal): -5557570 or 12464811. OLE color: 12464811.
HSL color Cylindrical-coordinate representation of color #AB32BE: hue angle of 291.86º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AB32BE is Cyan = 0.10, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 171 | 50 | 190 | - |
| CMYK | 0.10 | 0.74 | 0 | 0.25 |
| HSL | 291.86º | 0.58% | 0.47% | - |
| HSV(B) | 291.86º | 0.74% | 0.75% | - |
| XYZ | 27.23 | 14.66 | 50.11 | - |
| YUV | 102.14 | 177.59 | 177.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 50 | 190 | 0.10 | 0.74 | 0 | 0.25 | 291.86 | 0.58 | 0.47 |
| Hex | AB | 32 | BE | A | 4A | 0 | 19 | 124 | 3A | 2F |
| Octal | 253 | 62 | 276 | 12 | 112 | 0 | 31 | 444 | 72 | 57 |
| Binary | 10101011 | 110010 | 10111110 | 1010 | 1001010 | 0 | 11001 | 100100100 | 111010 | 101111 |
Color Harmonies of #AB32BE
Complementary color
Monochromatic Colors of #AB32BE
Black with #AB32BE
Text Example
Text Example
White with #AB32BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB32BE; }
p { color: rgb(171,50,190); }
H1.HeaderClassName
{
color: #AB32BE;
}
.AnyTagClassName
{
color: #AB32BE;
}
</style>
background-color css
<style>
a { background-color: #AB32BE; }
a { background-color: rgb(171,50,190); }
div.DivClassName
{
background-color: #AB32BE;
}
.BgClassName
{
background-color: #AB32BE;
}
</style>
border-color css
<style>
span { border-color: #AB32BE; }
span { border-color: rgb(171,50,190); }
td.TdClassName
{
border-color: #AB32BE;
}
.TagClassName
{
border-color: #AB32BE;
}
</style>