Shades of Dark Orchid #AB33BD
Tints of Dark Orchid #AB33BD
RGB
CMYK
RGB Variations
Color information
#AB33BD (or 0xAB33BD) is known color: Dark Orchid. HEX triplet: AB, 33 and BD. RGB value is (171,51,189). Sum of RGB (Red+Green+Blue) = 171+51+189=411 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.61% from 411); Green value is 51 (20.31% from 255 or 12.41% from 411); Blue value is 189 (74.22% from 255 or 45.99% from 411); Max value from RGB is 189 - color contains mainly: blue. Hex color #AB33BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB33BD is #54CC42. Grayscale: #666666. Windows color (decimal): -5557315 or 12399531. OLE color: 12399531.
HSL color Cylindrical-coordinate representation of color #AB33BD: hue angle of 292.17º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AB33BD is Cyan = 0.10, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 171 | 51 | 189 | - |
| CMYK | 0.10 | 0.73 | 0 | 0.26 |
| HSL | 292.17º | 0.58% | 0.47% | - |
| HSV(B) | 292.17º | 0.73% | 0.74% | - |
| XYZ | 27.16 | 14.7 | 49.55 | - |
| YUV | 102.61 | 176.76 | 176.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 51 | 189 | 0.10 | 0.73 | 0 | 0.26 | 292.17 | 0.58 | 0.47 |
| Hex | AB | 33 | BD | A | 49 | 0 | 1A | 124 | 3A | 2F |
| Octal | 253 | 63 | 275 | 12 | 111 | 0 | 32 | 444 | 72 | 57 |
| Binary | 10101011 | 110011 | 10111101 | 1010 | 1001001 | 0 | 11010 | 100100100 | 111010 | 101111 |
Color Harmonies of #AB33BD
Complementary color
Monochromatic Colors of #AB33BD
Black with #AB33BD
Text Example
Text Example
White with #AB33BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB33BD; }
p { color: rgb(171,51,189); }
H1.HeaderClassName
{
color: #AB33BD;
}
.AnyTagClassName
{
color: #AB33BD;
}
</style>
background-color css
<style>
a { background-color: #AB33BD; }
a { background-color: rgb(171,51,189); }
div.DivClassName
{
background-color: #AB33BD;
}
.BgClassName
{
background-color: #AB33BD;
}
</style>
border-color css
<style>
span { border-color: #AB33BD; }
span { border-color: rgb(171,51,189); }
td.TdClassName
{
border-color: #AB33BD;
}
.TagClassName
{
border-color: #AB33BD;
}
</style>