Shades of Dark Orchid #AB3CDD
Tints of Dark Orchid #AB3CDD
RGB
CMYK
RGB Variations
Color information
#AB3CDD (or 0xAB3CDD) is known color: Dark Orchid. HEX triplet: AB, 3C and DD. RGB value is (171,60,221). Sum of RGB (Red+Green+Blue) = 171+60+221=452 (59% of max value = 765). Red value is 171 (67.19% from 255 or 37.83% from 452); Green value is 60 (23.83% from 255 or 13.27% from 452); Blue value is 221 (86.72% from 255 or 48.89% from 452); Max value from RGB is 221 - color contains mainly: blue. Hex color #AB3CDD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB3CDD is #54C322. Grayscale: #6F6F6F. Windows color (decimal): -5554979 or 14498987. OLE color: 14498987.
HSL color Cylindrical-coordinate representation of color #AB3CDD: hue angle of 281.37º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AB3CDD is Cyan = 0.23, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 171 | 60 | 221 | - |
| CMYK | 0.23 | 0.73 | 0 | 0.13 |
| HSL | 281.37º | 0.7% | 0.55% | - |
| HSV(B) | 281.37º | 0.73% | 0.87% | - |
| XYZ | 31.46 | 17.11 | 70.05 | - |
| YUV | 111.54 | 189.77 | 170.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 60 | 221 | 0.23 | 0.73 | 0 | 0.13 | 281.37 | 0.7 | 0.55 |
| Hex | AB | 3C | DD | 17 | 49 | 0 | D | 119 | 46 | 37 |
| Octal | 253 | 74 | 335 | 27 | 111 | 0 | 15 | 431 | 106 | 67 |
| Binary | 10101011 | 111100 | 11011101 | 10111 | 1001001 | 0 | 1101 | 100011001 | 1000110 | 110111 |
Color Harmonies of #AB3CDD
Complementary color
Monochromatic Colors of #AB3CDD
Black with #AB3CDD
Text Example
Text Example
White with #AB3CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB3CDD; }
p { color: rgb(171,60,221); }
H1.HeaderClassName
{
color: #AB3CDD;
}
.AnyTagClassName
{
color: #AB3CDD;
}
</style>
background-color css
<style>
a { background-color: #AB3CDD; }
a { background-color: rgb(171,60,221); }
div.DivClassName
{
background-color: #AB3CDD;
}
.BgClassName
{
background-color: #AB3CDD;
}
</style>
border-color css
<style>
span { border-color: #AB3CDD; }
span { border-color: rgb(171,60,221); }
td.TdClassName
{
border-color: #AB3CDD;
}
.TagClassName
{
border-color: #AB3CDD;
}
</style>