Shades of Dark Orchid #AB1FC4
Tints of Dark Orchid #AB1FC4
RGB
CMYK
RGB Variations
Color information
#AB1FC4 (or 0xAB1FC4) is known color: Dark Orchid. HEX triplet: AB, 1F and C4. RGB value is (171,31,196). Sum of RGB (Red+Green+Blue) = 171+31+196=398 (52% of max value = 765). Red value is 171 (67.19% from 255 or 42.96% from 398); Green value is 31 (12.5% from 255 or 7.79% from 398); Blue value is 196 (76.95% from 255 or 49.25% from 398); Max value from RGB is 196 - color contains mainly: blue. Hex color #AB1FC4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB1FC4 is #54E03B. Grayscale: #5B5B5B. Windows color (decimal): -5562428 or 12853163. OLE color: 12853163.
HSL color Cylindrical-coordinate representation of color #AB1FC4: hue angle of 290.91º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AB1FC4 is Cyan = 0.13, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 171 | 31 | 196 | - |
| CMYK | 0.13 | 0.84 | 0 | 0.23 |
| HSL | 290.91º | 0.73% | 0.45% | - |
| HSV(B) | 290.91º | 0.84% | 0.77% | - |
| XYZ | 27.25 | 13.62 | 53.42 | - |
| YUV | 91.67 | 186.88 | 184.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 31 | 196 | 0.13 | 0.84 | 0 | 0.23 | 290.91 | 0.73 | 0.45 |
| Hex | AB | 1F | C4 | D | 54 | 0 | 17 | 123 | 49 | 2D |
| Octal | 253 | 37 | 304 | 15 | 124 | 0 | 27 | 443 | 111 | 55 |
| Binary | 10101011 | 11111 | 11000100 | 1101 | 1010100 | 0 | 10111 | 100100011 | 1001001 | 101101 |
Color Harmonies of #AB1FC4
Complementary color
Monochromatic Colors of #AB1FC4
Black with #AB1FC4
Text Example
Text Example
White with #AB1FC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB1FC4; }
p { color: rgb(171,31,196); }
H1.HeaderClassName
{
color: #AB1FC4;
}
.AnyTagClassName
{
color: #AB1FC4;
}
</style>
background-color css
<style>
a { background-color: #AB1FC4; }
a { background-color: rgb(171,31,196); }
div.DivClassName
{
background-color: #AB1FC4;
}
.BgClassName
{
background-color: #AB1FC4;
}
</style>
border-color css
<style>
span { border-color: #AB1FC4; }
span { border-color: rgb(171,31,196); }
td.TdClassName
{
border-color: #AB1FC4;
}
.TagClassName
{
border-color: #AB1FC4;
}
</style>