Shades of Dark Orchid #AB2FEB
Tints of Dark Orchid #AB2FEB
RGB
CMYK
RGB Variations
Color information
#AB2FEB (or 0xAB2FEB) is known color: Dark Orchid. HEX triplet: AB, 2F and EB. RGB value is (171,47,235). Sum of RGB (Red+Green+Blue) = 171+47+235=453 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.75% from 453); Green value is 47 (18.75% from 255 or 10.38% from 453); Blue value is 235 (92.19% from 255 or 51.88% from 453); Max value from RGB is 235 - color contains mainly: blue. Hex color #AB2FEB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AB2FEB is #54D014. Grayscale: #686868. Windows color (decimal): -5558293 or 15413163. OLE color: 15413163.
HSL color Cylindrical-coordinate representation of color #AB2FEB: hue angle of 279.57º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AB2FEB is Cyan = 0.27, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 171 | 47 | 235 | - |
| CMYK | 0.27 | 0.8 | 0 | 0.08 |
| HSL | 279.57º | 0.82% | 0.55% | - |
| HSV(B) | 279.57º | 0.8% | 0.92% | - |
| XYZ | 32.81 | 16.69 | 80.09 | - |
| YUV | 105.51 | 201.08 | 174.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 47 | 235 | 0.27 | 0.8 | 0 | 0.08 | 279.57 | 0.82 | 0.55 |
| Hex | AB | 2F | EB | 1B | 50 | 0 | 8 | 118 | 52 | 37 |
| Octal | 253 | 57 | 353 | 33 | 120 | 0 | 10 | 430 | 122 | 67 |
| Binary | 10101011 | 101111 | 11101011 | 11011 | 1010000 | 0 | 1000 | 100011000 | 1010010 | 110111 |
Color Harmonies of #AB2FEB
Complementary color
Monochromatic Colors of #AB2FEB
Black with #AB2FEB
Text Example
Text Example
White with #AB2FEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB2FEB; }
p { color: rgb(171,47,235); }
H1.HeaderClassName
{
color: #AB2FEB;
}
.AnyTagClassName
{
color: #AB2FEB;
}
</style>
background-color css
<style>
a { background-color: #AB2FEB; }
a { background-color: rgb(171,47,235); }
div.DivClassName
{
background-color: #AB2FEB;
}
.BgClassName
{
background-color: #AB2FEB;
}
</style>
border-color css
<style>
span { border-color: #AB2FEB; }
span { border-color: rgb(171,47,235); }
td.TdClassName
{
border-color: #AB2FEB;
}
.TagClassName
{
border-color: #AB2FEB;
}
</style>