Shades of Dark Orchid #AB34E9
Tints of Dark Orchid #AB34E9
RGB
CMYK
RGB Variations
Color information
#AB34E9 (or 0xAB34E9) is known color: Dark Orchid. HEX triplet: AB, 34 and E9. RGB value is (171,52,233). Sum of RGB (Red+Green+Blue) = 171+52+233=456 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.5% from 456); Green value is 52 (20.70% from 255 or 11.40% from 456); Blue value is 233 (91.41% from 255 or 51.10% from 456); Max value from RGB is 233 - color contains mainly: blue. Hex color #AB34E9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AB34E9 is #54CB16. Grayscale: #6B6B6B. Windows color (decimal): -5557015 or 15283371. OLE color: 15283371.
HSL color Cylindrical-coordinate representation of color #AB34E9: hue angle of 279.45º degrees, saturation: 0.8, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AB34E9 is Cyan = 0.27, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 171 | 52 | 233 | - |
| CMYK | 0.27 | 0.78 | 0 | 0.09 |
| HSL | 279.45º | 0.8% | 0.56% | - |
| HSV(B) | 279.45º | 0.78% | 0.91% | - |
| XYZ | 32.73 | 17 | 78.65 | - |
| YUV | 108.22 | 198.42 | 172.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 52 | 233 | 0.27 | 0.78 | 0 | 0.09 | 279.45 | 0.8 | 0.56 |
| Hex | AB | 34 | E9 | 1B | 4E | 0 | 9 | 117 | 50 | 38 |
| Octal | 253 | 64 | 351 | 33 | 116 | 0 | 11 | 427 | 120 | 70 |
| Binary | 10101011 | 110100 | 11101001 | 11011 | 1001110 | 0 | 1001 | 100010111 | 1010000 | 111000 |
Color Harmonies of #AB34E9
Complementary color
Monochromatic Colors of #AB34E9
Black with #AB34E9
Text Example
Text Example
White with #AB34E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB34E9; }
p { color: rgb(171,52,233); }
H1.HeaderClassName
{
color: #AB34E9;
}
.AnyTagClassName
{
color: #AB34E9;
}
</style>
background-color css
<style>
a { background-color: #AB34E9; }
a { background-color: rgb(171,52,233); }
div.DivClassName
{
background-color: #AB34E9;
}
.BgClassName
{
background-color: #AB34E9;
}
</style>
border-color css
<style>
span { border-color: #AB34E9; }
span { border-color: rgb(171,52,233); }
td.TdClassName
{
border-color: #AB34E9;
}
.TagClassName
{
border-color: #AB34E9;
}
</style>