Shades of Dark Orchid #AB29CC
Tints of Dark Orchid #AB29CC
RGB
CMYK
RGB Variations
Color information
#AB29CC (or 0xAB29CC) is known color: Dark Orchid. HEX triplet: AB, 29 and CC. RGB value is (171,41,204). Sum of RGB (Red+Green+Blue) = 171+41+204=416 (55% of max value = 765). Red value is 171 (67.19% from 255 or 41.11% from 416); Green value is 41 (16.41% from 255 or 9.86% from 416); Blue value is 204 (80.08% from 255 or 49.04% from 416); Max value from RGB is 204 - color contains mainly: blue. Hex color #AB29CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB29CC is #54D633. Grayscale: #616161. Windows color (decimal): -5559860 or 13380011. OLE color: 13380011.
HSL color Cylindrical-coordinate representation of color #AB29CC: hue angle of 287.85º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AB29CC is Cyan = 0.16, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 171 | 41 | 204 | - |
| CMYK | 0.16 | 0.80 | 0 | 0.2 |
| HSL | 287.85º | 0.67% | 0.48% | - |
| HSV(B) | 287.85º | 0.8% | 0.8% | - |
| XYZ | 28.49 | 14.6 | 58.44 | - |
| YUV | 98.45 | 187.57 | 179.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 41 | 204 | 0.16 | 0.80 | 0 | 0.2 | 287.85 | 0.67 | 0.48 |
| Hex | AB | 29 | CC | 10 | 50 | 0 | 14 | 120 | 43 | 30 |
| Octal | 253 | 51 | 314 | 20 | 120 | 0 | 24 | 440 | 103 | 60 |
| Binary | 10101011 | 101001 | 11001100 | 10000 | 1010000 | 0 | 10100 | 100100000 | 1000011 | 110000 |
Color Harmonies of #AB29CC
Complementary color
Monochromatic Colors of #AB29CC
Black with #AB29CC
Text Example
Text Example
White with #AB29CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB29CC; }
p { color: rgb(171,41,204); }
H1.HeaderClassName
{
color: #AB29CC;
}
.AnyTagClassName
{
color: #AB29CC;
}
</style>
background-color css
<style>
a { background-color: #AB29CC; }
a { background-color: rgb(171,41,204); }
div.DivClassName
{
background-color: #AB29CC;
}
.BgClassName
{
background-color: #AB29CC;
}
</style>
border-color css
<style>
span { border-color: #AB29CC; }
span { border-color: rgb(171,41,204); }
td.TdClassName
{
border-color: #AB29CC;
}
.TagClassName
{
border-color: #AB29CC;
}
</style>