Shades of Dark Orchid #AB2DC5
Tints of Dark Orchid #AB2DC5
RGB
CMYK
RGB Variations
Color information
#AB2DC5 (or 0xAB2DC5) is known color: Dark Orchid. HEX triplet: AB, 2D and C5. RGB value is (171,45,197). Sum of RGB (Red+Green+Blue) = 171+45+197=413 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.40% from 413); Green value is 45 (17.97% from 255 or 10.90% from 413); Blue value is 197 (77.34% from 255 or 47.70% from 413); Max value from RGB is 197 - color contains mainly: blue. Hex color #AB2DC5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB2DC5 is #54D23A. Grayscale: #636363. Windows color (decimal): -5558843 or 12922283. OLE color: 12922283.
HSL color Cylindrical-coordinate representation of color #AB2DC5: hue angle of 289.74º degrees, saturation: 0.63, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AB2DC5 is Cyan = 0.13, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 171 | 45 | 197 | - |
| CMYK | 0.13 | 0.77 | 0 | 0.23 |
| HSL | 289.74º | 0.63% | 0.47% | - |
| HSV(B) | 289.74º | 0.77% | 0.77% | - |
| XYZ | 27.81 | 14.57 | 54.17 | - |
| YUV | 100 | 182.74 | 178.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 45 | 197 | 0.13 | 0.77 | 0 | 0.23 | 289.74 | 0.63 | 0.47 |
| Hex | AB | 2D | C5 | D | 4D | 0 | 17 | 122 | 3F | 2F |
| Octal | 253 | 55 | 305 | 15 | 115 | 0 | 27 | 442 | 77 | 57 |
| Binary | 10101011 | 101101 | 11000101 | 1101 | 1001101 | 0 | 10111 | 100100010 | 111111 | 101111 |
Color Harmonies of #AB2DC5
Complementary color
Monochromatic Colors of #AB2DC5
Black with #AB2DC5
Text Example
Text Example
White with #AB2DC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB2DC5; }
p { color: rgb(171,45,197); }
H1.HeaderClassName
{
color: #AB2DC5;
}
.AnyTagClassName
{
color: #AB2DC5;
}
</style>
background-color css
<style>
a { background-color: #AB2DC5; }
a { background-color: rgb(171,45,197); }
div.DivClassName
{
background-color: #AB2DC5;
}
.BgClassName
{
background-color: #AB2DC5;
}
</style>
border-color css
<style>
span { border-color: #AB2DC5; }
span { border-color: rgb(171,45,197); }
td.TdClassName
{
border-color: #AB2DC5;
}
.TagClassName
{
border-color: #AB2DC5;
}
</style>