Shades of Dark Orchid #AB35EC
Tints of Dark Orchid #AB35EC
RGB
CMYK
RGB Variations
Color information
#AB35EC (or 0xAB35EC) is known color: Dark Orchid. HEX triplet: AB, 35 and EC. RGB value is (171,53,236). Sum of RGB (Red+Green+Blue) = 171+53+236=460 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.17% from 460); Green value is 53 (21.09% from 255 or 11.52% from 460); Blue value is 236 (92.58% from 255 or 51.30% from 460); Max value from RGB is 236 - color contains mainly: blue. Hex color #AB35EC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AB35EC is #54CA13. Grayscale: #6C6C6C. Windows color (decimal): -5556756 or 15480235. OLE color: 15480235.
HSL color Cylindrical-coordinate representation of color #AB35EC: hue angle of 278.69º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AB35EC is Cyan = 0.28, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 171 | 53 | 236 | - |
| CMYK | 0.28 | 0.78 | 0 | 0.07 |
| HSL | 278.69º | 0.83% | 0.57% | - |
| HSV(B) | 278.69º | 0.78% | 0.93% | - |
| XYZ | 33.21 | 17.26 | 80.94 | - |
| YUV | 109.14 | 199.59 | 172.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 53 | 236 | 0.28 | 0.78 | 0 | 0.07 | 278.69 | 0.83 | 0.57 |
| Hex | AB | 35 | EC | 1C | 4E | 0 | 7 | 117 | 53 | 39 |
| Octal | 253 | 65 | 354 | 34 | 116 | 0 | 7 | 427 | 123 | 71 |
| Binary | 10101011 | 110101 | 11101100 | 11100 | 1001110 | 0 | 111 | 100010111 | 1010011 | 111001 |
Color Harmonies of #AB35EC
Complementary color
Monochromatic Colors of #AB35EC
Black with #AB35EC
Text Example
Text Example
White with #AB35EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB35EC; }
p { color: rgb(171,53,236); }
H1.HeaderClassName
{
color: #AB35EC;
}
.AnyTagClassName
{
color: #AB35EC;
}
</style>
background-color css
<style>
a { background-color: #AB35EC; }
a { background-color: rgb(171,53,236); }
div.DivClassName
{
background-color: #AB35EC;
}
.BgClassName
{
background-color: #AB35EC;
}
</style>
border-color css
<style>
span { border-color: #AB35EC; }
span { border-color: rgb(171,53,236); }
td.TdClassName
{
border-color: #AB35EC;
}
.TagClassName
{
border-color: #AB35EC;
}
</style>