Shades of Medium Orchid #AB43DE
Tints of Medium Orchid #AB43DE
RGB
CMYK
RGB Variations
Color information
#AB43DE (or 0xAB43DE) is known color: Medium Orchid. HEX triplet: AB, 43 and DE. RGB value is (171,67,222). Sum of RGB (Red+Green+Blue) = 171+67+222=460 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.17% from 460); Green value is 67 (26.56% from 255 or 14.57% from 460); Blue value is 222 (87.11% from 255 or 48.26% from 460); Max value from RGB is 222 - color contains mainly: blue. Hex color #AB43DE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB43DE is #54BC21. Grayscale: #737373. Windows color (decimal): -5553186 or 14566315. OLE color: 14566315.
HSL color Cylindrical-coordinate representation of color #AB43DE: hue angle of 280.26º degrees, saturation: 0.7, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AB43DE is Cyan = 0.23, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 171 | 67 | 222 | - |
| CMYK | 0.23 | 0.70 | 0 | 0.13 |
| HSL | 280.26º | 0.7% | 0.57% | - |
| HSV(B) | 280.26º | 0.7% | 0.87% | - |
| XYZ | 31.99 | 17.95 | 70.89 | - |
| YUV | 115.77 | 187.96 | 167.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 67 | 222 | 0.23 | 0.70 | 0 | 0.13 | 280.26 | 0.7 | 0.57 |
| Hex | AB | 43 | DE | 17 | 46 | 0 | D | 118 | 46 | 39 |
| Octal | 253 | 103 | 336 | 27 | 106 | 0 | 15 | 430 | 106 | 71 |
| Binary | 10101011 | 1000011 | 11011110 | 10111 | 1000110 | 0 | 1101 | 100011000 | 1000110 | 111001 |
Color Harmonies of #AB43DE
Complementary color
Monochromatic Colors of #AB43DE
Black with #AB43DE
Text Example
Text Example
White with #AB43DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB43DE; }
p { color: rgb(171,67,222); }
H1.HeaderClassName
{
color: #AB43DE;
}
.AnyTagClassName
{
color: #AB43DE;
}
</style>
background-color css
<style>
a { background-color: #AB43DE; }
a { background-color: rgb(171,67,222); }
div.DivClassName
{
background-color: #AB43DE;
}
.BgClassName
{
background-color: #AB43DE;
}
</style>
border-color css
<style>
span { border-color: #AB43DE; }
span { border-color: rgb(171,67,222); }
td.TdClassName
{
border-color: #AB43DE;
}
.TagClassName
{
border-color: #AB43DE;
}
</style>