Shades of Dark Orchid #AB2EE7
Tints of Dark Orchid #AB2EE7
RGB
CMYK
RGB Variations
Color information
#AB2EE7 (or 0xAB2EE7) is known color: Dark Orchid. HEX triplet: AB, 2E and E7. RGB value is (171,46,231). Sum of RGB (Red+Green+Blue) = 171+46+231=448 (59% of max value = 765). Red value is 171 (67.19% from 255 or 38.17% from 448); Green value is 46 (18.36% from 255 or 10.27% from 448); Blue value is 231 (90.62% from 255 or 51.56% from 448); Max value from RGB is 231 - color contains mainly: blue. Hex color #AB2EE7 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AB2EE7 is #54D118. Grayscale: #676767. Windows color (decimal): -5558553 or 15150763. OLE color: 15150763.
HSL color Cylindrical-coordinate representation of color #AB2EE7: hue angle of 280.54º degrees, saturation: 0.79, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AB2EE7 is Cyan = 0.26, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 171 | 46 | 231 | - |
| CMYK | 0.26 | 0.80 | 0 | 0.09 |
| HSL | 280.54º | 0.79% | 0.54% | - |
| HSV(B) | 280.54º | 0.8% | 0.91% | - |
| XYZ | 32.2 | 16.38 | 77.07 | - |
| YUV | 104.47 | 199.41 | 175.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 46 | 231 | 0.26 | 0.80 | 0 | 0.09 | 280.54 | 0.79 | 0.54 |
| Hex | AB | 2E | E7 | 1A | 50 | 0 | 9 | 119 | 4F | 36 |
| Octal | 253 | 56 | 347 | 32 | 120 | 0 | 11 | 431 | 117 | 66 |
| Binary | 10101011 | 101110 | 11100111 | 11010 | 1010000 | 0 | 1001 | 100011001 | 1001111 | 110110 |
Color Harmonies of #AB2EE7
Complementary color
Monochromatic Colors of #AB2EE7
Black with #AB2EE7
Text Example
Text Example
White with #AB2EE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB2EE7; }
p { color: rgb(171,46,231); }
H1.HeaderClassName
{
color: #AB2EE7;
}
.AnyTagClassName
{
color: #AB2EE7;
}
</style>
background-color css
<style>
a { background-color: #AB2EE7; }
a { background-color: rgb(171,46,231); }
div.DivClassName
{
background-color: #AB2EE7;
}
.BgClassName
{
background-color: #AB2EE7;
}
</style>
border-color css
<style>
span { border-color: #AB2EE7; }
span { border-color: rgb(171,46,231); }
td.TdClassName
{
border-color: #AB2EE7;
}
.TagClassName
{
border-color: #AB2EE7;
}
</style>