Shades of Dark Orchid #AB3FDF
Tints of Dark Orchid #AB3FDF
RGB
CMYK
RGB Variations
Color information
#AB3FDF (or 0xAB3FDF) is known color: Dark Orchid. HEX triplet: AB, 3F and DF. RGB value is (171,63,223). Sum of RGB (Red+Green+Blue) = 171+63+223=457 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.42% from 457); Green value is 63 (25% from 255 or 13.79% from 457); Blue value is 223 (87.5% from 255 or 48.80% from 457); Max value from RGB is 223 - color contains mainly: blue. Hex color #AB3FDF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB3FDF is #54C020. Grayscale: #717171. Windows color (decimal): -5554209 or 14630827. OLE color: 14630827.
HSL color Cylindrical-coordinate representation of color #AB3FDF: hue angle of 280.5º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AB3FDF is Cyan = 0.23, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 171 | 63 | 223 | - |
| CMYK | 0.23 | 0.72 | 0 | 0.13 |
| HSL | 280.5º | 0.71% | 0.56% | - |
| HSV(B) | 280.5º | 0.72% | 0.87% | - |
| XYZ | 31.89 | 17.54 | 71.52 | - |
| YUV | 113.53 | 189.78 | 168.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 63 | 223 | 0.23 | 0.72 | 0 | 0.13 | 280.5 | 0.71 | 0.56 |
| Hex | AB | 3F | DF | 17 | 48 | 0 | D | 118 | 47 | 38 |
| Octal | 253 | 77 | 337 | 27 | 110 | 0 | 15 | 430 | 107 | 70 |
| Binary | 10101011 | 111111 | 11011111 | 10111 | 1001000 | 0 | 1101 | 100011000 | 1000111 | 111000 |
Color Harmonies of #AB3FDF
Complementary color
Monochromatic Colors of #AB3FDF
Black with #AB3FDF
Text Example
Text Example
White with #AB3FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB3FDF; }
p { color: rgb(171,63,223); }
H1.HeaderClassName
{
color: #AB3FDF;
}
.AnyTagClassName
{
color: #AB3FDF;
}
</style>
background-color css
<style>
a { background-color: #AB3FDF; }
a { background-color: rgb(171,63,223); }
div.DivClassName
{
background-color: #AB3FDF;
}
.BgClassName
{
background-color: #AB3FDF;
}
</style>
border-color css
<style>
span { border-color: #AB3FDF; }
span { border-color: rgb(171,63,223); }
td.TdClassName
{
border-color: #AB3FDF;
}
.TagClassName
{
border-color: #AB3FDF;
}
</style>