Shades of Dark Orchid #AB2BBE
Tints of Dark Orchid #AB2BBE
RGB
CMYK
RGB Variations
Color information
#AB2BBE (or 0xAB2BBE) is known color: Dark Orchid. HEX triplet: AB, 2B and BE. RGB value is (171,43,190). Sum of RGB (Red+Green+Blue) = 171+43+190=404 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.33% from 404); Green value is 43 (17.19% from 255 or 10.64% from 404); Blue value is 190 (74.61% from 255 or 47.03% from 404); Max value from RGB is 190 - color contains mainly: blue. Hex color #AB2BBE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB2BBE is #54D441. Grayscale: #616161. Windows color (decimal): -5559362 or 12463019. OLE color: 12463019.
HSL color Cylindrical-coordinate representation of color #AB2BBE: hue angle of 292.24º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AB2BBE is Cyan = 0.10, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 171 | 43 | 190 | - |
| CMYK | 0.10 | 0.77 | 0 | 0.25 |
| HSL | 292.24º | 0.63% | 0.46% | - |
| HSV(B) | 292.24º | 0.77% | 0.75% | - |
| XYZ | 26.95 | 14.1 | 50.02 | - |
| YUV | 98.03 | 179.91 | 180.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 43 | 190 | 0.10 | 0.77 | 0 | 0.25 | 292.24 | 0.63 | 0.46 |
| Hex | AB | 2B | BE | A | 4D | 0 | 19 | 124 | 3F | 2E |
| Octal | 253 | 53 | 276 | 12 | 115 | 0 | 31 | 444 | 77 | 56 |
| Binary | 10101011 | 101011 | 10111110 | 1010 | 1001101 | 0 | 11001 | 100100100 | 111111 | 101110 |
Color Harmonies of #AB2BBE
Complementary color
Monochromatic Colors of #AB2BBE
Black with #AB2BBE
Text Example
Text Example
White with #AB2BBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB2BBE; }
p { color: rgb(171,43,190); }
H1.HeaderClassName
{
color: #AB2BBE;
}
.AnyTagClassName
{
color: #AB2BBE;
}
</style>
background-color css
<style>
a { background-color: #AB2BBE; }
a { background-color: rgb(171,43,190); }
div.DivClassName
{
background-color: #AB2BBE;
}
.BgClassName
{
background-color: #AB2BBE;
}
</style>
border-color css
<style>
span { border-color: #AB2BBE; }
span { border-color: rgb(171,43,190); }
td.TdClassName
{
border-color: #AB2BBE;
}
.TagClassName
{
border-color: #AB2BBE;
}
</style>