Shades of Dark Orchid #AB3BDF
Tints of Dark Orchid #AB3BDF
RGB
CMYK
RGB Variations
Color information
#AB3BDF (or 0xAB3BDF) is known color: Dark Orchid. HEX triplet: AB, 3B and DF. RGB value is (171,59,223). Sum of RGB (Red+Green+Blue) = 171+59+223=453 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.75% from 453); Green value is 59 (23.44% from 255 or 13.02% from 453); Blue value is 223 (87.5% from 255 or 49.23% from 453); Max value from RGB is 223 - color contains mainly: blue. Hex color #AB3BDF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB3BDF is #54C420. Grayscale: #6E6E6E. Windows color (decimal): -5555233 or 14629803. OLE color: 14629803.
HSL color Cylindrical-coordinate representation of color #AB3BDF: hue angle of 280.98º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AB3BDF is Cyan = 0.23, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 171 | 59 | 223 | - |
| CMYK | 0.23 | 0.74 | 0 | 0.13 |
| HSL | 280.98º | 0.72% | 0.55% | - |
| HSV(B) | 280.98º | 0.74% | 0.87% | - |
| XYZ | 31.68 | 17.11 | 71.45 | - |
| YUV | 111.18 | 191.11 | 170.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 59 | 223 | 0.23 | 0.74 | 0 | 0.13 | 280.98 | 0.72 | 0.55 |
| Hex | AB | 3B | DF | 17 | 4A | 0 | D | 119 | 48 | 37 |
| Octal | 253 | 73 | 337 | 27 | 112 | 0 | 15 | 431 | 110 | 67 |
| Binary | 10101011 | 111011 | 11011111 | 10111 | 1001010 | 0 | 1101 | 100011001 | 1001000 | 110111 |
Color Harmonies of #AB3BDF
Complementary color
Monochromatic Colors of #AB3BDF
Black with #AB3BDF
Text Example
Text Example
White with #AB3BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB3BDF; }
p { color: rgb(171,59,223); }
H1.HeaderClassName
{
color: #AB3BDF;
}
.AnyTagClassName
{
color: #AB3BDF;
}
</style>
background-color css
<style>
a { background-color: #AB3BDF; }
a { background-color: rgb(171,59,223); }
div.DivClassName
{
background-color: #AB3BDF;
}
.BgClassName
{
background-color: #AB3BDF;
}
</style>
border-color css
<style>
span { border-color: #AB3BDF; }
span { border-color: rgb(171,59,223); }
td.TdClassName
{
border-color: #AB3BDF;
}
.TagClassName
{
border-color: #AB3BDF;
}
</style>