Shades of Dark Orchid #AB25DF
Tints of Dark Orchid #AB25DF
RGB
CMYK
RGB Variations
Color information
#AB25DF (or 0xAB25DF) is known color: Dark Orchid. HEX triplet: AB, 25 and DF. RGB value is (171,37,223). Sum of RGB (Red+Green+Blue) = 171+37+223=431 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.68% from 431); Green value is 37 (14.84% from 255 or 8.58% from 431); Blue value is 223 (87.5% from 255 or 51.74% from 431); Max value from RGB is 223 - color contains mainly: blue. Hex color #AB25DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB25DF is #54DA20. Grayscale: #616161. Windows color (decimal): -5560865 or 14624171. OLE color: 14624171.
HSL color Cylindrical-coordinate representation of color #AB25DF: hue angle of 283.23º degrees, saturation: 0.74, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AB25DF is Cyan = 0.23, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 171 | 37 | 223 | - |
| CMYK | 0.23 | 0.83 | 0 | 0.13 |
| HSL | 283.23º | 0.74% | 0.51% | - |
| HSV(B) | 283.23º | 0.83% | 0.87% | - |
| XYZ | 30.78 | 15.31 | 71.14 | - |
| YUV | 98.27 | 198.39 | 179.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 37 | 223 | 0.23 | 0.83 | 0 | 0.13 | 283.23 | 0.74 | 0.51 |
| Hex | AB | 25 | DF | 17 | 53 | 0 | D | 11B | 4A | 33 |
| Octal | 253 | 45 | 337 | 27 | 123 | 0 | 15 | 433 | 112 | 63 |
| Binary | 10101011 | 100101 | 11011111 | 10111 | 1010011 | 0 | 1101 | 100011011 | 1001010 | 110011 |
Color Harmonies of #AB25DF
Complementary color
Monochromatic Colors of #AB25DF
Black with #AB25DF
Text Example
Text Example
White with #AB25DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB25DF; }
p { color: rgb(171,37,223); }
H1.HeaderClassName
{
color: #AB25DF;
}
.AnyTagClassName
{
color: #AB25DF;
}
</style>
background-color css
<style>
a { background-color: #AB25DF; }
a { background-color: rgb(171,37,223); }
div.DivClassName
{
background-color: #AB25DF;
}
.BgClassName
{
background-color: #AB25DF;
}
</style>
border-color css
<style>
span { border-color: #AB25DF; }
span { border-color: rgb(171,37,223); }
td.TdClassName
{
border-color: #AB25DF;
}
.TagClassName
{
border-color: #AB25DF;
}
</style>