Shades of Dark Orchid #AB25DB
Tints of Dark Orchid #AB25DB
RGB
CMYK
RGB Variations
Color information
#AB25DB (or 0xAB25DB) is known color: Dark Orchid. HEX triplet: AB, 25 and DB. RGB value is (171,37,219). Sum of RGB (Red+Green+Blue) = 171+37+219=427 (56% of max value = 765). Red value is 171 (67.19% from 255 or 40.05% from 427); Green value is 37 (14.84% from 255 or 8.67% from 427); Blue value is 219 (85.94% from 255 or 51.29% from 427); Max value from RGB is 219 - color contains mainly: blue. Hex color #AB25DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB25DB is #54DA24. Grayscale: #616161. Windows color (decimal): -5560869 or 14362027. OLE color: 14362027.
HSL color Cylindrical-coordinate representation of color #AB25DB: hue angle of 284.18º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AB25DB is Cyan = 0.22, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 171 | 37 | 219 | - |
| CMYK | 0.22 | 0.83 | 0 | 0.14 |
| HSL | 284.18º | 0.72% | 0.5% | - |
| HSV(B) | 284.18º | 0.83% | 0.86% | - |
| XYZ | 30.24 | 15.1 | 68.34 | - |
| YUV | 97.81 | 196.39 | 180.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 37 | 219 | 0.22 | 0.83 | 0 | 0.14 | 284.18 | 0.72 | 0.5 |
| Hex | AB | 25 | DB | 16 | 53 | 0 | E | 11C | 48 | 32 |
| Octal | 253 | 45 | 333 | 26 | 123 | 0 | 16 | 434 | 110 | 62 |
| Binary | 10101011 | 100101 | 11011011 | 10110 | 1010011 | 0 | 1110 | 100011100 | 1001000 | 110010 |
Color Harmonies of #AB25DB
Complementary color
Monochromatic Colors of #AB25DB
Black with #AB25DB
Text Example
Text Example
White with #AB25DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB25DB; }
p { color: rgb(171,37,219); }
H1.HeaderClassName
{
color: #AB25DB;
}
.AnyTagClassName
{
color: #AB25DB;
}
</style>
background-color css
<style>
a { background-color: #AB25DB; }
a { background-color: rgb(171,37,219); }
div.DivClassName
{
background-color: #AB25DB;
}
.BgClassName
{
background-color: #AB25DB;
}
</style>
border-color css
<style>
span { border-color: #AB25DB; }
span { border-color: rgb(171,37,219); }
td.TdClassName
{
border-color: #AB25DB;
}
.TagClassName
{
border-color: #AB25DB;
}
</style>