Shades of Dark Orchid #AB1FC2
Tints of Dark Orchid #AB1FC2
RGB
CMYK
RGB Variations
Color information
#AB1FC2 (or 0xAB1FC2) is known color: Dark Orchid. HEX triplet: AB, 1F and C2. RGB value is (171,31,194). Sum of RGB (Red+Green+Blue) = 171+31+194=396 (52% of max value = 765). Red value is 171 (67.19% from 255 or 43.18% from 396); Green value is 31 (12.5% from 255 or 7.83% from 396); Blue value is 194 (76.17% from 255 or 48.99% from 396); Max value from RGB is 194 - color contains mainly: blue. Hex color #AB1FC2 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB1FC2 is #54E03D. Grayscale: #5A5A5A. Windows color (decimal): -5562430 or 12722091. OLE color: 12722091.
HSL color Cylindrical-coordinate representation of color #AB1FC2: hue angle of 291.53º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AB1FC2 is Cyan = 0.12, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 171 | 31 | 194 | - |
| CMYK | 0.12 | 0.84 | 0 | 0.24 |
| HSL | 291.53º | 0.72% | 0.44% | - |
| HSV(B) | 291.53º | 0.84% | 0.76% | - |
| XYZ | 27.02 | 13.53 | 52.23 | - |
| YUV | 91.44 | 185.88 | 184.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 31 | 194 | 0.12 | 0.84 | 0 | 0.24 | 291.53 | 0.72 | 0.44 |
| Hex | AB | 1F | C2 | C | 54 | 0 | 18 | 124 | 48 | 2C |
| Octal | 253 | 37 | 302 | 14 | 124 | 0 | 30 | 444 | 110 | 54 |
| Binary | 10101011 | 11111 | 11000010 | 1100 | 1010100 | 0 | 11000 | 100100100 | 1001000 | 101100 |
Color Harmonies of #AB1FC2
Complementary color
Monochromatic Colors of #AB1FC2
Black with #AB1FC2
Text Example
Text Example
White with #AB1FC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB1FC2; }
p { color: rgb(171,31,194); }
H1.HeaderClassName
{
color: #AB1FC2;
}
.AnyTagClassName
{
color: #AB1FC2;
}
</style>
background-color css
<style>
a { background-color: #AB1FC2; }
a { background-color: rgb(171,31,194); }
div.DivClassName
{
background-color: #AB1FC2;
}
.BgClassName
{
background-color: #AB1FC2;
}
</style>
border-color css
<style>
span { border-color: #AB1FC2; }
span { border-color: rgb(171,31,194); }
td.TdClassName
{
border-color: #AB1FC2;
}
.TagClassName
{
border-color: #AB1FC2;
}
</style>