Shades of Dark Orchid #AB3FDE
Tints of Dark Orchid #AB3FDE
RGB
CMYK
RGB Variations
Color information
#AB3FDE (or 0xAB3FDE) is known color: Dark Orchid. HEX triplet: AB, 3F and DE. RGB value is (171,63,222). Sum of RGB (Red+Green+Blue) = 171+63+222=456 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.5% from 456); Green value is 63 (25% from 255 or 13.82% from 456); Blue value is 222 (87.11% from 255 or 48.68% from 456); Max value from RGB is 222 - color contains mainly: blue. Hex color #AB3FDE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB3FDE is #54C021. Grayscale: #707070. Windows color (decimal): -5554210 or 14565291. OLE color: 14565291.
HSL color Cylindrical-coordinate representation of color #AB3FDE: hue angle of 280.75º 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 #AB3FDE is Cyan = 0.23, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 171 | 63 | 222 | - |
| CMYK | 0.23 | 0.72 | 0 | 0.13 |
| HSL | 280.75º | 0.71% | 0.56% | - |
| HSV(B) | 280.75º | 0.72% | 0.87% | - |
| XYZ | 31.76 | 17.49 | 70.81 | - |
| YUV | 113.42 | 189.28 | 169.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 63 | 222 | 0.23 | 0.72 | 0 | 0.13 | 280.75 | 0.71 | 0.56 |
| Hex | AB | 3F | DE | 17 | 48 | 0 | D | 119 | 47 | 38 |
| Octal | 253 | 77 | 336 | 27 | 110 | 0 | 15 | 431 | 107 | 70 |
| Binary | 10101011 | 111111 | 11011110 | 10111 | 1001000 | 0 | 1101 | 100011001 | 1000111 | 111000 |
Color Harmonies of #AB3FDE
Complementary color
Monochromatic Colors of #AB3FDE
Black with #AB3FDE
Text Example
Text Example
White with #AB3FDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB3FDE; }
p { color: rgb(171,63,222); }
H1.HeaderClassName
{
color: #AB3FDE;
}
.AnyTagClassName
{
color: #AB3FDE;
}
</style>
background-color css
<style>
a { background-color: #AB3FDE; }
a { background-color: rgb(171,63,222); }
div.DivClassName
{
background-color: #AB3FDE;
}
.BgClassName
{
background-color: #AB3FDE;
}
</style>
border-color css
<style>
span { border-color: #AB3FDE; }
span { border-color: rgb(171,63,222); }
td.TdClassName
{
border-color: #AB3FDE;
}
.TagClassName
{
border-color: #AB3FDE;
}
</style>