Shades of Dark Orchid #AB3CEA
Tints of Dark Orchid #AB3CEA
RGB
CMYK
RGB Variations
Color information
#AB3CEA (or 0xAB3CEA) is known color: Dark Orchid. HEX triplet: AB, 3C and EA. RGB value is (171,60,234). Sum of RGB (Red+Green+Blue) = 171+60+234=465 (61% of max value = 765). Red value is 171 (67.19% from 255 or 36.77% from 465); Green value is 60 (23.83% from 255 or 12.90% from 465); Blue value is 234 (91.80% from 255 or 50.32% from 465); Max value from RGB is 234 - color contains mainly: blue. Hex color #AB3CEA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AB3CEA is #54C315. Grayscale: #707070. Windows color (decimal): -5554966 or 15350955. OLE color: 15350955.
HSL color Cylindrical-coordinate representation of color #AB3CEA: hue angle of 278.28º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AB3CEA is Cyan = 0.27, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 171 | 60 | 234 | - |
| CMYK | 0.27 | 0.74 | 0 | 0.08 |
| HSL | 278.28º | 0.81% | 0.58% | - |
| HSV(B) | 278.28º | 0.74% | 0.92% | - |
| XYZ | 33.26 | 17.83 | 79.53 | - |
| YUV | 113.03 | 196.27 | 169.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 60 | 234 | 0.27 | 0.74 | 0 | 0.08 | 278.28 | 0.81 | 0.58 |
| Hex | AB | 3C | EA | 1B | 4A | 0 | 8 | 116 | 51 | 3A |
| Octal | 253 | 74 | 352 | 33 | 112 | 0 | 10 | 426 | 121 | 72 |
| Binary | 10101011 | 111100 | 11101010 | 11011 | 1001010 | 0 | 1000 | 100010110 | 1010001 | 111010 |
Color Harmonies of #AB3CEA
Complementary color
Monochromatic Colors of #AB3CEA
Black with #AB3CEA
Text Example
Text Example
White with #AB3CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB3CEA; }
p { color: rgb(171,60,234); }
H1.HeaderClassName
{
color: #AB3CEA;
}
.AnyTagClassName
{
color: #AB3CEA;
}
</style>
background-color css
<style>
a { background-color: #AB3CEA; }
a { background-color: rgb(171,60,234); }
div.DivClassName
{
background-color: #AB3CEA;
}
.BgClassName
{
background-color: #AB3CEA;
}
</style>
border-color css
<style>
span { border-color: #AB3CEA; }
span { border-color: rgb(171,60,234); }
td.TdClassName
{
border-color: #AB3CEA;
}
.TagClassName
{
border-color: #AB3CEA;
}
</style>