Shades of Dark Orchid #AB1ECA
Tints of Dark Orchid #AB1ECA
RGB
CMYK
RGB Variations
Color information
#AB1ECA (or 0xAB1ECA) is known color: Dark Orchid. HEX triplet: AB, 1E and CA. RGB value is (171,30,202). Sum of RGB (Red+Green+Blue) = 171+30+202=403 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.43% from 403); Green value is 30 (12.11% from 255 or 7.44% from 403); Blue value is 202 (79.30% from 255 or 50.12% from 403); Max value from RGB is 202 - color contains mainly: blue. Hex color #AB1ECA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB1ECA is #54E135. Grayscale: #5B5B5B. Windows color (decimal): -5562678 or 13246123. OLE color: 13246123.
HSL color Cylindrical-coordinate representation of color #AB1ECA: hue angle of 289.19º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AB1ECA is Cyan = 0.15, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 171 | 30 | 202 | - |
| CMYK | 0.15 | 0.85 | 0 | 0.21 |
| HSL | 289.19º | 0.74% | 0.45% | - |
| HSV(B) | 289.19º | 0.85% | 0.79% | - |
| XYZ | 27.92 | 13.85 | 57.08 | - |
| YUV | 91.77 | 190.21 | 184.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 30 | 202 | 0.15 | 0.85 | 0 | 0.21 | 289.19 | 0.74 | 0.45 |
| Hex | AB | 1E | CA | F | 55 | 0 | 15 | 121 | 4A | 2D |
| Octal | 253 | 36 | 312 | 17 | 125 | 0 | 25 | 441 | 112 | 55 |
| Binary | 10101011 | 11110 | 11001010 | 1111 | 1010101 | 0 | 10101 | 100100001 | 1001010 | 101101 |
Color Harmonies of #AB1ECA
Complementary color
Monochromatic Colors of #AB1ECA
Black with #AB1ECA
Text Example
Text Example
White with #AB1ECA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB1ECA; }
p { color: rgb(171,30,202); }
H1.HeaderClassName
{
color: #AB1ECA;
}
.AnyTagClassName
{
color: #AB1ECA;
}
</style>
background-color css
<style>
a { background-color: #AB1ECA; }
a { background-color: rgb(171,30,202); }
div.DivClassName
{
background-color: #AB1ECA;
}
.BgClassName
{
background-color: #AB1ECA;
}
</style>
border-color css
<style>
span { border-color: #AB1ECA; }
span { border-color: rgb(171,30,202); }
td.TdClassName
{
border-color: #AB1ECA;
}
.TagClassName
{
border-color: #AB1ECA;
}
</style>