Shades of Dark Orchid #AB2AC1
Tints of Dark Orchid #AB2AC1
RGB
CMYK
RGB Variations
Color information
#AB2AC1 (or 0xAB2AC1) is known color: Dark Orchid. HEX triplet: AB, 2A and C1. RGB value is (171,42,193). Sum of RGB (Red+Green+Blue) = 171+42+193=406 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.12% from 406); Green value is 42 (16.80% from 255 or 10.34% from 406); Blue value is 193 (75.78% from 255 or 47.54% from 406); Max value from RGB is 193 - color contains mainly: blue. Hex color #AB2AC1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB2AC1 is #54D53E. Grayscale: #616161. Windows color (decimal): -5559615 or 12659371. OLE color: 12659371.
HSL color Cylindrical-coordinate representation of color #AB2AC1: hue angle of 291.26º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AB2AC1 is Cyan = 0.11, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 171 | 42 | 193 | - |
| CMYK | 0.11 | 0.78 | 0 | 0.24 |
| HSL | 291.26º | 0.64% | 0.46% | - |
| HSV(B) | 291.26º | 0.78% | 0.76% | - |
| XYZ | 27.25 | 14.16 | 51.75 | - |
| YUV | 97.79 | 181.74 | 180.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 42 | 193 | 0.11 | 0.78 | 0 | 0.24 | 291.26 | 0.64 | 0.46 |
| Hex | AB | 2A | C1 | B | 4E | 0 | 18 | 123 | 40 | 2E |
| Octal | 253 | 52 | 301 | 13 | 116 | 0 | 30 | 443 | 100 | 56 |
| Binary | 10101011 | 101010 | 11000001 | 1011 | 1001110 | 0 | 11000 | 100100011 | 1000000 | 101110 |
Color Harmonies of #AB2AC1
Complementary color
Monochromatic Colors of #AB2AC1
Black with #AB2AC1
Text Example
Text Example
White with #AB2AC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB2AC1; }
p { color: rgb(171,42,193); }
H1.HeaderClassName
{
color: #AB2AC1;
}
.AnyTagClassName
{
color: #AB2AC1;
}
</style>
background-color css
<style>
a { background-color: #AB2AC1; }
a { background-color: rgb(171,42,193); }
div.DivClassName
{
background-color: #AB2AC1;
}
.BgClassName
{
background-color: #AB2AC1;
}
</style>
border-color css
<style>
span { border-color: #AB2AC1; }
span { border-color: rgb(171,42,193); }
td.TdClassName
{
border-color: #AB2AC1;
}
.TagClassName
{
border-color: #AB2AC1;
}
</style>