Shades of Dark Orchid #AB3FDD
Tints of Dark Orchid #AB3FDD
RGB
CMYK
RGB Variations
Color information
#AB3FDD (or 0xAB3FDD) is known color: Dark Orchid. HEX triplet: AB, 3F and DD. RGB value is (171,63,221). Sum of RGB (Red+Green+Blue) = 171+63+221=455 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.58% from 455); Green value is 63 (25% from 255 or 13.85% from 455); Blue value is 221 (86.72% from 255 or 48.57% from 455); Max value from RGB is 221 - color contains mainly: blue. Hex color #AB3FDD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB3FDD is #54C022. Grayscale: #707070. Windows color (decimal): -5554211 or 14499755. OLE color: 14499755.
HSL color Cylindrical-coordinate representation of color #AB3FDD: hue angle of 281.01º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AB3FDD is Cyan = 0.23, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 171 | 63 | 221 | - |
| CMYK | 0.23 | 0.71 | 0 | 0.13 |
| HSL | 281.01º | 0.7% | 0.56% | - |
| HSV(B) | 281.01º | 0.71% | 0.87% | - |
| XYZ | 31.62 | 17.43 | 70.1 | - |
| YUV | 113.3 | 188.78 | 169.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 63 | 221 | 0.23 | 0.71 | 0 | 0.13 | 281.01 | 0.7 | 0.56 |
| Hex | AB | 3F | DD | 17 | 47 | 0 | D | 119 | 46 | 38 |
| Octal | 253 | 77 | 335 | 27 | 107 | 0 | 15 | 431 | 106 | 70 |
| Binary | 10101011 | 111111 | 11011101 | 10111 | 1000111 | 0 | 1101 | 100011001 | 1000110 | 111000 |
Color Harmonies of #AB3FDD
Complementary color
Monochromatic Colors of #AB3FDD
Black with #AB3FDD
Text Example
Text Example
White with #AB3FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB3FDD; }
p { color: rgb(171,63,221); }
H1.HeaderClassName
{
color: #AB3FDD;
}
.AnyTagClassName
{
color: #AB3FDD;
}
</style>
background-color css
<style>
a { background-color: #AB3FDD; }
a { background-color: rgb(171,63,221); }
div.DivClassName
{
background-color: #AB3FDD;
}
.BgClassName
{
background-color: #AB3FDD;
}
</style>
border-color css
<style>
span { border-color: #AB3FDD; }
span { border-color: rgb(171,63,221); }
td.TdClassName
{
border-color: #AB3FDD;
}
.TagClassName
{
border-color: #AB3FDD;
}
</style>