Shades of Dark Orchid #AB32CD
Tints of Dark Orchid #AB32CD
RGB
CMYK
RGB Variations
Color information
#AB32CD (or 0xAB32CD) is known color: Dark Orchid. HEX triplet: AB, 32 and CD. RGB value is (171,50,205). Sum of RGB (Red+Green+Blue) = 171+50+205=426 (56% of max value = 765). Red value is 171 (67.19% from 255 or 40.14% from 426); Green value is 50 (19.92% from 255 or 11.74% from 426); Blue value is 205 (80.47% from 255 or 48.12% from 426); Max value from RGB is 205 - color contains mainly: blue. Hex color #AB32CD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB32CD is #54CD32. Grayscale: #676767. Windows color (decimal): -5557555 or 13447851. OLE color: 13447851.
HSL color Cylindrical-coordinate representation of color #AB32CD: hue angle of 286.84º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AB32CD is Cyan = 0.17, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 171 | 50 | 205 | - |
| CMYK | 0.17 | 0.76 | 0 | 0.20 |
| HSL | 286.84º | 0.61% | 0.5% | - |
| HSV(B) | 286.84º | 0.76% | 0.8% | - |
| XYZ | 28.95 | 15.35 | 59.19 | - |
| YUV | 103.85 | 185.09 | 175.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 50 | 205 | 0.17 | 0.76 | 0 | 0.20 | 286.84 | 0.61 | 0.5 |
| Hex | AB | 32 | CD | 11 | 4C | 0 | 14 | 11F | 3D | 32 |
| Octal | 253 | 62 | 315 | 21 | 114 | 0 | 24 | 437 | 75 | 62 |
| Binary | 10101011 | 110010 | 11001101 | 10001 | 1001100 | 0 | 10100 | 100011111 | 111101 | 110010 |
Color Harmonies of #AB32CD
Complementary color
Monochromatic Colors of #AB32CD
Black with #AB32CD
Text Example
Text Example
White with #AB32CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB32CD; }
p { color: rgb(171,50,205); }
H1.HeaderClassName
{
color: #AB32CD;
}
.AnyTagClassName
{
color: #AB32CD;
}
</style>
background-color css
<style>
a { background-color: #AB32CD; }
a { background-color: rgb(171,50,205); }
div.DivClassName
{
background-color: #AB32CD;
}
.BgClassName
{
background-color: #AB32CD;
}
</style>
border-color css
<style>
span { border-color: #AB32CD; }
span { border-color: rgb(171,50,205); }
td.TdClassName
{
border-color: #AB32CD;
}
.TagClassName
{
border-color: #AB32CD;
}
</style>