Shades of Dark Orchid #AB40C7
Tints of Dark Orchid #AB40C7
RGB
CMYK
RGB Variations
Color information
#AB40C7 (or 0xAB40C7) is known color: Dark Orchid. HEX triplet: AB, 40 and C7. RGB value is (171,64,199). Sum of RGB (Red+Green+Blue) = 171+64+199=434 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.40% from 434); Green value is 64 (25.39% from 255 or 14.75% from 434); Blue value is 199 (78.12% from 255 or 45.85% from 434); Max value from RGB is 199 - color contains mainly: blue. Hex color #AB40C7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB40C7 is #54BF38. Grayscale: #6E6E6E. Windows color (decimal): -5553977 or 13058219. OLE color: 13058219.
HSL color Cylindrical-coordinate representation of color #AB40C7: hue angle of 287.56º degrees, saturation: 0.55, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AB40C7 is Cyan = 0.14, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 171 | 64 | 199 | - |
| CMYK | 0.14 | 0.68 | 0 | 0.22 |
| HSL | 287.56º | 0.55% | 0.52% | - |
| HSV(B) | 287.56º | 0.68% | 0.78% | - |
| XYZ | 28.94 | 16.45 | 55.68 | - |
| YUV | 111.38 | 177.45 | 170.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 64 | 199 | 0.14 | 0.68 | 0 | 0.22 | 287.56 | 0.55 | 0.52 |
| Hex | AB | 40 | C7 | E | 44 | 0 | 16 | 120 | 37 | 34 |
| Octal | 253 | 100 | 307 | 16 | 104 | 0 | 26 | 440 | 67 | 64 |
| Binary | 10101011 | 1000000 | 11000111 | 1110 | 1000100 | 0 | 10110 | 100100000 | 110111 | 110100 |
Color Harmonies of #AB40C7
Complementary color
Monochromatic Colors of #AB40C7
Black with #AB40C7
Text Example
Text Example
White with #AB40C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB40C7; }
p { color: rgb(171,64,199); }
H1.HeaderClassName
{
color: #AB40C7;
}
.AnyTagClassName
{
color: #AB40C7;
}
</style>
background-color css
<style>
a { background-color: #AB40C7; }
a { background-color: rgb(171,64,199); }
div.DivClassName
{
background-color: #AB40C7;
}
.BgClassName
{
background-color: #AB40C7;
}
</style>
border-color css
<style>
span { border-color: #AB40C7; }
span { border-color: rgb(171,64,199); }
td.TdClassName
{
border-color: #AB40C7;
}
.TagClassName
{
border-color: #AB40C7;
}
</style>