Shades of Dark Orchid #AB3EBE
Tints of Dark Orchid #AB3EBE
RGB
CMYK
RGB Variations
Color information
#AB3EBE (or 0xAB3EBE) is known color: Dark Orchid. HEX triplet: AB, 3E and BE. RGB value is (171,62,190). Sum of RGB (Red+Green+Blue) = 171+62+190=423 (56% of max value = 765). Red value is 171 (67.19% from 255 or 40.43% from 423); Green value is 62 (24.61% from 255 or 14.66% from 423); Blue value is 190 (74.61% from 255 or 44.92% from 423); Max value from RGB is 190 - color contains mainly: blue. Hex color #AB3EBE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB3EBE is #54C141. Grayscale: #6C6C6C. Windows color (decimal): -5554498 or 12467883. OLE color: 12467883.
HSL color Cylindrical-coordinate representation of color #AB3EBE: hue angle of 291.09º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AB3EBE is Cyan = 0.10, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 171 | 62 | 190 | - |
| CMYK | 0.10 | 0.67 | 0 | 0.25 |
| HSL | 291.09º | 0.51% | 0.49% | - |
| HSV(B) | 291.09º | 0.67% | 0.75% | - |
| XYZ | 27.81 | 15.82 | 50.3 | - |
| YUV | 109.18 | 173.61 | 172.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 62 | 190 | 0.10 | 0.67 | 0 | 0.25 | 291.09 | 0.51 | 0.49 |
| Hex | AB | 3E | BE | A | 43 | 0 | 19 | 123 | 33 | 31 |
| Octal | 253 | 76 | 276 | 12 | 103 | 0 | 31 | 443 | 63 | 61 |
| Binary | 10101011 | 111110 | 10111110 | 1010 | 1000011 | 0 | 11001 | 100100011 | 110011 | 110001 |
Color Harmonies of #AB3EBE
Complementary color
Monochromatic Colors of #AB3EBE
Black with #AB3EBE
Text Example
Text Example
White with #AB3EBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB3EBE; }
p { color: rgb(171,62,190); }
H1.HeaderClassName
{
color: #AB3EBE;
}
.AnyTagClassName
{
color: #AB3EBE;
}
</style>
background-color css
<style>
a { background-color: #AB3EBE; }
a { background-color: rgb(171,62,190); }
div.DivClassName
{
background-color: #AB3EBE;
}
.BgClassName
{
background-color: #AB3EBE;
}
</style>
border-color css
<style>
span { border-color: #AB3EBE; }
span { border-color: rgb(171,62,190); }
td.TdClassName
{
border-color: #AB3EBE;
}
.TagClassName
{
border-color: #AB3EBE;
}
</style>