Shades of Dark Orchid #AB3FDB
Tints of Dark Orchid #AB3FDB
RGB
CMYK
RGB Variations
Color information
#AB3FDB (or 0xAB3FDB) is known color: Dark Orchid. HEX triplet: AB, 3F and DB. RGB value is (171,63,219). Sum of RGB (Red+Green+Blue) = 171+63+219=453 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.75% from 453); Green value is 63 (25% from 255 or 13.91% from 453); Blue value is 219 (85.94% from 255 or 48.34% from 453); Max value from RGB is 219 - color contains mainly: blue. Hex color #AB3FDB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB3FDB is #54C024. Grayscale: #707070. Windows color (decimal): -5554213 or 14368683. OLE color: 14368683.
HSL color Cylindrical-coordinate representation of color #AB3FDB: hue angle of 281.54º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AB3FDB is Cyan = 0.22, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 171 | 63 | 219 | - |
| CMYK | 0.22 | 0.71 | 0 | 0.14 |
| HSL | 281.54º | 0.68% | 0.55% | - |
| HSV(B) | 281.54º | 0.71% | 0.86% | - |
| XYZ | 31.36 | 17.33 | 68.71 | - |
| YUV | 113.08 | 187.78 | 169.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 63 | 219 | 0.22 | 0.71 | 0 | 0.14 | 281.54 | 0.68 | 0.55 |
| Hex | AB | 3F | DB | 16 | 47 | 0 | E | 11A | 44 | 37 |
| Octal | 253 | 77 | 333 | 26 | 107 | 0 | 16 | 432 | 104 | 67 |
| Binary | 10101011 | 111111 | 11011011 | 10110 | 1000111 | 0 | 1110 | 100011010 | 1000100 | 110111 |
Color Harmonies of #AB3FDB
Complementary color
Monochromatic Colors of #AB3FDB
Black with #AB3FDB
Text Example
Text Example
White with #AB3FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB3FDB; }
p { color: rgb(171,63,219); }
H1.HeaderClassName
{
color: #AB3FDB;
}
.AnyTagClassName
{
color: #AB3FDB;
}
</style>
background-color css
<style>
a { background-color: #AB3FDB; }
a { background-color: rgb(171,63,219); }
div.DivClassName
{
background-color: #AB3FDB;
}
.BgClassName
{
background-color: #AB3FDB;
}
</style>
border-color css
<style>
span { border-color: #AB3FDB; }
span { border-color: rgb(171,63,219); }
td.TdClassName
{
border-color: #AB3FDB;
}
.TagClassName
{
border-color: #AB3FDB;
}
</style>