Shades of Medium Orchid #AB43C8
Tints of Medium Orchid #AB43C8
RGB
CMYK
RGB Variations
Color information
#AB43C8 (or 0xAB43C8) is known color: Medium Orchid. HEX triplet: AB, 43 and C8. RGB value is (171,67,200). Sum of RGB (Red+Green+Blue) = 171+67+200=438 (58% of max value = 765). Red value is 171 (67.19% from 255 or 39.04% from 438); Green value is 67 (26.56% from 255 or 15.30% from 438); Blue value is 200 (78.52% from 255 or 45.66% from 438); Max value from RGB is 200 - color contains mainly: blue. Hex color #AB43C8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB43C8 is #54BC37. Grayscale: #707070. Windows color (decimal): -5553208 or 13124523. OLE color: 13124523.
HSL color Cylindrical-coordinate representation of color #AB43C8: hue angle of 286.92º degrees, saturation: 0.55, 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 #AB43C8 is Cyan = 0.14, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 171 | 67 | 200 | - |
| CMYK | 0.14 | 0.66 | 0 | 0.22 |
| HSL | 286.92º | 0.55% | 0.52% | - |
| HSV(B) | 286.92º | 0.67% | 0.78% | - |
| XYZ | 29.23 | 16.84 | 56.35 | - |
| YUV | 113.26 | 176.96 | 169.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 67 | 200 | 0.14 | 0.66 | 0 | 0.22 | 286.92 | 0.55 | 0.52 |
| Hex | AB | 43 | C8 | E | 42 | 0 | 16 | 11F | 37 | 34 |
| Octal | 253 | 103 | 310 | 16 | 102 | 0 | 26 | 437 | 67 | 64 |
| Binary | 10101011 | 1000011 | 11001000 | 1110 | 1000010 | 0 | 10110 | 100011111 | 110111 | 110100 |
Color Harmonies of #AB43C8
Complementary color
Monochromatic Colors of #AB43C8
Black with #AB43C8
Text Example
Text Example
White with #AB43C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB43C8; }
p { color: rgb(171,67,200); }
H1.HeaderClassName
{
color: #AB43C8;
}
.AnyTagClassName
{
color: #AB43C8;
}
</style>
background-color css
<style>
a { background-color: #AB43C8; }
a { background-color: rgb(171,67,200); }
div.DivClassName
{
background-color: #AB43C8;
}
.BgClassName
{
background-color: #AB43C8;
}
</style>
border-color css
<style>
span { border-color: #AB43C8; }
span { border-color: rgb(171,67,200); }
td.TdClassName
{
border-color: #AB43C8;
}
.TagClassName
{
border-color: #AB43C8;
}
</style>