Shades of Dark Orchid #AB32EA
Tints of Dark Orchid #AB32EA
RGB
CMYK
RGB Variations
Color information
#AB32EA (or 0xAB32EA) is known color: Dark Orchid. HEX triplet: AB, 32 and EA. RGB value is (171,50,234). Sum of RGB (Red+Green+Blue) = 171+50+234=455 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.58% from 455); Green value is 50 (19.92% from 255 or 10.99% from 455); Blue value is 234 (91.80% from 255 or 51.43% from 455); Max value from RGB is 234 - color contains mainly: blue. Hex color #AB32EA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AB32EA is #54CD15. Grayscale: #6A6A6A. Windows color (decimal): -5557526 or 15348395. OLE color: 15348395.
HSL color Cylindrical-coordinate representation of color #AB32EA: hue angle of 279.46º degrees, saturation: 0.81, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AB32EA is Cyan = 0.27, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 171 | 50 | 234 | - |
| CMYK | 0.27 | 0.79 | 0 | 0.08 |
| HSL | 279.46º | 0.81% | 0.56% | - |
| HSV(B) | 279.46º | 0.79% | 0.92% | - |
| XYZ | 32.79 | 16.88 | 79.37 | - |
| YUV | 107.16 | 199.59 | 173.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 50 | 234 | 0.27 | 0.79 | 0 | 0.08 | 279.46 | 0.81 | 0.56 |
| Hex | AB | 32 | EA | 1B | 4F | 0 | 8 | 117 | 51 | 38 |
| Octal | 253 | 62 | 352 | 33 | 117 | 0 | 10 | 427 | 121 | 70 |
| Binary | 10101011 | 110010 | 11101010 | 11011 | 1001111 | 0 | 1000 | 100010111 | 1010001 | 111000 |
Color Harmonies of #AB32EA
Complementary color
Monochromatic Colors of #AB32EA
Black with #AB32EA
Text Example
Text Example
White with #AB32EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB32EA; }
p { color: rgb(171,50,234); }
H1.HeaderClassName
{
color: #AB32EA;
}
.AnyTagClassName
{
color: #AB32EA;
}
</style>
background-color css
<style>
a { background-color: #AB32EA; }
a { background-color: rgb(171,50,234); }
div.DivClassName
{
background-color: #AB32EA;
}
.BgClassName
{
background-color: #AB32EA;
}
</style>
border-color css
<style>
span { border-color: #AB32EA; }
span { border-color: rgb(171,50,234); }
td.TdClassName
{
border-color: #AB32EA;
}
.TagClassName
{
border-color: #AB32EA;
}
</style>