Shades of Medium Purple #A167EC
Tints of Medium Purple #A167EC
RGB
CMYK
RGB Variations
Color information
#A167EC (or 0xA167EC) is known color: Medium Purple. HEX triplet: A1, 67 and EC. RGB value is (161,103,236). Sum of RGB (Red+Green+Blue) = 161+103+236=500 (66% of max value = 765). Red value is 161 (63.28% from 255 or 32.2% from 500); Green value is 103 (40.62% from 255 or 20.6% from 500); Blue value is 236 (92.58% from 255 or 47.2% from 500); Max value from RGB is 236 - color contains mainly: blue. Hex color #A167EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A167EC is #5E9813. Grayscale: #878787. Windows color (decimal): -6199316 or 15493025. OLE color: 15493025.
HSL color Cylindrical-coordinate representation of color #A167EC: hue angle of 266.17º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A167EC is Cyan = 0.32, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 161 | 103 | 236 | - |
| CMYK | 0.32 | 0.56 | 0 | 0.07 |
| HSL | 266.17º | 0.78% | 0.66% | - |
| HSV(B) | 266.17º | 0.56% | 0.93% | - |
| XYZ | 34.69 | 23.33 | 82.03 | - |
| YUV | 135.5 | 184.72 | 146.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 103 | 236 | 0.32 | 0.56 | 0 | 0.07 | 266.17 | 0.78 | 0.66 |
| Hex | A1 | 67 | EC | 20 | 38 | 0 | 7 | 10A | 4E | 42 |
| Octal | 241 | 147 | 354 | 40 | 70 | 0 | 7 | 412 | 116 | 102 |
| Binary | 10100001 | 1100111 | 11101100 | 100000 | 111000 | 0 | 111 | 100001010 | 1001110 | 1000010 |
Color Harmonies of #A167EC
Complementary color
Monochromatic Colors of #A167EC
Black with #A167EC
Text Example
Text Example
White with #A167EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A167EC; }
p { color: rgb(161,103,236); }
H1.HeaderClassName
{
color: #A167EC;
}
.AnyTagClassName
{
color: #A167EC;
}
</style>
background-color css
<style>
a { background-color: #A167EC; }
a { background-color: rgb(161,103,236); }
div.DivClassName
{
background-color: #A167EC;
}
.BgClassName
{
background-color: #A167EC;
}
</style>
border-color css
<style>
span { border-color: #A167EC; }
span { border-color: rgb(161,103,236); }
td.TdClassName
{
border-color: #A167EC;
}
.TagClassName
{
border-color: #A167EC;
}
</style>