Shades of Medium Orchid #A74BF2
Tints of Medium Orchid #A74BF2
RGB
CMYK
RGB Variations
Color information
#A74BF2 (or 0xA74BF2) is known color: Medium Orchid. HEX triplet: A7, 4B and F2. RGB value is (167,75,242). Sum of RGB (Red+Green+Blue) = 167+75+242=484 (64% of max value = 765). Red value is 167 (65.62% from 255 or 34.50% from 484); Green value is 75 (29.69% from 255 or 15.50% from 484); Blue value is 242 (94.92% from 255 or 50% from 484); Max value from RGB is 242 - color contains mainly: blue. Hex color #A74BF2 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A74BF2 is #58B40D. Grayscale: #787878. Windows color (decimal): -5813262 or 15879079. OLE color: 15879079.
HSL color Cylindrical-coordinate representation of color #A74BF2: hue angle of 273.05º 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 #A74BF2 is Cyan = 0.31, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 167 | 75 | 242 | - |
| CMYK | 0.31 | 0.69 | 0 | 0.05 |
| HSL | 273.05º | 0.87% | 0.62% | - |
| HSV(B) | 273.05º | 0.69% | 0.95% | - |
| XYZ | 34.48 | 19.66 | 85.98 | - |
| YUV | 121.55 | 195.98 | 160.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 75 | 242 | 0.31 | 0.69 | 0 | 0.05 | 273.05 | 0.87 | 0.62 |
| Hex | A7 | 4B | F2 | 1F | 45 | 0 | 5 | 111 | 57 | 3E |
| Octal | 247 | 113 | 362 | 37 | 105 | 0 | 5 | 421 | 127 | 76 |
| Binary | 10100111 | 1001011 | 11110010 | 11111 | 1000101 | 0 | 101 | 100010001 | 1010111 | 111110 |
Color Harmonies of #A74BF2
Complementary color
Monochromatic Colors of #A74BF2
Black with #A74BF2
Text Example
Text Example
White with #A74BF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A74BF2; }
p { color: rgb(167,75,242); }
H1.HeaderClassName
{
color: #A74BF2;
}
.AnyTagClassName
{
color: #A74BF2;
}
</style>
background-color css
<style>
a { background-color: #A74BF2; }
a { background-color: rgb(167,75,242); }
div.DivClassName
{
background-color: #A74BF2;
}
.BgClassName
{
background-color: #A74BF2;
}
</style>
border-color css
<style>
span { border-color: #A74BF2; }
span { border-color: rgb(167,75,242); }
td.TdClassName
{
border-color: #A74BF2;
}
.TagClassName
{
border-color: #A74BF2;
}
</style>