Shades of Dark Orchid #AB36DF
Tints of Dark Orchid #AB36DF
RGB
CMYK
RGB Variations
Color information
#AB36DF (or 0xAB36DF) is known color: Dark Orchid. HEX triplet: AB, 36 and DF. RGB value is (171,54,223). Sum of RGB (Red+Green+Blue) = 171+54+223=448 (59% of max value = 765). Red value is 171 (67.19% from 255 or 38.17% from 448); Green value is 54 (21.48% from 255 or 12.05% from 448); Blue value is 223 (87.5% from 255 or 49.78% from 448); Max value from RGB is 223 - color contains mainly: blue. Hex color #AB36DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB36DF is #54C920. Grayscale: #6B6B6B. Windows color (decimal): -5556513 or 14628523. OLE color: 14628523.
HSL color Cylindrical-coordinate representation of color #AB36DF: hue angle of 281.54º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AB36DF is Cyan = 0.23, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 171 | 54 | 223 | - |
| CMYK | 0.23 | 0.76 | 0 | 0.13 |
| HSL | 281.54º | 0.73% | 0.54% | - |
| HSV(B) | 281.54º | 0.76% | 0.87% | - |
| XYZ | 31.43 | 16.62 | 71.36 | - |
| YUV | 108.25 | 192.76 | 172.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 54 | 223 | 0.23 | 0.76 | 0 | 0.13 | 281.54 | 0.73 | 0.54 |
| Hex | AB | 36 | DF | 17 | 4C | 0 | D | 11A | 49 | 36 |
| Octal | 253 | 66 | 337 | 27 | 114 | 0 | 15 | 432 | 111 | 66 |
| Binary | 10101011 | 110110 | 11011111 | 10111 | 1001100 | 0 | 1101 | 100011010 | 1001001 | 110110 |
Color Harmonies of #AB36DF
Complementary color
Monochromatic Colors of #AB36DF
Black with #AB36DF
Text Example
Text Example
White with #AB36DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB36DF; }
p { color: rgb(171,54,223); }
H1.HeaderClassName
{
color: #AB36DF;
}
.AnyTagClassName
{
color: #AB36DF;
}
</style>
background-color css
<style>
a { background-color: #AB36DF; }
a { background-color: rgb(171,54,223); }
div.DivClassName
{
background-color: #AB36DF;
}
.BgClassName
{
background-color: #AB36DF;
}
</style>
border-color css
<style>
span { border-color: #AB36DF; }
span { border-color: rgb(171,54,223); }
td.TdClassName
{
border-color: #AB36DF;
}
.TagClassName
{
border-color: #AB36DF;
}
</style>