Shades of Dark Orchid #AB3ECC
Tints of Dark Orchid #AB3ECC
RGB
CMYK
RGB Variations
Color information
#AB3ECC (or 0xAB3ECC) is known color: Dark Orchid. HEX triplet: AB, 3E and CC. RGB value is (171,62,204). Sum of RGB (Red+Green+Blue) = 171+62+204=437 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.13% from 437); Green value is 62 (24.61% from 255 or 14.19% from 437); Blue value is 204 (80.08% from 255 or 46.68% from 437); Max value from RGB is 204 - color contains mainly: blue. Hex color #AB3ECC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB3ECC is #54C133. Grayscale: #6E6E6E. Windows color (decimal): -5554484 or 13385387. OLE color: 13385387.
HSL color Cylindrical-coordinate representation of color #AB3ECC: hue angle of 286.06º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AB3ECC is Cyan = 0.16, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 171 | 62 | 204 | - |
| CMYK | 0.16 | 0.70 | 0 | 0.2 |
| HSL | 286.06º | 0.58% | 0.52% | - |
| HSV(B) | 286.06º | 0.7% | 0.8% | - |
| XYZ | 29.42 | 16.46 | 58.75 | - |
| YUV | 110.78 | 180.61 | 170.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 62 | 204 | 0.16 | 0.70 | 0 | 0.2 | 286.06 | 0.58 | 0.52 |
| Hex | AB | 3E | CC | 10 | 46 | 0 | 14 | 11E | 3A | 34 |
| Octal | 253 | 76 | 314 | 20 | 106 | 0 | 24 | 436 | 72 | 64 |
| Binary | 10101011 | 111110 | 11001100 | 10000 | 1000110 | 0 | 10100 | 100011110 | 111010 | 110100 |
Color Harmonies of #AB3ECC
Complementary color
Monochromatic Colors of #AB3ECC
Black with #AB3ECC
Text Example
Text Example
White with #AB3ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB3ECC; }
p { color: rgb(171,62,204); }
H1.HeaderClassName
{
color: #AB3ECC;
}
.AnyTagClassName
{
color: #AB3ECC;
}
</style>
background-color css
<style>
a { background-color: #AB3ECC; }
a { background-color: rgb(171,62,204); }
div.DivClassName
{
background-color: #AB3ECC;
}
.BgClassName
{
background-color: #AB3ECC;
}
</style>
border-color css
<style>
span { border-color: #AB3ECC; }
span { border-color: rgb(171,62,204); }
td.TdClassName
{
border-color: #AB3ECC;
}
.TagClassName
{
border-color: #AB3ECC;
}
</style>