Shades of Dark Orchid #AB3DDB
Tints of Dark Orchid #AB3DDB
RGB
CMYK
RGB Variations
Color information
#AB3DDB (or 0xAB3DDB) is known color: Dark Orchid. HEX triplet: AB, 3D and DB. RGB value is (171,61,219). Sum of RGB (Red+Green+Blue) = 171+61+219=451 (59% of max value = 765). Red value is 171 (67.19% from 255 or 37.92% from 451); Green value is 61 (24.22% from 255 or 13.53% from 451); Blue value is 219 (85.94% from 255 or 48.56% from 451); Max value from RGB is 219 - color contains mainly: blue. Hex color #AB3DDB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB3DDB is #54C224. Grayscale: #6F6F6F. Windows color (decimal): -5554725 or 14368171. OLE color: 14368171.
HSL color Cylindrical-coordinate representation of color #AB3DDB: hue angle of 281.77º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AB3DDB is Cyan = 0.22, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 171 | 61 | 219 | - |
| CMYK | 0.22 | 0.72 | 0 | 0.14 |
| HSL | 281.77º | 0.69% | 0.55% | - |
| HSV(B) | 281.77º | 0.72% | 0.86% | - |
| XYZ | 31.25 | 17.11 | 68.67 | - |
| YUV | 111.9 | 188.44 | 170.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 61 | 219 | 0.22 | 0.72 | 0 | 0.14 | 281.77 | 0.69 | 0.55 |
| Hex | AB | 3D | DB | 16 | 48 | 0 | E | 11A | 45 | 37 |
| Octal | 253 | 75 | 333 | 26 | 110 | 0 | 16 | 432 | 105 | 67 |
| Binary | 10101011 | 111101 | 11011011 | 10110 | 1001000 | 0 | 1110 | 100011010 | 1000101 | 110111 |
Color Harmonies of #AB3DDB
Complementary color
Monochromatic Colors of #AB3DDB
Black with #AB3DDB
Text Example
Text Example
White with #AB3DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB3DDB; }
p { color: rgb(171,61,219); }
H1.HeaderClassName
{
color: #AB3DDB;
}
.AnyTagClassName
{
color: #AB3DDB;
}
</style>
background-color css
<style>
a { background-color: #AB3DDB; }
a { background-color: rgb(171,61,219); }
div.DivClassName
{
background-color: #AB3DDB;
}
.BgClassName
{
background-color: #AB3DDB;
}
</style>
border-color css
<style>
span { border-color: #AB3DDB; }
span { border-color: rgb(171,61,219); }
td.TdClassName
{
border-color: #AB3DDB;
}
.TagClassName
{
border-color: #AB3DDB;
}
</style>