Shades of Dark Orchid #AB3ECB
Tints of Dark Orchid #AB3ECB
RGB
CMYK
RGB Variations
Color information
#AB3ECB (or 0xAB3ECB) is known color: Dark Orchid. HEX triplet: AB, 3E and CB. RGB value is (171,62,203). Sum of RGB (Red+Green+Blue) = 171+62+203=436 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.22% from 436); Green value is 62 (24.61% from 255 or 14.22% from 436); Blue value is 203 (79.69% from 255 or 46.56% from 436); Max value from RGB is 203 - color contains mainly: blue. Hex color #AB3ECB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB3ECB is #54C134. Grayscale: #6E6E6E. Windows color (decimal): -5554485 or 13319851. OLE color: 13319851.
HSL color Cylindrical-coordinate representation of color #AB3ECB: hue angle of 286.38º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AB3ECB is Cyan = 0.16, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 171 | 62 | 203 | - |
| CMYK | 0.16 | 0.69 | 0 | 0.20 |
| HSL | 286.38º | 0.58% | 0.52% | - |
| HSV(B) | 286.38º | 0.69% | 0.8% | - |
| XYZ | 29.3 | 16.41 | 58.12 | - |
| YUV | 110.67 | 180.11 | 171.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 62 | 203 | 0.16 | 0.69 | 0 | 0.20 | 286.38 | 0.58 | 0.52 |
| Hex | AB | 3E | CB | 10 | 45 | 0 | 14 | 11E | 3A | 34 |
| Octal | 253 | 76 | 313 | 20 | 105 | 0 | 24 | 436 | 72 | 64 |
| Binary | 10101011 | 111110 | 11001011 | 10000 | 1000101 | 0 | 10100 | 100011110 | 111010 | 110100 |
Color Harmonies of #AB3ECB
Complementary color
Monochromatic Colors of #AB3ECB
Black with #AB3ECB
Text Example
Text Example
White with #AB3ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB3ECB; }
p { color: rgb(171,62,203); }
H1.HeaderClassName
{
color: #AB3ECB;
}
.AnyTagClassName
{
color: #AB3ECB;
}
</style>
background-color css
<style>
a { background-color: #AB3ECB; }
a { background-color: rgb(171,62,203); }
div.DivClassName
{
background-color: #AB3ECB;
}
.BgClassName
{
background-color: #AB3ECB;
}
</style>
border-color css
<style>
span { border-color: #AB3ECB; }
span { border-color: rgb(171,62,203); }
td.TdClassName
{
border-color: #AB3ECB;
}
.TagClassName
{
border-color: #AB3ECB;
}
</style>