Shades of Dark Orchid #AB3CCD
Tints of Dark Orchid #AB3CCD
RGB
CMYK
RGB Variations
Color information
#AB3CCD (or 0xAB3CCD) is known color: Dark Orchid. HEX triplet: AB, 3C and CD. RGB value is (171,60,205). Sum of RGB (Red+Green+Blue) = 171+60+205=436 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.22% from 436); Green value is 60 (23.83% from 255 or 13.76% from 436); Blue value is 205 (80.47% from 255 or 47.02% from 436); Max value from RGB is 205 - color contains mainly: blue. Hex color #AB3CCD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB3CCD is #54C332. Grayscale: #6D6D6D. Windows color (decimal): -5554995 or 13450411. OLE color: 13450411.
HSL color Cylindrical-coordinate representation of color #AB3CCD: hue angle of 285.93º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AB3CCD is Cyan = 0.17, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 171 | 60 | 205 | - |
| CMYK | 0.17 | 0.71 | 0 | 0.20 |
| HSL | 285.93º | 0.59% | 0.52% | - |
| HSV(B) | 285.93º | 0.71% | 0.8% | - |
| XYZ | 29.43 | 16.3 | 59.35 | - |
| YUV | 109.72 | 181.77 | 171.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 60 | 205 | 0.17 | 0.71 | 0 | 0.20 | 285.93 | 0.59 | 0.52 |
| Hex | AB | 3C | CD | 11 | 47 | 0 | 14 | 11E | 3B | 34 |
| Octal | 253 | 74 | 315 | 21 | 107 | 0 | 24 | 436 | 73 | 64 |
| Binary | 10101011 | 111100 | 11001101 | 10001 | 1000111 | 0 | 10100 | 100011110 | 111011 | 110100 |
Color Harmonies of #AB3CCD
Complementary color
Monochromatic Colors of #AB3CCD
Black with #AB3CCD
Text Example
Text Example
White with #AB3CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB3CCD; }
p { color: rgb(171,60,205); }
H1.HeaderClassName
{
color: #AB3CCD;
}
.AnyTagClassName
{
color: #AB3CCD;
}
</style>
background-color css
<style>
a { background-color: #AB3CCD; }
a { background-color: rgb(171,60,205); }
div.DivClassName
{
background-color: #AB3CCD;
}
.BgClassName
{
background-color: #AB3CCD;
}
</style>
border-color css
<style>
span { border-color: #AB3CCD; }
span { border-color: rgb(171,60,205); }
td.TdClassName
{
border-color: #AB3CCD;
}
.TagClassName
{
border-color: #AB3CCD;
}
</style>