Shades of Dark Orchid #AB3BCE
Tints of Dark Orchid #AB3BCE
RGB
CMYK
RGB Variations
Color information
#AB3BCE (or 0xAB3BCE) is known color: Dark Orchid. HEX triplet: AB, 3B and CE. RGB value is (171,59,206). Sum of RGB (Red+Green+Blue) = 171+59+206=436 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.22% from 436); Green value is 59 (23.44% from 255 or 13.53% from 436); Blue value is 206 (80.86% from 255 or 47.25% from 436); Max value from RGB is 206 - color contains mainly: blue. Hex color #AB3BCE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB3BCE is #54C431. Grayscale: #6C6C6C. Windows color (decimal): -5555250 or 13515691. OLE color: 13515691.
HSL color Cylindrical-coordinate representation of color #AB3BCE: hue angle of 285.71º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AB3BCE is Cyan = 0.17, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 171 | 59 | 206 | - |
| CMYK | 0.17 | 0.71 | 0 | 0.19 |
| HSL | 285.71º | 0.6% | 0.52% | - |
| HSV(B) | 285.71º | 0.71% | 0.81% | - |
| XYZ | 29.5 | 16.24 | 59.97 | - |
| YUV | 109.25 | 182.61 | 172.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 59 | 206 | 0.17 | 0.71 | 0 | 0.19 | 285.71 | 0.6 | 0.52 |
| Hex | AB | 3B | CE | 11 | 47 | 0 | 13 | 11E | 3C | 34 |
| Octal | 253 | 73 | 316 | 21 | 107 | 0 | 23 | 436 | 74 | 64 |
| Binary | 10101011 | 111011 | 11001110 | 10001 | 1000111 | 0 | 10011 | 100011110 | 111100 | 110100 |
Color Harmonies of #AB3BCE
Complementary color
Monochromatic Colors of #AB3BCE
Black with #AB3BCE
Text Example
Text Example
White with #AB3BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB3BCE; }
p { color: rgb(171,59,206); }
H1.HeaderClassName
{
color: #AB3BCE;
}
.AnyTagClassName
{
color: #AB3BCE;
}
</style>
background-color css
<style>
a { background-color: #AB3BCE; }
a { background-color: rgb(171,59,206); }
div.DivClassName
{
background-color: #AB3BCE;
}
.BgClassName
{
background-color: #AB3BCE;
}
</style>
border-color css
<style>
span { border-color: #AB3BCE; }
span { border-color: rgb(171,59,206); }
td.TdClassName
{
border-color: #AB3BCE;
}
.TagClassName
{
border-color: #AB3BCE;
}
</style>