Shades of Medium Orchid #AB4BF2
Tints of Medium Orchid #AB4BF2
RGB
CMYK
RGB Variations
Color information
#AB4BF2 (or 0xAB4BF2) is known color: Medium Orchid. HEX triplet: AB, 4B and F2. RGB value is (171,75,242). Sum of RGB (Red+Green+Blue) = 171+75+242=488 (64% of max value = 765). Red value is 171 (67.19% from 255 or 35.04% from 488); Green value is 75 (29.69% from 255 or 15.37% from 488); Blue value is 242 (94.92% from 255 or 49.59% from 488); Max value from RGB is 242 - color contains mainly: blue. Hex color #AB4BF2 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AB4BF2 is #54B40D. Grayscale: #7A7A7A. Windows color (decimal): -5551118 or 15879083. OLE color: 15879083.
HSL color Cylindrical-coordinate representation of color #AB4BF2: hue angle of 274.49º degrees, saturation: 0.87, 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 #AB4BF2 is Cyan = 0.29, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 171 | 75 | 242 | - |
| CMYK | 0.29 | 0.69 | 0 | 0.05 |
| HSL | 274.49º | 0.87% | 0.62% | - |
| HSV(B) | 274.49º | 0.69% | 0.95% | - |
| XYZ | 35.34 | 20.1 | 86.02 | - |
| YUV | 122.74 | 195.3 | 162.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 75 | 242 | 0.29 | 0.69 | 0 | 0.05 | 274.49 | 0.87 | 0.62 |
| Hex | AB | 4B | F2 | 1D | 45 | 0 | 5 | 112 | 57 | 3E |
| Octal | 253 | 113 | 362 | 35 | 105 | 0 | 5 | 422 | 127 | 76 |
| Binary | 10101011 | 1001011 | 11110010 | 11101 | 1000101 | 0 | 101 | 100010010 | 1010111 | 111110 |
Color Harmonies of #AB4BF2
Complementary color
Monochromatic Colors of #AB4BF2
Black with #AB4BF2
Text Example
Text Example
White with #AB4BF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB4BF2; }
p { color: rgb(171,75,242); }
H1.HeaderClassName
{
color: #AB4BF2;
}
.AnyTagClassName
{
color: #AB4BF2;
}
</style>
background-color css
<style>
a { background-color: #AB4BF2; }
a { background-color: rgb(171,75,242); }
div.DivClassName
{
background-color: #AB4BF2;
}
.BgClassName
{
background-color: #AB4BF2;
}
</style>
border-color css
<style>
span { border-color: #AB4BF2; }
span { border-color: rgb(171,75,242); }
td.TdClassName
{
border-color: #AB4BF2;
}
.TagClassName
{
border-color: #AB4BF2;
}
</style>