Shades of Medium Purple #A178DA
Tints of Medium Purple #A178DA
RGB
CMYK
RGB Variations
Color information
#A178DA (or 0xA178DA) is known color: Medium Purple. HEX triplet: A1, 78 and DA. RGB value is (161,120,218). Sum of RGB (Red+Green+Blue) = 161+120+218=499 (66% of max value = 765). Red value is 161 (63.28% from 255 or 32.26% from 499); Green value is 120 (47.27% from 255 or 24.05% from 499); Blue value is 218 (85.55% from 255 or 43.69% from 499); Max value from RGB is 218 - color contains mainly: blue. Hex color #A178DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A178DA is #5E8725. Grayscale: #8F8F8F. Windows color (decimal): -6194982 or 14317729. OLE color: 14317729.
HSL color Cylindrical-coordinate representation of color #A178DA: hue angle of 265.1º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A178DA is Cyan = 0.26, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 161 | 120 | 218 | - |
| CMYK | 0.26 | 0.45 | 0 | 0.15 |
| HSL | 265.1º | 0.57% | 0.66% | - |
| HSV(B) | 265.1º | 0.45% | 0.85% | - |
| XYZ | 34.07 | 26.07 | 69.57 | - |
| YUV | 143.43 | 170.08 | 140.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 120 | 218 | 0.26 | 0.45 | 0 | 0.15 | 265.1 | 0.57 | 0.66 |
| Hex | A1 | 78 | DA | 1A | 2D | 0 | F | 109 | 39 | 42 |
| Octal | 241 | 170 | 332 | 32 | 55 | 0 | 17 | 411 | 71 | 102 |
| Binary | 10100001 | 1111000 | 11011010 | 11010 | 101101 | 0 | 1111 | 100001001 | 111001 | 1000010 |
Color Harmonies of #A178DA
Complementary color
Monochromatic Colors of #A178DA
Black with #A178DA
Text Example
Text Example
White with #A178DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A178DA; }
p { color: rgb(161,120,218); }
H1.HeaderClassName
{
color: #A178DA;
}
.AnyTagClassName
{
color: #A178DA;
}
</style>
background-color css
<style>
a { background-color: #A178DA; }
a { background-color: rgb(161,120,218); }
div.DivClassName
{
background-color: #A178DA;
}
.BgClassName
{
background-color: #A178DA;
}
</style>
border-color css
<style>
span { border-color: #A178DA; }
span { border-color: rgb(161,120,218); }
td.TdClassName
{
border-color: #A178DA;
}
.TagClassName
{
border-color: #A178DA;
}
</style>