Shades of Dark Orchid #AB29CF
Tints of Dark Orchid #AB29CF
RGB
CMYK
RGB Variations
Color information
#AB29CF (or 0xAB29CF) is known color: Dark Orchid. HEX triplet: AB, 29 and CF. RGB value is (171,41,207). Sum of RGB (Red+Green+Blue) = 171+41+207=419 (55% of max value = 765). Red value is 171 (67.19% from 255 or 40.81% from 419); Green value is 41 (16.41% from 255 or 9.79% from 419); Blue value is 207 (81.25% from 255 or 49.40% from 419); Max value from RGB is 207 - color contains mainly: blue. Hex color #AB29CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB29CF is #54D630. Grayscale: #626262. Windows color (decimal): -5559857 or 13576619. OLE color: 13576619.
HSL color Cylindrical-coordinate representation of color #AB29CF: hue angle of 286.99º degrees, saturation: 0.67, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AB29CF is Cyan = 0.17, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 171 | 41 | 207 | - |
| CMYK | 0.17 | 0.80 | 0 | 0.19 |
| HSL | 286.99º | 0.67% | 0.49% | - |
| HSV(B) | 286.99º | 0.8% | 0.81% | - |
| XYZ | 28.85 | 14.75 | 60.36 | - |
| YUV | 98.79 | 189.07 | 179.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 41 | 207 | 0.17 | 0.80 | 0 | 0.19 | 286.99 | 0.67 | 0.49 |
| Hex | AB | 29 | CF | 11 | 50 | 0 | 13 | 11F | 43 | 31 |
| Octal | 253 | 51 | 317 | 21 | 120 | 0 | 23 | 437 | 103 | 61 |
| Binary | 10101011 | 101001 | 11001111 | 10001 | 1010000 | 0 | 10011 | 100011111 | 1000011 | 110001 |
Color Harmonies of #AB29CF
Complementary color
Monochromatic Colors of #AB29CF
Black with #AB29CF
Text Example
Text Example
White with #AB29CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB29CF; }
p { color: rgb(171,41,207); }
H1.HeaderClassName
{
color: #AB29CF;
}
.AnyTagClassName
{
color: #AB29CF;
}
</style>
background-color css
<style>
a { background-color: #AB29CF; }
a { background-color: rgb(171,41,207); }
div.DivClassName
{
background-color: #AB29CF;
}
.BgClassName
{
background-color: #AB29CF;
}
</style>
border-color css
<style>
span { border-color: #AB29CF; }
span { border-color: rgb(171,41,207); }
td.TdClassName
{
border-color: #AB29CF;
}
.TagClassName
{
border-color: #AB29CF;
}
</style>