Shades of Medium Purple #A167FA
Tints of Medium Purple #A167FA
RGB
CMYK
RGB Variations
Color information
#A167FA (or 0xA167FA) is known color: Medium Purple. HEX triplet: A1, 67 and FA. RGB value is (161,103,250). Sum of RGB (Red+Green+Blue) = 161+103+250=514 (68% of max value = 765). Red value is 161 (63.28% from 255 or 31.32% from 514); Green value is 103 (40.62% from 255 or 20.04% from 514); Blue value is 250 (98.05% from 255 or 48.64% from 514); Max value from RGB is 250 - color contains mainly: blue. Hex color #A167FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A167FA is #5E9805. Grayscale: #888888. Windows color (decimal): -6199302 or 16410529. OLE color: 16410529.
HSL color Cylindrical-coordinate representation of color #A167FA: hue angle of 263.67º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A167FA is Cyan = 0.36, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 161 | 103 | 250 | - |
| CMYK | 0.36 | 0.59 | 0 | 0.02 |
| HSL | 263.67º | 0.94% | 0.69% | - |
| HSV(B) | 263.67º | 0.59% | 0.98% | - |
| XYZ | 36.8 | 24.18 | 93.17 | - |
| YUV | 137.1 | 191.72 | 145.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 103 | 250 | 0.36 | 0.59 | 0 | 0.02 | 263.67 | 0.94 | 0.69 |
| Hex | A1 | 67 | FA | 24 | 3B | 0 | 2 | 108 | 5E | 45 |
| Octal | 241 | 147 | 372 | 44 | 73 | 0 | 2 | 410 | 136 | 105 |
| Binary | 10100001 | 1100111 | 11111010 | 100100 | 111011 | 0 | 10 | 100001000 | 1011110 | 1000101 |
Color Harmonies of #A167FA
Complementary color
Monochromatic Colors of #A167FA
Black with #A167FA
Text Example
Text Example
White with #A167FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A167FA; }
p { color: rgb(161,103,250); }
H1.HeaderClassName
{
color: #A167FA;
}
.AnyTagClassName
{
color: #A167FA;
}
</style>
background-color css
<style>
a { background-color: #A167FA; }
a { background-color: rgb(161,103,250); }
div.DivClassName
{
background-color: #A167FA;
}
.BgClassName
{
background-color: #A167FA;
}
</style>
border-color css
<style>
span { border-color: #A167FA; }
span { border-color: rgb(161,103,250); }
td.TdClassName
{
border-color: #A167FA;
}
.TagClassName
{
border-color: #A167FA;
}
</style>