Shades of Dark Orchid #AB3EDA
Tints of Dark Orchid #AB3EDA
RGB
CMYK
RGB Variations
Color information
#AB3EDA (or 0xAB3EDA) is known color: Dark Orchid. HEX triplet: AB, 3E and DA. RGB value is (171,62,218). Sum of RGB (Red+Green+Blue) = 171+62+218=451 (59% of max value = 765). Red value is 171 (67.19% from 255 or 37.92% from 451); Green value is 62 (24.61% from 255 or 13.75% from 451); Blue value is 218 (85.55% from 255 or 48.34% from 451); Max value from RGB is 218 - color contains mainly: blue. Hex color #AB3EDA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB3EDA is #54C125. Grayscale: #6F6F6F. Windows color (decimal): -5554470 or 14302891. OLE color: 14302891.
HSL color Cylindrical-coordinate representation of color #AB3EDA: hue angle of 281.92º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AB3EDA is Cyan = 0.22, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 171 | 62 | 218 | - |
| CMYK | 0.22 | 0.72 | 0 | 0.15 |
| HSL | 281.92º | 0.68% | 0.55% | - |
| HSV(B) | 281.92º | 0.72% | 0.85% | - |
| XYZ | 31.17 | 17.17 | 68 | - |
| YUV | 112.38 | 187.61 | 169.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 62 | 218 | 0.22 | 0.72 | 0 | 0.15 | 281.92 | 0.68 | 0.55 |
| Hex | AB | 3E | DA | 16 | 48 | 0 | F | 11A | 44 | 37 |
| Octal | 253 | 76 | 332 | 26 | 110 | 0 | 17 | 432 | 104 | 67 |
| Binary | 10101011 | 111110 | 11011010 | 10110 | 1001000 | 0 | 1111 | 100011010 | 1000100 | 110111 |
Color Harmonies of #AB3EDA
Complementary color
Monochromatic Colors of #AB3EDA
Black with #AB3EDA
Text Example
Text Example
White with #AB3EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB3EDA; }
p { color: rgb(171,62,218); }
H1.HeaderClassName
{
color: #AB3EDA;
}
.AnyTagClassName
{
color: #AB3EDA;
}
</style>
background-color css
<style>
a { background-color: #AB3EDA; }
a { background-color: rgb(171,62,218); }
div.DivClassName
{
background-color: #AB3EDA;
}
.BgClassName
{
background-color: #AB3EDA;
}
</style>
border-color css
<style>
span { border-color: #AB3EDA; }
span { border-color: rgb(171,62,218); }
td.TdClassName
{
border-color: #AB3EDA;
}
.TagClassName
{
border-color: #AB3EDA;
}
</style>