Shades of Medium Orchid #AB43CF
Tints of Medium Orchid #AB43CF
RGB
CMYK
RGB Variations
Color information
#AB43CF (or 0xAB43CF) is known color: Medium Orchid. HEX triplet: AB, 43 and CF. RGB value is (171,67,207). Sum of RGB (Red+Green+Blue) = 171+67+207=445 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.43% from 445); Green value is 67 (26.56% from 255 or 15.06% from 445); Blue value is 207 (81.25% from 255 or 46.52% from 445); Max value from RGB is 207 - color contains mainly: blue. Hex color #AB43CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB43CF is #54BC30. Grayscale: #717171. Windows color (decimal): -5553201 or 13583275. OLE color: 13583275.
HSL color Cylindrical-coordinate representation of color #AB43CF: hue angle of 284.57º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AB43CF is Cyan = 0.17, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 171 | 67 | 207 | - |
| CMYK | 0.17 | 0.68 | 0 | 0.19 |
| HSL | 284.57º | 0.59% | 0.54% | - |
| HSV(B) | 284.57º | 0.68% | 0.81% | - |
| XYZ | 30.06 | 17.18 | 60.76 | - |
| YUV | 114.06 | 180.46 | 168.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 67 | 207 | 0.17 | 0.68 | 0 | 0.19 | 284.57 | 0.59 | 0.54 |
| Hex | AB | 43 | CF | 11 | 44 | 0 | 13 | 11D | 3B | 36 |
| Octal | 253 | 103 | 317 | 21 | 104 | 0 | 23 | 435 | 73 | 66 |
| Binary | 10101011 | 1000011 | 11001111 | 10001 | 1000100 | 0 | 10011 | 100011101 | 111011 | 110110 |
Color Harmonies of #AB43CF
Complementary color
Monochromatic Colors of #AB43CF
Black with #AB43CF
Text Example
Text Example
White with #AB43CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB43CF; }
p { color: rgb(171,67,207); }
H1.HeaderClassName
{
color: #AB43CF;
}
.AnyTagClassName
{
color: #AB43CF;
}
</style>
background-color css
<style>
a { background-color: #AB43CF; }
a { background-color: rgb(171,67,207); }
div.DivClassName
{
background-color: #AB43CF;
}
.BgClassName
{
background-color: #AB43CF;
}
</style>
border-color css
<style>
span { border-color: #AB43CF; }
span { border-color: rgb(171,67,207); }
td.TdClassName
{
border-color: #AB43CF;
}
.TagClassName
{
border-color: #AB43CF;
}
</style>