Shades of Medium Orchid #AB4CF2
Tints of Medium Orchid #AB4CF2
RGB
CMYK
RGB Variations
Color information
#AB4CF2 (or 0xAB4CF2) is known color: Medium Orchid. HEX triplet: AB, 4C and F2. RGB value is (171,76,242). Sum of RGB (Red+Green+Blue) = 171+76+242=489 (64% of max value = 765). Red value is 171 (67.19% from 255 or 34.97% from 489); Green value is 76 (30.08% from 255 or 15.54% from 489); Blue value is 242 (94.92% from 255 or 49.49% from 489); Max value from RGB is 242 - color contains mainly: blue. Hex color #AB4CF2 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AB4CF2 is #54B30D. Grayscale: #7A7A7A. Windows color (decimal): -5550862 or 15879339. OLE color: 15879339.
HSL color Cylindrical-coordinate representation of color #AB4CF2: hue angle of 274.34º degrees, saturation: 0.86, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AB4CF2 is Cyan = 0.29, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 171 | 76 | 242 | - |
| CMYK | 0.29 | 0.69 | 0 | 0.05 |
| HSL | 274.34º | 0.86% | 0.62% | - |
| HSV(B) | 274.34º | 0.69% | 0.95% | - |
| XYZ | 35.41 | 20.24 | 86.04 | - |
| YUV | 123.33 | 194.97 | 162 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 76 | 242 | 0.29 | 0.69 | 0 | 0.05 | 274.34 | 0.86 | 0.62 |
| Hex | AB | 4C | F2 | 1D | 45 | 0 | 5 | 112 | 56 | 3E |
| Octal | 253 | 114 | 362 | 35 | 105 | 0 | 5 | 422 | 126 | 76 |
| Binary | 10101011 | 1001100 | 11110010 | 11101 | 1000101 | 0 | 101 | 100010010 | 1010110 | 111110 |
Color Harmonies of #AB4CF2
Complementary color
Monochromatic Colors of #AB4CF2
Black with #AB4CF2
Text Example
Text Example
White with #AB4CF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB4CF2; }
p { color: rgb(171,76,242); }
H1.HeaderClassName
{
color: #AB4CF2;
}
.AnyTagClassName
{
color: #AB4CF2;
}
</style>
background-color css
<style>
a { background-color: #AB4CF2; }
a { background-color: rgb(171,76,242); }
div.DivClassName
{
background-color: #AB4CF2;
}
.BgClassName
{
background-color: #AB4CF2;
}
</style>
border-color css
<style>
span { border-color: #AB4CF2; }
span { border-color: rgb(171,76,242); }
td.TdClassName
{
border-color: #AB4CF2;
}
.TagClassName
{
border-color: #AB4CF2;
}
</style>