Shades of Medium Purple #A37AF8
Tints of Medium Purple #A37AF8
RGB
CMYK
RGB Variations
Color information
#A37AF8 (or 0xA37AF8) is known color: Medium Purple. HEX triplet: A3, 7A and F8. RGB value is (163,122,248). Sum of RGB (Red+Green+Blue) = 163+122+248=533 (70% of max value = 765). Red value is 163 (64.06% from 255 or 30.58% from 533); Green value is 122 (48.05% from 255 or 22.89% from 533); Blue value is 248 (97.27% from 255 or 46.53% from 533); Max value from RGB is 248 - color contains mainly: blue. Hex color #A37AF8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A37AF8 is #5C8507. Grayscale: #949494. Windows color (decimal): -6063368 or 16284323. OLE color: 16284323.
HSL color Cylindrical-coordinate representation of color #A37AF8: hue angle of 259.52º degrees, saturation: 0.9, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A37AF8 is Cyan = 0.34, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 163 | 122 | 248 | - |
| CMYK | 0.34 | 0.51 | 0 | 0.03 |
| HSL | 259.52º | 0.9% | 0.73% | - |
| HSV(B) | 259.52º | 0.51% | 0.97% | - |
| XYZ | 39.01 | 28.48 | 92.25 | - |
| YUV | 148.62 | 184.08 | 138.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 122 | 248 | 0.34 | 0.51 | 0 | 0.03 | 259.52 | 0.9 | 0.73 |
| Hex | A3 | 7A | F8 | 22 | 33 | 0 | 3 | 104 | 5A | 49 |
| Octal | 243 | 172 | 370 | 42 | 63 | 0 | 3 | 404 | 132 | 111 |
| Binary | 10100011 | 1111010 | 11111000 | 100010 | 110011 | 0 | 11 | 100000100 | 1011010 | 1001001 |
Color Harmonies of #A37AF8
Complementary color
Monochromatic Colors of #A37AF8
Black with #A37AF8
Text Example
Text Example
White with #A37AF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A37AF8; }
p { color: rgb(163,122,248); }
H1.HeaderClassName
{
color: #A37AF8;
}
.AnyTagClassName
{
color: #A37AF8;
}
</style>
background-color css
<style>
a { background-color: #A37AF8; }
a { background-color: rgb(163,122,248); }
div.DivClassName
{
background-color: #A37AF8;
}
.BgClassName
{
background-color: #A37AF8;
}
</style>
border-color css
<style>
span { border-color: #A37AF8; }
span { border-color: rgb(163,122,248); }
td.TdClassName
{
border-color: #A37AF8;
}
.TagClassName
{
border-color: #A37AF8;
}
</style>