Shades of Dark Orchid #AB3ECF
Tints of Dark Orchid #AB3ECF
RGB
CMYK
RGB Variations
Color information
#AB3ECF (or 0xAB3ECF) is known color: Dark Orchid. HEX triplet: AB, 3E and CF. RGB value is (171,62,207). Sum of RGB (Red+Green+Blue) = 171+62+207=440 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.86% from 440); Green value is 62 (24.61% from 255 or 14.09% from 440); Blue value is 207 (81.25% from 255 or 47.05% from 440); Max value from RGB is 207 - color contains mainly: blue. Hex color #AB3ECF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB3ECF is #54C130. Grayscale: #6E6E6E. Windows color (decimal): -5554481 or 13581995. OLE color: 13581995.
HSL color Cylindrical-coordinate representation of color #AB3ECF: hue angle of 285.1º 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 #AB3ECF is Cyan = 0.17, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 171 | 62 | 207 | - |
| CMYK | 0.17 | 0.70 | 0 | 0.19 |
| HSL | 285.1º | 0.6% | 0.53% | - |
| HSV(B) | 285.1º | 0.7% | 0.81% | - |
| XYZ | 29.78 | 16.61 | 60.67 | - |
| YUV | 111.12 | 182.11 | 170.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 62 | 207 | 0.17 | 0.70 | 0 | 0.19 | 285.1 | 0.6 | 0.53 |
| Hex | AB | 3E | CF | 11 | 46 | 0 | 13 | 11D | 3C | 35 |
| Octal | 253 | 76 | 317 | 21 | 106 | 0 | 23 | 435 | 74 | 65 |
| Binary | 10101011 | 111110 | 11001111 | 10001 | 1000110 | 0 | 10011 | 100011101 | 111100 | 110101 |
Color Harmonies of #AB3ECF
Complementary color
Monochromatic Colors of #AB3ECF
Black with #AB3ECF
Text Example
Text Example
White with #AB3ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB3ECF; }
p { color: rgb(171,62,207); }
H1.HeaderClassName
{
color: #AB3ECF;
}
.AnyTagClassName
{
color: #AB3ECF;
}
</style>
background-color css
<style>
a { background-color: #AB3ECF; }
a { background-color: rgb(171,62,207); }
div.DivClassName
{
background-color: #AB3ECF;
}
.BgClassName
{
background-color: #AB3ECF;
}
</style>
border-color css
<style>
span { border-color: #AB3ECF; }
span { border-color: rgb(171,62,207); }
td.TdClassName
{
border-color: #AB3ECF;
}
.TagClassName
{
border-color: #AB3ECF;
}
</style>