Shades of Dark Orchid #AB3BE0
Tints of Dark Orchid #AB3BE0
RGB
CMYK
RGB Variations
Color information
#AB3BE0 (or 0xAB3BE0) is known color: Dark Orchid. HEX triplet: AB, 3B and E0. RGB value is (171,59,224). Sum of RGB (Red+Green+Blue) = 171+59+224=454 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.67% from 454); Green value is 59 (23.44% from 255 or 13.00% from 454); Blue value is 224 (87.89% from 255 or 49.34% from 454); Max value from RGB is 224 - color contains mainly: blue. Hex color #AB3BE0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB3BE0 is #54C41F. Grayscale: #6E6E6E. Windows color (decimal): -5555232 or 14695339. OLE color: 14695339.
HSL color Cylindrical-coordinate representation of color #AB3BE0: hue angle of 280.73º degrees, saturation: 0.73, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AB3BE0 is Cyan = 0.24, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 171 | 59 | 224 | - |
| CMYK | 0.24 | 0.74 | 0 | 0.12 |
| HSL | 280.73º | 0.73% | 0.55% | - |
| HSV(B) | 280.73º | 0.74% | 0.88% | - |
| XYZ | 31.81 | 17.17 | 72.16 | - |
| YUV | 111.3 | 191.61 | 170.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 59 | 224 | 0.24 | 0.74 | 0 | 0.12 | 280.73 | 0.73 | 0.55 |
| Hex | AB | 3B | E0 | 18 | 4A | 0 | C | 119 | 49 | 37 |
| Octal | 253 | 73 | 340 | 30 | 112 | 0 | 14 | 431 | 111 | 67 |
| Binary | 10101011 | 111011 | 11100000 | 11000 | 1001010 | 0 | 1100 | 100011001 | 1001001 | 110111 |
Color Harmonies of #AB3BE0
Complementary color
Monochromatic Colors of #AB3BE0
Black with #AB3BE0
Text Example
Text Example
White with #AB3BE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB3BE0; }
p { color: rgb(171,59,224); }
H1.HeaderClassName
{
color: #AB3BE0;
}
.AnyTagClassName
{
color: #AB3BE0;
}
</style>
background-color css
<style>
a { background-color: #AB3BE0; }
a { background-color: rgb(171,59,224); }
div.DivClassName
{
background-color: #AB3BE0;
}
.BgClassName
{
background-color: #AB3BE0;
}
</style>
border-color css
<style>
span { border-color: #AB3BE0; }
span { border-color: rgb(171,59,224); }
td.TdClassName
{
border-color: #AB3BE0;
}
.TagClassName
{
border-color: #AB3BE0;
}
</style>