Shades of Medium Orchid #AB4FF2
Tints of Medium Orchid #AB4FF2
RGB
CMYK
RGB Variations
Color information
#AB4FF2 (or 0xAB4FF2) is known color: Medium Orchid. HEX triplet: AB, 4F and F2. RGB value is (171,79,242). Sum of RGB (Red+Green+Blue) = 171+79+242=492 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.76% from 492); Green value is 79 (31.25% from 255 or 16.06% from 492); Blue value is 242 (94.92% from 255 or 49.19% from 492); Max value from RGB is 242 - color contains mainly: blue. Hex color #AB4FF2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AB4FF2 is #54B00D. Grayscale: #7C7C7C. Windows color (decimal): -5550094 or 15880107. OLE color: 15880107.
HSL color Cylindrical-coordinate representation of color #AB4FF2: hue angle of 273.87º degrees, saturation: 0.86, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AB4FF2 is Cyan = 0.29, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 171 | 79 | 242 | - |
| CMYK | 0.29 | 0.67 | 0 | 0.05 |
| HSL | 273.87º | 0.86% | 0.63% | - |
| HSV(B) | 273.87º | 0.67% | 0.95% | - |
| XYZ | 35.62 | 20.66 | 86.12 | - |
| YUV | 125.09 | 193.98 | 160.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 79 | 242 | 0.29 | 0.67 | 0 | 0.05 | 273.87 | 0.86 | 0.63 |
| Hex | AB | 4F | F2 | 1D | 43 | 0 | 5 | 112 | 56 | 3F |
| Octal | 253 | 117 | 362 | 35 | 103 | 0 | 5 | 422 | 126 | 77 |
| Binary | 10101011 | 1001111 | 11110010 | 11101 | 1000011 | 0 | 101 | 100010010 | 1010110 | 111111 |
Color Harmonies of #AB4FF2
Complementary color
Monochromatic Colors of #AB4FF2
Black with #AB4FF2
Text Example
Text Example
White with #AB4FF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB4FF2; }
p { color: rgb(171,79,242); }
H1.HeaderClassName
{
color: #AB4FF2;
}
.AnyTagClassName
{
color: #AB4FF2;
}
</style>
background-color css
<style>
a { background-color: #AB4FF2; }
a { background-color: rgb(171,79,242); }
div.DivClassName
{
background-color: #AB4FF2;
}
.BgClassName
{
background-color: #AB4FF2;
}
</style>
border-color css
<style>
span { border-color: #AB4FF2; }
span { border-color: rgb(171,79,242); }
td.TdClassName
{
border-color: #AB4FF2;
}
.TagClassName
{
border-color: #AB4FF2;
}
</style>