Shades of Medium Orchid #AB43CE
Tints of Medium Orchid #AB43CE
RGB
CMYK
RGB Variations
Color information
#AB43CE (or 0xAB43CE) is known color: Medium Orchid. HEX triplet: AB, 43 and CE. RGB value is (171,67,206). Sum of RGB (Red+Green+Blue) = 171+67+206=444 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.51% from 444); Green value is 67 (26.56% from 255 or 15.09% from 444); Blue value is 206 (80.86% from 255 or 46.40% from 444); Max value from RGB is 206 - color contains mainly: blue. Hex color #AB43CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB43CE is #54BC31. Grayscale: #717171. Windows color (decimal): -5553202 or 13517739. OLE color: 13517739.
HSL color Cylindrical-coordinate representation of color #AB43CE: hue angle of 284.89º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AB43CE is Cyan = 0.17, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 171 | 67 | 206 | - |
| CMYK | 0.17 | 0.67 | 0 | 0.19 |
| HSL | 284.89º | 0.59% | 0.54% | - |
| HSV(B) | 284.89º | 0.67% | 0.81% | - |
| XYZ | 29.94 | 17.13 | 60.12 | - |
| YUV | 113.94 | 179.96 | 168.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 67 | 206 | 0.17 | 0.67 | 0 | 0.19 | 284.89 | 0.59 | 0.54 |
| Hex | AB | 43 | CE | 11 | 43 | 0 | 13 | 11D | 3B | 36 |
| Octal | 253 | 103 | 316 | 21 | 103 | 0 | 23 | 435 | 73 | 66 |
| Binary | 10101011 | 1000011 | 11001110 | 10001 | 1000011 | 0 | 10011 | 100011101 | 111011 | 110110 |
Color Harmonies of #AB43CE
Complementary color
Monochromatic Colors of #AB43CE
Black with #AB43CE
Text Example
Text Example
White with #AB43CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB43CE; }
p { color: rgb(171,67,206); }
H1.HeaderClassName
{
color: #AB43CE;
}
.AnyTagClassName
{
color: #AB43CE;
}
</style>
background-color css
<style>
a { background-color: #AB43CE; }
a { background-color: rgb(171,67,206); }
div.DivClassName
{
background-color: #AB43CE;
}
.BgClassName
{
background-color: #AB43CE;
}
</style>
border-color css
<style>
span { border-color: #AB43CE; }
span { border-color: rgb(171,67,206); }
td.TdClassName
{
border-color: #AB43CE;
}
.TagClassName
{
border-color: #AB43CE;
}
</style>