Shades of Dark Orchid #AB41CB
Tints of Dark Orchid #AB41CB
RGB
CMYK
RGB Variations
Color information
#AB41CB (or 0xAB41CB) is known color: Dark Orchid. HEX triplet: AB, 41 and CB. RGB value is (171,65,203). Sum of RGB (Red+Green+Blue) = 171+65+203=439 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.95% from 439); Green value is 65 (25.78% from 255 or 14.81% from 439); Blue value is 203 (79.69% from 255 or 46.24% from 439); Max value from RGB is 203 - color contains mainly: blue. Hex color #AB41CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB41CB is #54BE34. Grayscale: #6F6F6F. Windows color (decimal): -5553717 or 13320619. OLE color: 13320619.
HSL color Cylindrical-coordinate representation of color #AB41CB: hue angle of 286.09º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AB41CB is Cyan = 0.16, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 171 | 65 | 203 | - |
| CMYK | 0.16 | 0.68 | 0 | 0.20 |
| HSL | 286.09º | 0.57% | 0.53% | - |
| HSV(B) | 286.09º | 0.68% | 0.8% | - |
| XYZ | 29.46 | 16.75 | 58.18 | - |
| YUV | 112.43 | 179.12 | 169.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 65 | 203 | 0.16 | 0.68 | 0 | 0.20 | 286.09 | 0.57 | 0.53 |
| Hex | AB | 41 | CB | 10 | 44 | 0 | 14 | 11E | 39 | 35 |
| Octal | 253 | 101 | 313 | 20 | 104 | 0 | 24 | 436 | 71 | 65 |
| Binary | 10101011 | 1000001 | 11001011 | 10000 | 1000100 | 0 | 10100 | 100011110 | 111001 | 110101 |
Color Harmonies of #AB41CB
Complementary color
Monochromatic Colors of #AB41CB
Black with #AB41CB
Text Example
Text Example
White with #AB41CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB41CB; }
p { color: rgb(171,65,203); }
H1.HeaderClassName
{
color: #AB41CB;
}
.AnyTagClassName
{
color: #AB41CB;
}
</style>
background-color css
<style>
a { background-color: #AB41CB; }
a { background-color: rgb(171,65,203); }
div.DivClassName
{
background-color: #AB41CB;
}
.BgClassName
{
background-color: #AB41CB;
}
</style>
border-color css
<style>
span { border-color: #AB41CB; }
span { border-color: rgb(171,65,203); }
td.TdClassName
{
border-color: #AB41CB;
}
.TagClassName
{
border-color: #AB41CB;
}
</style>