Shades of Medium Orchid #AB43DC
Tints of Medium Orchid #AB43DC
RGB
CMYK
RGB Variations
Color information
#AB43DC (or 0xAB43DC) is known color: Medium Orchid. HEX triplet: AB, 43 and DC. RGB value is (171,67,220). Sum of RGB (Red+Green+Blue) = 171+67+220=458 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.34% from 458); Green value is 67 (26.56% from 255 or 14.63% from 458); Blue value is 220 (86.33% from 255 or 48.03% from 458); Max value from RGB is 220 - color contains mainly: blue. Hex color #AB43DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB43DC is #54BC23. Grayscale: #737373. Windows color (decimal): -5553188 or 14435243. OLE color: 14435243.
HSL color Cylindrical-coordinate representation of color #AB43DC: hue angle of 280.78º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AB43DC is Cyan = 0.22, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 171 | 67 | 220 | - |
| CMYK | 0.22 | 0.70 | 0 | 0.14 |
| HSL | 280.78º | 0.69% | 0.56% | - |
| HSV(B) | 280.78º | 0.7% | 0.86% | - |
| XYZ | 31.72 | 17.84 | 69.48 | - |
| YUV | 115.54 | 186.96 | 167.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 67 | 220 | 0.22 | 0.70 | 0 | 0.14 | 280.78 | 0.69 | 0.56 |
| Hex | AB | 43 | DC | 16 | 46 | 0 | E | 119 | 45 | 38 |
| Octal | 253 | 103 | 334 | 26 | 106 | 0 | 16 | 431 | 105 | 70 |
| Binary | 10101011 | 1000011 | 11011100 | 10110 | 1000110 | 0 | 1110 | 100011001 | 1000101 | 111000 |
Color Harmonies of #AB43DC
Complementary color
Monochromatic Colors of #AB43DC
Black with #AB43DC
Text Example
Text Example
White with #AB43DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB43DC; }
p { color: rgb(171,67,220); }
H1.HeaderClassName
{
color: #AB43DC;
}
.AnyTagClassName
{
color: #AB43DC;
}
</style>
background-color css
<style>
a { background-color: #AB43DC; }
a { background-color: rgb(171,67,220); }
div.DivClassName
{
background-color: #AB43DC;
}
.BgClassName
{
background-color: #AB43DC;
}
</style>
border-color css
<style>
span { border-color: #AB43DC; }
span { border-color: rgb(171,67,220); }
td.TdClassName
{
border-color: #AB43DC;
}
.TagClassName
{
border-color: #AB43DC;
}
</style>