Shades of Dark Orchid #AB41C7
Tints of Dark Orchid #AB41C7
RGB
CMYK
RGB Variations
Color information
#AB41C7 (or 0xAB41C7) is known color: Dark Orchid. HEX triplet: AB, 41 and C7. RGB value is (171,65,199). Sum of RGB (Red+Green+Blue) = 171+65+199=435 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.31% from 435); Green value is 65 (25.78% from 255 or 14.94% from 435); Blue value is 199 (78.12% from 255 or 45.75% from 435); Max value from RGB is 199 - color contains mainly: blue. Hex color #AB41C7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB41C7 is #54BE38. Grayscale: #6F6F6F. Windows color (decimal): -5553721 or 13058475. OLE color: 13058475.
HSL color Cylindrical-coordinate representation of color #AB41C7: hue angle of 287.46º degrees, saturation: 0.54, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AB41C7 is Cyan = 0.14, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 171 | 65 | 199 | - |
| CMYK | 0.14 | 0.67 | 0 | 0.22 |
| HSL | 287.46º | 0.54% | 0.52% | - |
| HSV(B) | 287.46º | 0.67% | 0.78% | - |
| XYZ | 28.99 | 16.56 | 55.7 | - |
| YUV | 111.97 | 177.12 | 170.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 65 | 199 | 0.14 | 0.67 | 0 | 0.22 | 287.46 | 0.54 | 0.52 |
| Hex | AB | 41 | C7 | E | 43 | 0 | 16 | 11F | 36 | 34 |
| Octal | 253 | 101 | 307 | 16 | 103 | 0 | 26 | 437 | 66 | 64 |
| Binary | 10101011 | 1000001 | 11000111 | 1110 | 1000011 | 0 | 10110 | 100011111 | 110110 | 110100 |
Color Harmonies of #AB41C7
Complementary color
Monochromatic Colors of #AB41C7
Black with #AB41C7
Text Example
Text Example
White with #AB41C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB41C7; }
p { color: rgb(171,65,199); }
H1.HeaderClassName
{
color: #AB41C7;
}
.AnyTagClassName
{
color: #AB41C7;
}
</style>
background-color css
<style>
a { background-color: #AB41C7; }
a { background-color: rgb(171,65,199); }
div.DivClassName
{
background-color: #AB41C7;
}
.BgClassName
{
background-color: #AB41C7;
}
</style>
border-color css
<style>
span { border-color: #AB41C7; }
span { border-color: rgb(171,65,199); }
td.TdClassName
{
border-color: #AB41C7;
}
.TagClassName
{
border-color: #AB41C7;
}
</style>