Shades of Dark Orchid #AB2DC1
Tints of Dark Orchid #AB2DC1
RGB
CMYK
RGB Variations
Color information
#AB2DC1 (or 0xAB2DC1) is known color: Dark Orchid. HEX triplet: AB, 2D and C1. RGB value is (171,45,193). Sum of RGB (Red+Green+Blue) = 171+45+193=409 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.81% from 409); Green value is 45 (17.97% from 255 or 11.00% from 409); Blue value is 193 (75.78% from 255 or 47.19% from 409); Max value from RGB is 193 - color contains mainly: blue. Hex color #AB2DC1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB2DC1 is #54D23E. Grayscale: #636363. Windows color (decimal): -5558847 or 12660139. OLE color: 12660139.
HSL color Cylindrical-coordinate representation of color #AB2DC1: hue angle of 291.08º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AB2DC1 is Cyan = 0.11, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 171 | 45 | 193 | - |
| CMYK | 0.11 | 0.77 | 0 | 0.24 |
| HSL | 291.08º | 0.62% | 0.47% | - |
| HSV(B) | 291.08º | 0.77% | 0.76% | - |
| XYZ | 27.36 | 14.38 | 51.79 | - |
| YUV | 99.55 | 180.74 | 178.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 45 | 193 | 0.11 | 0.77 | 0 | 0.24 | 291.08 | 0.62 | 0.47 |
| Hex | AB | 2D | C1 | B | 4D | 0 | 18 | 123 | 3E | 2F |
| Octal | 253 | 55 | 301 | 13 | 115 | 0 | 30 | 443 | 76 | 57 |
| Binary | 10101011 | 101101 | 11000001 | 1011 | 1001101 | 0 | 11000 | 100100011 | 111110 | 101111 |
Color Harmonies of #AB2DC1
Complementary color
Monochromatic Colors of #AB2DC1
Black with #AB2DC1
Text Example
Text Example
White with #AB2DC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB2DC1; }
p { color: rgb(171,45,193); }
H1.HeaderClassName
{
color: #AB2DC1;
}
.AnyTagClassName
{
color: #AB2DC1;
}
</style>
background-color css
<style>
a { background-color: #AB2DC1; }
a { background-color: rgb(171,45,193); }
div.DivClassName
{
background-color: #AB2DC1;
}
.BgClassName
{
background-color: #AB2DC1;
}
</style>
border-color css
<style>
span { border-color: #AB2DC1; }
span { border-color: rgb(171,45,193); }
td.TdClassName
{
border-color: #AB2DC1;
}
.TagClassName
{
border-color: #AB2DC1;
}
</style>