Shades of Medium Orchid #AB43C7
Tints of Medium Orchid #AB43C7
RGB
CMYK
RGB Variations
Color information
#AB43C7 (or 0xAB43C7) is known color: Medium Orchid. HEX triplet: AB, 43 and C7. RGB value is (171,67,199). Sum of RGB (Red+Green+Blue) = 171+67+199=437 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.13% from 437); Green value is 67 (26.56% from 255 or 15.33% from 437); Blue value is 199 (78.12% from 255 or 45.54% from 437); Max value from RGB is 199 - color contains mainly: blue. Hex color #AB43C7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB43C7 is #54BC38. Grayscale: #707070. Windows color (decimal): -5553209 or 13058987. OLE color: 13058987.
HSL color Cylindrical-coordinate representation of color #AB43C7: hue angle of 287.27º degrees, saturation: 0.54, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AB43C7 is Cyan = 0.14, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 171 | 67 | 199 | - |
| CMYK | 0.14 | 0.66 | 0 | 0.22 |
| HSL | 287.27º | 0.54% | 0.52% | - |
| HSV(B) | 287.27º | 0.66% | 0.78% | - |
| XYZ | 29.11 | 16.8 | 55.74 | - |
| YUV | 113.14 | 176.46 | 169.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 67 | 199 | 0.14 | 0.66 | 0 | 0.22 | 287.27 | 0.54 | 0.52 |
| Hex | AB | 43 | C7 | E | 42 | 0 | 16 | 11F | 36 | 34 |
| Octal | 253 | 103 | 307 | 16 | 102 | 0 | 26 | 437 | 66 | 64 |
| Binary | 10101011 | 1000011 | 11000111 | 1110 | 1000010 | 0 | 10110 | 100011111 | 110110 | 110100 |
Color Harmonies of #AB43C7
Complementary color
Monochromatic Colors of #AB43C7
Black with #AB43C7
Text Example
Text Example
White with #AB43C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB43C7; }
p { color: rgb(171,67,199); }
H1.HeaderClassName
{
color: #AB43C7;
}
.AnyTagClassName
{
color: #AB43C7;
}
</style>
background-color css
<style>
a { background-color: #AB43C7; }
a { background-color: rgb(171,67,199); }
div.DivClassName
{
background-color: #AB43C7;
}
.BgClassName
{
background-color: #AB43C7;
}
</style>
border-color css
<style>
span { border-color: #AB43C7; }
span { border-color: rgb(171,67,199); }
td.TdClassName
{
border-color: #AB43C7;
}
.TagClassName
{
border-color: #AB43C7;
}
</style>