Shades of Medium Purple #A074D6
Tints of Medium Purple #A074D6
RGB
CMYK
RGB Variations
Color information
#A074D6 (or 0xA074D6) is known color: Medium Purple. HEX triplet: A0, 74 and D6. RGB value is (160,116,214). Sum of RGB (Red+Green+Blue) = 160+116+214=490 (64% of max value = 765). Red value is 160 (62.89% from 255 or 32.65% from 490); Green value is 116 (45.70% from 255 or 23.67% from 490); Blue value is 214 (83.98% from 255 or 43.67% from 490); Max value from RGB is 214 - color contains mainly: blue. Hex color #A074D6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A074D6 is #5F8B29. Grayscale: #8B8B8B. Windows color (decimal): -6261546 or 14054560. OLE color: 14054560.
HSL color Cylindrical-coordinate representation of color #A074D6: hue angle of 266.94º degrees, saturation: 0.54, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A074D6 is Cyan = 0.25, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 160 | 116 | 214 | - |
| CMYK | 0.25 | 0.46 | 0 | 0.16 |
| HSL | 266.94º | 0.54% | 0.65% | - |
| HSV(B) | 266.94º | 0.46% | 0.84% | - |
| XYZ | 32.88 | 24.82 | 66.68 | - |
| YUV | 140.33 | 169.58 | 142.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 116 | 214 | 0.25 | 0.46 | 0 | 0.16 | 266.94 | 0.54 | 0.65 |
| Hex | A0 | 74 | D6 | 19 | 2E | 0 | 10 | 10B | 36 | 41 |
| Octal | 240 | 164 | 326 | 31 | 56 | 0 | 20 | 413 | 66 | 101 |
| Binary | 10100000 | 1110100 | 11010110 | 11001 | 101110 | 0 | 10000 | 100001011 | 110110 | 1000001 |
Color Harmonies of #A074D6
Complementary color
Monochromatic Colors of #A074D6
Black with #A074D6
Text Example
Text Example
White with #A074D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A074D6; }
p { color: rgb(160,116,214); }
H1.HeaderClassName
{
color: #A074D6;
}
.AnyTagClassName
{
color: #A074D6;
}
</style>
background-color css
<style>
a { background-color: #A074D6; }
a { background-color: rgb(160,116,214); }
div.DivClassName
{
background-color: #A074D6;
}
.BgClassName
{
background-color: #A074D6;
}
</style>
border-color css
<style>
span { border-color: #A074D6; }
span { border-color: rgb(160,116,214); }
td.TdClassName
{
border-color: #A074D6;
}
.TagClassName
{
border-color: #A074D6;
}
</style>