Shades of Dark Orchid #AB3ECE
Tints of Dark Orchid #AB3ECE
RGB
CMYK
RGB Variations
Color information
#AB3ECE (or 0xAB3ECE) is known color: Dark Orchid. HEX triplet: AB, 3E and CE. RGB value is (171,62,206). Sum of RGB (Red+Green+Blue) = 171+62+206=439 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.95% from 439); Green value is 62 (24.61% from 255 or 14.12% from 439); Blue value is 206 (80.86% from 255 or 46.92% from 439); Max value from RGB is 206 - color contains mainly: blue. Hex color #AB3ECE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB3ECE is #54C131. Grayscale: #6E6E6E. Windows color (decimal): -5554482 or 13516459. OLE color: 13516459.
HSL color Cylindrical-coordinate representation of color #AB3ECE: hue angle of 285.42º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AB3ECE is Cyan = 0.17, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 171 | 62 | 206 | - |
| CMYK | 0.17 | 0.70 | 0 | 0.19 |
| HSL | 285.42º | 0.6% | 0.53% | - |
| HSV(B) | 285.42º | 0.7% | 0.81% | - |
| XYZ | 29.66 | 16.56 | 60.03 | - |
| YUV | 111.01 | 181.61 | 170.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 62 | 206 | 0.17 | 0.70 | 0 | 0.19 | 285.42 | 0.6 | 0.53 |
| Hex | AB | 3E | CE | 11 | 46 | 0 | 13 | 11D | 3C | 35 |
| Octal | 253 | 76 | 316 | 21 | 106 | 0 | 23 | 435 | 74 | 65 |
| Binary | 10101011 | 111110 | 11001110 | 10001 | 1000110 | 0 | 10011 | 100011101 | 111100 | 110101 |
Color Harmonies of #AB3ECE
Complementary color
Monochromatic Colors of #AB3ECE
Black with #AB3ECE
Text Example
Text Example
White with #AB3ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB3ECE; }
p { color: rgb(171,62,206); }
H1.HeaderClassName
{
color: #AB3ECE;
}
.AnyTagClassName
{
color: #AB3ECE;
}
</style>
background-color css
<style>
a { background-color: #AB3ECE; }
a { background-color: rgb(171,62,206); }
div.DivClassName
{
background-color: #AB3ECE;
}
.BgClassName
{
background-color: #AB3ECE;
}
</style>
border-color css
<style>
span { border-color: #AB3ECE; }
span { border-color: rgb(171,62,206); }
td.TdClassName
{
border-color: #AB3ECE;
}
.TagClassName
{
border-color: #AB3ECE;
}
</style>