Shades of Medium Purple #A37AF5
Tints of Medium Purple #A37AF5
RGB
CMYK
RGB Variations
Color information
#A37AF5 (or 0xA37AF5) is known color: Medium Purple. HEX triplet: A3, 7A and F5. RGB value is (163,122,245). Sum of RGB (Red+Green+Blue) = 163+122+245=530 (70% of max value = 765). Red value is 163 (64.06% from 255 or 30.75% from 530); Green value is 122 (48.05% from 255 or 23.02% from 530); Blue value is 245 (96.09% from 255 or 46.23% from 530); Max value from RGB is 245 - color contains mainly: blue. Hex color #A37AF5 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A37AF5 is #5C850A. Grayscale: #939393. Windows color (decimal): -6063371 or 16087715. OLE color: 16087715.
HSL color Cylindrical-coordinate representation of color #A37AF5: hue angle of 260º degrees, saturation: 0.86, 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 #A37AF5 is Cyan = 0.33, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 163 | 122 | 245 | - |
| CMYK | 0.33 | 0.50 | 0 | 0.04 |
| HSL | 260º | 0.86% | 0.72% | - |
| HSV(B) | 260º | 0.5% | 0.96% | - |
| XYZ | 38.55 | 28.3 | 89.82 | - |
| YUV | 148.28 | 182.58 | 138.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 122 | 245 | 0.33 | 0.50 | 0 | 0.04 | 260 | 0.86 | 0.72 |
| Hex | A3 | 7A | F5 | 21 | 32 | 0 | 4 | 104 | 56 | 48 |
| Octal | 243 | 172 | 365 | 41 | 62 | 0 | 4 | 404 | 126 | 110 |
| Binary | 10100011 | 1111010 | 11110101 | 100001 | 110010 | 0 | 100 | 100000100 | 1010110 | 1001000 |
Color Harmonies of #A37AF5
Complementary color
Monochromatic Colors of #A37AF5
Black with #A37AF5
Text Example
Text Example
White with #A37AF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A37AF5; }
p { color: rgb(163,122,245); }
H1.HeaderClassName
{
color: #A37AF5;
}
.AnyTagClassName
{
color: #A37AF5;
}
</style>
background-color css
<style>
a { background-color: #A37AF5; }
a { background-color: rgb(163,122,245); }
div.DivClassName
{
background-color: #A37AF5;
}
.BgClassName
{
background-color: #A37AF5;
}
</style>
border-color css
<style>
span { border-color: #A37AF5; }
span { border-color: rgb(163,122,245); }
td.TdClassName
{
border-color: #A37AF5;
}
.TagClassName
{
border-color: #A37AF5;
}
</style>