Shades of Medium Purple #A37AF6
Tints of Medium Purple #A37AF6
RGB
CMYK
RGB Variations
Color information
#A37AF6 (or 0xA37AF6) is known color: Medium Purple. HEX triplet: A3, 7A and F6. RGB value is (163,122,246). Sum of RGB (Red+Green+Blue) = 163+122+246=531 (70% of max value = 765). Red value is 163 (64.06% from 255 or 30.70% from 531); Green value is 122 (48.05% from 255 or 22.98% from 531); Blue value is 246 (96.48% from 255 or 46.33% from 531); Max value from RGB is 246 - color contains mainly: blue. Hex color #A37AF6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A37AF6 is #5C8509. Grayscale: #939393. Windows color (decimal): -6063370 or 16153251. OLE color: 16153251.
HSL color Cylindrical-coordinate representation of color #A37AF6: hue angle of 259.84º degrees, saturation: 0.87, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A37AF6 is Cyan = 0.34, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 163 | 122 | 246 | - |
| CMYK | 0.34 | 0.50 | 0 | 0.04 |
| HSL | 259.84º | 0.87% | 0.72% | - |
| HSV(B) | 259.84º | 0.5% | 0.96% | - |
| XYZ | 38.7 | 28.36 | 90.62 | - |
| YUV | 148.4 | 183.08 | 138.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 122 | 246 | 0.34 | 0.50 | 0 | 0.04 | 259.84 | 0.87 | 0.72 |
| Hex | A3 | 7A | F6 | 22 | 32 | 0 | 4 | 104 | 57 | 48 |
| Octal | 243 | 172 | 366 | 42 | 62 | 0 | 4 | 404 | 127 | 110 |
| Binary | 10100011 | 1111010 | 11110110 | 100010 | 110010 | 0 | 100 | 100000100 | 1010111 | 1001000 |
Color Harmonies of #A37AF6
Complementary color
Monochromatic Colors of #A37AF6
Black with #A37AF6
Text Example
Text Example
White with #A37AF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A37AF6; }
p { color: rgb(163,122,246); }
H1.HeaderClassName
{
color: #A37AF6;
}
.AnyTagClassName
{
color: #A37AF6;
}
</style>
background-color css
<style>
a { background-color: #A37AF6; }
a { background-color: rgb(163,122,246); }
div.DivClassName
{
background-color: #A37AF6;
}
.BgClassName
{
background-color: #A37AF6;
}
</style>
border-color css
<style>
span { border-color: #A37AF6; }
span { border-color: rgb(163,122,246); }
td.TdClassName
{
border-color: #A37AF6;
}
.TagClassName
{
border-color: #A37AF6;
}
</style>