Shades of Medium Orchid #A74AF1
Tints of Medium Orchid #A74AF1
RGB
CMYK
RGB Variations
Color information
#A74AF1 (or 0xA74AF1) is known color: Medium Orchid. HEX triplet: A7, 4A and F1. RGB value is (167,74,241). Sum of RGB (Red+Green+Blue) = 167+74+241=482 (63% of max value = 765). Red value is 167 (65.62% from 255 or 34.65% from 482); Green value is 74 (29.30% from 255 or 15.35% from 482); Blue value is 241 (94.53% from 255 or 50% from 482); Max value from RGB is 241 - color contains mainly: blue. Hex color #A74AF1 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A74AF1 is #58B50E. Grayscale: #787878. Windows color (decimal): -5813519 or 15813287. OLE color: 15813287.
HSL color Cylindrical-coordinate representation of color #A74AF1: hue angle of 273.41º degrees, saturation: 0.86, 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 #A74AF1 is Cyan = 0.31, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 167 | 74 | 241 | - |
| CMYK | 0.31 | 0.69 | 0 | 0.05 |
| HSL | 273.41º | 0.86% | 0.62% | - |
| HSV(B) | 273.41º | 0.69% | 0.95% | - |
| XYZ | 34.26 | 19.46 | 85.17 | - |
| YUV | 120.85 | 195.81 | 160.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 74 | 241 | 0.31 | 0.69 | 0 | 0.05 | 273.41 | 0.86 | 0.62 |
| Hex | A7 | 4A | F1 | 1F | 45 | 0 | 5 | 111 | 56 | 3E |
| Octal | 247 | 112 | 361 | 37 | 105 | 0 | 5 | 421 | 126 | 76 |
| Binary | 10100111 | 1001010 | 11110001 | 11111 | 1000101 | 0 | 101 | 100010001 | 1010110 | 111110 |
Color Harmonies of #A74AF1
Complementary color
Monochromatic Colors of #A74AF1
Black with #A74AF1
Text Example
Text Example
White with #A74AF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A74AF1; }
p { color: rgb(167,74,241); }
H1.HeaderClassName
{
color: #A74AF1;
}
.AnyTagClassName
{
color: #A74AF1;
}
</style>
background-color css
<style>
a { background-color: #A74AF1; }
a { background-color: rgb(167,74,241); }
div.DivClassName
{
background-color: #A74AF1;
}
.BgClassName
{
background-color: #A74AF1;
}
</style>
border-color css
<style>
span { border-color: #A74AF1; }
span { border-color: rgb(167,74,241); }
td.TdClassName
{
border-color: #A74AF1;
}
.TagClassName
{
border-color: #A74AF1;
}
</style>