Shades of Dark Orchid #AB3EDE
Tints of Dark Orchid #AB3EDE
RGB
CMYK
RGB Variations
Color information
#AB3EDE (or 0xAB3EDE) is known color: Dark Orchid. HEX triplet: AB, 3E and DE. RGB value is (171,62,222). Sum of RGB (Red+Green+Blue) = 171+62+222=455 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.58% from 455); Green value is 62 (24.61% from 255 or 13.63% from 455); Blue value is 222 (87.11% from 255 or 48.79% from 455); Max value from RGB is 222 - color contains mainly: blue. Hex color #AB3EDE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB3EDE is #54C121. Grayscale: #707070. Windows color (decimal): -5554466 or 14565035. OLE color: 14565035.
HSL color Cylindrical-coordinate representation of color #AB3EDE: hue angle of 280.88º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AB3EDE is Cyan = 0.23, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 171 | 62 | 222 | - |
| CMYK | 0.23 | 0.72 | 0 | 0.13 |
| HSL | 280.88º | 0.71% | 0.56% | - |
| HSV(B) | 280.88º | 0.72% | 0.87% | - |
| XYZ | 31.7 | 17.38 | 70.79 | - |
| YUV | 112.83 | 189.61 | 169.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 62 | 222 | 0.23 | 0.72 | 0 | 0.13 | 280.88 | 0.71 | 0.56 |
| Hex | AB | 3E | DE | 17 | 48 | 0 | D | 119 | 47 | 38 |
| Octal | 253 | 76 | 336 | 27 | 110 | 0 | 15 | 431 | 107 | 70 |
| Binary | 10101011 | 111110 | 11011110 | 10111 | 1001000 | 0 | 1101 | 100011001 | 1000111 | 111000 |
Color Harmonies of #AB3EDE
Complementary color
Monochromatic Colors of #AB3EDE
Black with #AB3EDE
Text Example
Text Example
White with #AB3EDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB3EDE; }
p { color: rgb(171,62,222); }
H1.HeaderClassName
{
color: #AB3EDE;
}
.AnyTagClassName
{
color: #AB3EDE;
}
</style>
background-color css
<style>
a { background-color: #AB3EDE; }
a { background-color: rgb(171,62,222); }
div.DivClassName
{
background-color: #AB3EDE;
}
.BgClassName
{
background-color: #AB3EDE;
}
</style>
border-color css
<style>
span { border-color: #AB3EDE; }
span { border-color: rgb(171,62,222); }
td.TdClassName
{
border-color: #AB3EDE;
}
.TagClassName
{
border-color: #AB3EDE;
}
</style>