Shades of Medium Orchid #AB4ACF
Tints of Medium Orchid #AB4ACF
RGB
CMYK
RGB Variations
Color information
#AB4ACF (or 0xAB4ACF) is known color: Medium Orchid. HEX triplet: AB, 4A and CF. RGB value is (171,74,207). Sum of RGB (Red+Green+Blue) = 171+74+207=452 (59% of max value = 765). Red value is 171 (67.19% from 255 or 37.83% from 452); Green value is 74 (29.30% from 255 or 16.37% from 452); Blue value is 207 (81.25% from 255 or 45.80% from 452); Max value from RGB is 207 - color contains mainly: blue. Hex color #AB4ACF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB4ACF is #54B530. Grayscale: #757575. Windows color (decimal): -5551409 or 13585067. OLE color: 13585067.
HSL color Cylindrical-coordinate representation of color #AB4ACF: hue angle of 283.76º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AB4ACF is Cyan = 0.17, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 171 | 74 | 207 | - |
| CMYK | 0.17 | 0.64 | 0 | 0.19 |
| HSL | 283.76º | 0.58% | 0.55% | - |
| HSV(B) | 283.76º | 0.64% | 0.81% | - |
| XYZ | 30.51 | 18.06 | 60.91 | - |
| YUV | 118.17 | 178.14 | 165.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 74 | 207 | 0.17 | 0.64 | 0 | 0.19 | 283.76 | 0.58 | 0.55 |
| Hex | AB | 4A | CF | 11 | 40 | 0 | 13 | 11C | 3A | 37 |
| Octal | 253 | 112 | 317 | 21 | 100 | 0 | 23 | 434 | 72 | 67 |
| Binary | 10101011 | 1001010 | 11001111 | 10001 | 1000000 | 0 | 10011 | 100011100 | 111010 | 110111 |
Color Harmonies of #AB4ACF
Complementary color
Monochromatic Colors of #AB4ACF
Black with #AB4ACF
Text Example
Text Example
White with #AB4ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB4ACF; }
p { color: rgb(171,74,207); }
H1.HeaderClassName
{
color: #AB4ACF;
}
.AnyTagClassName
{
color: #AB4ACF;
}
</style>
background-color css
<style>
a { background-color: #AB4ACF; }
a { background-color: rgb(171,74,207); }
div.DivClassName
{
background-color: #AB4ACF;
}
.BgClassName
{
background-color: #AB4ACF;
}
</style>
border-color css
<style>
span { border-color: #AB4ACF; }
span { border-color: rgb(171,74,207); }
td.TdClassName
{
border-color: #AB4ACF;
}
.TagClassName
{
border-color: #AB4ACF;
}
</style>