Shades of Medium Purple #A167E6
Tints of Medium Purple #A167E6
RGB
CMYK
RGB Variations
Color information
#A167E6 (or 0xA167E6) is known color: Medium Purple. HEX triplet: A1, 67 and E6. RGB value is (161,103,230). Sum of RGB (Red+Green+Blue) = 161+103+230=494 (65% of max value = 765). Red value is 161 (63.28% from 255 or 32.59% from 494); Green value is 103 (40.62% from 255 or 20.85% from 494); Blue value is 230 (90.23% from 255 or 46.56% from 494); Max value from RGB is 230 - color contains mainly: blue. Hex color #A167E6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A167E6 is #5E9819. Grayscale: #868686. Windows color (decimal): -6199322 or 15099809. OLE color: 15099809.
HSL color Cylindrical-coordinate representation of color #A167E6: hue angle of 267.4º degrees, saturation: 0.72, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A167E6 is Cyan = 0.3, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 161 | 103 | 230 | - |
| CMYK | 0.3 | 0.55 | 0 | 0.10 |
| HSL | 267.4º | 0.72% | 0.65% | - |
| HSV(B) | 267.4º | 0.55% | 0.9% | - |
| XYZ | 33.83 | 22.99 | 77.52 | - |
| YUV | 134.82 | 181.72 | 146.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 103 | 230 | 0.3 | 0.55 | 0 | 0.10 | 267.4 | 0.72 | 0.65 |
| Hex | A1 | 67 | E6 | 1E | 37 | 0 | A | 10B | 48 | 41 |
| Octal | 241 | 147 | 346 | 36 | 67 | 0 | 12 | 413 | 110 | 101 |
| Binary | 10100001 | 1100111 | 11100110 | 11110 | 110111 | 0 | 1010 | 100001011 | 1001000 | 1000001 |
Color Harmonies of #A167E6
Complementary color
Monochromatic Colors of #A167E6
Black with #A167E6
Text Example
Text Example
White with #A167E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A167E6; }
p { color: rgb(161,103,230); }
H1.HeaderClassName
{
color: #A167E6;
}
.AnyTagClassName
{
color: #A167E6;
}
</style>
background-color css
<style>
a { background-color: #A167E6; }
a { background-color: rgb(161,103,230); }
div.DivClassName
{
background-color: #A167E6;
}
.BgClassName
{
background-color: #A167E6;
}
</style>
border-color css
<style>
span { border-color: #A167E6; }
span { border-color: rgb(161,103,230); }
td.TdClassName
{
border-color: #A167E6;
}
.TagClassName
{
border-color: #A167E6;
}
</style>