Shades of Dark Orchid #AB38DB
Tints of Dark Orchid #AB38DB
RGB
CMYK
RGB Variations
Color information
#AB38DB (or 0xAB38DB) is known color: Dark Orchid. HEX triplet: AB, 38 and DB. RGB value is (171,56,219). Sum of RGB (Red+Green+Blue) = 171+56+219=446 (59% of max value = 765). Red value is 171 (67.19% from 255 or 38.34% from 446); Green value is 56 (22.27% from 255 or 12.56% from 446); Blue value is 219 (85.94% from 255 or 49.10% from 446); Max value from RGB is 219 - color contains mainly: blue. Hex color #AB38DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB38DB is #54C724. Grayscale: #6C6C6C. Windows color (decimal): -5556005 or 14366891. OLE color: 14366891.
HSL color Cylindrical-coordinate representation of color #AB38DB: hue angle of 282.33º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AB38DB is Cyan = 0.22, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 171 | 56 | 219 | - |
| CMYK | 0.22 | 0.74 | 0 | 0.14 |
| HSL | 282.33º | 0.69% | 0.54% | - |
| HSV(B) | 282.33º | 0.74% | 0.86% | - |
| XYZ | 30.99 | 16.6 | 68.59 | - |
| YUV | 108.97 | 190.1 | 172.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 56 | 219 | 0.22 | 0.74 | 0 | 0.14 | 282.33 | 0.69 | 0.54 |
| Hex | AB | 38 | DB | 16 | 4A | 0 | E | 11A | 45 | 36 |
| Octal | 253 | 70 | 333 | 26 | 112 | 0 | 16 | 432 | 105 | 66 |
| Binary | 10101011 | 111000 | 11011011 | 10110 | 1001010 | 0 | 1110 | 100011010 | 1000101 | 110110 |
Color Harmonies of #AB38DB
Complementary color
Monochromatic Colors of #AB38DB
Black with #AB38DB
Text Example
Text Example
White with #AB38DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB38DB; }
p { color: rgb(171,56,219); }
H1.HeaderClassName
{
color: #AB38DB;
}
.AnyTagClassName
{
color: #AB38DB;
}
</style>
background-color css
<style>
a { background-color: #AB38DB; }
a { background-color: rgb(171,56,219); }
div.DivClassName
{
background-color: #AB38DB;
}
.BgClassName
{
background-color: #AB38DB;
}
</style>
border-color css
<style>
span { border-color: #AB38DB; }
span { border-color: rgb(171,56,219); }
td.TdClassName
{
border-color: #AB38DB;
}
.TagClassName
{
border-color: #AB38DB;
}
</style>