Shades of Medium Orchid #AB4DF2
Tints of Medium Orchid #AB4DF2
RGB
CMYK
RGB Variations
Color information
#AB4DF2 (or 0xAB4DF2) is known color: Medium Orchid. HEX triplet: AB, 4D and F2. RGB value is (171,77,242). Sum of RGB (Red+Green+Blue) = 171+77+242=490 (64% of max value = 765). Red value is 171 (67.19% from 255 or 34.90% from 490); Green value is 77 (30.47% from 255 or 15.71% from 490); Blue value is 242 (94.92% from 255 or 49.39% from 490); Max value from RGB is 242 - color contains mainly: blue. Hex color #AB4DF2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AB4DF2 is #54B20D. Grayscale: #7B7B7B. Windows color (decimal): -5550606 or 15879595. OLE color: 15879595.
HSL color Cylindrical-coordinate representation of color #AB4DF2: hue angle of 274.18º degrees, saturation: 0.86, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AB4DF2 is Cyan = 0.29, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 171 | 77 | 242 | - |
| CMYK | 0.29 | 0.68 | 0 | 0.05 |
| HSL | 274.18º | 0.86% | 0.63% | - |
| HSV(B) | 274.18º | 0.68% | 0.95% | - |
| XYZ | 35.48 | 20.38 | 86.07 | - |
| YUV | 123.92 | 194.64 | 161.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 77 | 242 | 0.29 | 0.68 | 0 | 0.05 | 274.18 | 0.86 | 0.63 |
| Hex | AB | 4D | F2 | 1D | 44 | 0 | 5 | 112 | 56 | 3F |
| Octal | 253 | 115 | 362 | 35 | 104 | 0 | 5 | 422 | 126 | 77 |
| Binary | 10101011 | 1001101 | 11110010 | 11101 | 1000100 | 0 | 101 | 100010010 | 1010110 | 111111 |
Color Harmonies of #AB4DF2
Complementary color
Monochromatic Colors of #AB4DF2
Black with #AB4DF2
Text Example
Text Example
White with #AB4DF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB4DF2; }
p { color: rgb(171,77,242); }
H1.HeaderClassName
{
color: #AB4DF2;
}
.AnyTagClassName
{
color: #AB4DF2;
}
</style>
background-color css
<style>
a { background-color: #AB4DF2; }
a { background-color: rgb(171,77,242); }
div.DivClassName
{
background-color: #AB4DF2;
}
.BgClassName
{
background-color: #AB4DF2;
}
</style>
border-color css
<style>
span { border-color: #AB4DF2; }
span { border-color: rgb(171,77,242); }
td.TdClassName
{
border-color: #AB4DF2;
}
.TagClassName
{
border-color: #AB4DF2;
}
</style>