Shades of Medium Purple #A174E6
Tints of Medium Purple #A174E6
RGB
CMYK
RGB Variations
Color information
#A174E6 (or 0xA174E6) is known color: Medium Purple. HEX triplet: A1, 74 and E6. RGB value is (161,116,230). Sum of RGB (Red+Green+Blue) = 161+116+230=507 (67% of max value = 765). Red value is 161 (63.28% from 255 or 31.76% from 507); Green value is 116 (45.70% from 255 or 22.88% from 507); Blue value is 230 (90.23% from 255 or 45.36% from 507); Max value from RGB is 230 - color contains mainly: blue. Hex color #A174E6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A174E6 is #5E8B19. Grayscale: #8E8E8E. Windows color (decimal): -6195994 or 15103137. OLE color: 15103137.
HSL color Cylindrical-coordinate representation of color #A174E6: hue angle of 263.68º degrees, saturation: 0.7, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A174E6 is Cyan = 0.3, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 161 | 116 | 230 | - |
| CMYK | 0.3 | 0.50 | 0 | 0.10 |
| HSL | 263.68º | 0.7% | 0.68% | - |
| HSV(B) | 263.68º | 0.5% | 0.9% | - |
| XYZ | 35.23 | 25.78 | 77.98 | - |
| YUV | 142.45 | 177.41 | 141.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 116 | 230 | 0.3 | 0.50 | 0 | 0.10 | 263.68 | 0.7 | 0.68 |
| Hex | A1 | 74 | E6 | 1E | 32 | 0 | A | 108 | 46 | 44 |
| Octal | 241 | 164 | 346 | 36 | 62 | 0 | 12 | 410 | 106 | 104 |
| Binary | 10100001 | 1110100 | 11100110 | 11110 | 110010 | 0 | 1010 | 100001000 | 1000110 | 1000100 |
Color Harmonies of #A174E6
Complementary color
Monochromatic Colors of #A174E6
Black with #A174E6
Text Example
Text Example
White with #A174E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A174E6; }
p { color: rgb(161,116,230); }
H1.HeaderClassName
{
color: #A174E6;
}
.AnyTagClassName
{
color: #A174E6;
}
</style>
background-color css
<style>
a { background-color: #A174E6; }
a { background-color: rgb(161,116,230); }
div.DivClassName
{
background-color: #A174E6;
}
.BgClassName
{
background-color: #A174E6;
}
</style>
border-color css
<style>
span { border-color: #A174E6; }
span { border-color: rgb(161,116,230); }
td.TdClassName
{
border-color: #A174E6;
}
.TagClassName
{
border-color: #A174E6;
}
</style>