Shades of Medium Orchid #AB4AF2
Tints of Medium Orchid #AB4AF2
RGB
CMYK
RGB Variations
Color information
#AB4AF2 (or 0xAB4AF2) is known color: Medium Orchid. HEX triplet: AB, 4A and F2. RGB value is (171,74,242). Sum of RGB (Red+Green+Blue) = 171+74+242=487 (64% of max value = 765). Red value is 171 (67.19% from 255 or 35.11% from 487); Green value is 74 (29.30% from 255 or 15.20% from 487); Blue value is 242 (94.92% from 255 or 49.69% from 487); Max value from RGB is 242 - color contains mainly: blue. Hex color #AB4AF2 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AB4AF2 is #54B50D. Grayscale: #797979. Windows color (decimal): -5551374 or 15878827. OLE color: 15878827.
HSL color Cylindrical-coordinate representation of color #AB4AF2: hue angle of 274.64º 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 #AB4AF2 is Cyan = 0.29, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 171 | 74 | 242 | - |
| CMYK | 0.29 | 0.69 | 0 | 0.05 |
| HSL | 274.64º | 0.87% | 0.62% | - |
| HSV(B) | 274.64º | 0.69% | 0.95% | - |
| XYZ | 35.27 | 19.97 | 86 | - |
| YUV | 122.16 | 195.64 | 162.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 74 | 242 | 0.29 | 0.69 | 0 | 0.05 | 274.64 | 0.87 | 0.62 |
| Hex | AB | 4A | F2 | 1D | 45 | 0 | 5 | 113 | 57 | 3E |
| Octal | 253 | 112 | 362 | 35 | 105 | 0 | 5 | 423 | 127 | 76 |
| Binary | 10101011 | 1001010 | 11110010 | 11101 | 1000101 | 0 | 101 | 100010011 | 1010111 | 111110 |
Color Harmonies of #AB4AF2
Complementary color
Monochromatic Colors of #AB4AF2
Black with #AB4AF2
Text Example
Text Example
White with #AB4AF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB4AF2; }
p { color: rgb(171,74,242); }
H1.HeaderClassName
{
color: #AB4AF2;
}
.AnyTagClassName
{
color: #AB4AF2;
}
</style>
background-color css
<style>
a { background-color: #AB4AF2; }
a { background-color: rgb(171,74,242); }
div.DivClassName
{
background-color: #AB4AF2;
}
.BgClassName
{
background-color: #AB4AF2;
}
</style>
border-color css
<style>
span { border-color: #AB4AF2; }
span { border-color: rgb(171,74,242); }
td.TdClassName
{
border-color: #AB4AF2;
}
.TagClassName
{
border-color: #AB4AF2;
}
</style>