Shades of Dark Orchid #AB40E6
Tints of Dark Orchid #AB40E6
RGB
CMYK
RGB Variations
Color information
#AB40E6 (or 0xAB40E6) is known color: Dark Orchid. HEX triplet: AB, 40 and E6. RGB value is (171,64,230). Sum of RGB (Red+Green+Blue) = 171+64+230=465 (61% of max value = 765). Red value is 171 (67.19% from 255 or 36.77% from 465); Green value is 64 (25.39% from 255 or 13.76% from 465); Blue value is 230 (90.23% from 255 or 49.46% from 465); Max value from RGB is 230 - color contains mainly: blue. Hex color #AB40E6 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AB40E6 is #54BF19. Grayscale: #727272. Windows color (decimal): -5553946 or 15089835. OLE color: 15089835.
HSL color Cylindrical-coordinate representation of color #AB40E6: hue angle of 278.67º degrees, saturation: 0.77, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AB40E6 is Cyan = 0.26, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 171 | 64 | 230 | - |
| CMYK | 0.26 | 0.72 | 0 | 0.10 |
| HSL | 278.67º | 0.77% | 0.58% | - |
| HSV(B) | 278.67º | 0.72% | 0.9% | - |
| XYZ | 32.91 | 18.04 | 76.61 | - |
| YUV | 114.92 | 192.95 | 168 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 64 | 230 | 0.26 | 0.72 | 0 | 0.10 | 278.67 | 0.77 | 0.58 |
| Hex | AB | 40 | E6 | 1A | 48 | 0 | A | 117 | 4D | 3A |
| Octal | 253 | 100 | 346 | 32 | 110 | 0 | 12 | 427 | 115 | 72 |
| Binary | 10101011 | 1000000 | 11100110 | 11010 | 1001000 | 0 | 1010 | 100010111 | 1001101 | 111010 |
Color Harmonies of #AB40E6
Complementary color
Monochromatic Colors of #AB40E6
Black with #AB40E6
Text Example
Text Example
White with #AB40E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB40E6; }
p { color: rgb(171,64,230); }
H1.HeaderClassName
{
color: #AB40E6;
}
.AnyTagClassName
{
color: #AB40E6;
}
</style>
background-color css
<style>
a { background-color: #AB40E6; }
a { background-color: rgb(171,64,230); }
div.DivClassName
{
background-color: #AB40E6;
}
.BgClassName
{
background-color: #AB40E6;
}
</style>
border-color css
<style>
span { border-color: #AB40E6; }
span { border-color: rgb(171,64,230); }
td.TdClassName
{
border-color: #AB40E6;
}
.TagClassName
{
border-color: #AB40E6;
}
</style>