Shades of Medium Purple #A774DC
Tints of Medium Purple #A774DC
RGB
CMYK
RGB Variations
Color information
#A774DC (or 0xA774DC) is known color: Medium Purple. HEX triplet: A7, 74 and DC. RGB value is (167,116,220). Sum of RGB (Red+Green+Blue) = 167+116+220=503 (66% of max value = 765). Red value is 167 (65.62% from 255 or 33.20% from 503); Green value is 116 (45.70% from 255 or 23.06% from 503); Blue value is 220 (86.33% from 255 or 43.74% from 503); Max value from RGB is 220 - color contains mainly: blue. Hex color #A774DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A774DC is #588B23. Grayscale: #8E8E8E. Windows color (decimal): -5802788 or 14447783. OLE color: 14447783.
HSL color Cylindrical-coordinate representation of color #A774DC: hue angle of 269.42º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A774DC is Cyan = 0.24, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 167 | 116 | 220 | - |
| CMYK | 0.24 | 0.47 | 0 | 0.14 |
| HSL | 269.42º | 0.6% | 0.66% | - |
| HSV(B) | 269.42º | 0.47% | 0.86% | - |
| XYZ | 35.1 | 25.87 | 70.85 | - |
| YUV | 143.11 | 171.4 | 145.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 116 | 220 | 0.24 | 0.47 | 0 | 0.14 | 269.42 | 0.6 | 0.66 |
| Hex | A7 | 74 | DC | 18 | 2F | 0 | E | 10D | 3C | 42 |
| Octal | 247 | 164 | 334 | 30 | 57 | 0 | 16 | 415 | 74 | 102 |
| Binary | 10100111 | 1110100 | 11011100 | 11000 | 101111 | 0 | 1110 | 100001101 | 111100 | 1000010 |
Color Harmonies of #A774DC
Complementary color
Monochromatic Colors of #A774DC
Black with #A774DC
Text Example
Text Example
White with #A774DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A774DC; }
p { color: rgb(167,116,220); }
H1.HeaderClassName
{
color: #A774DC;
}
.AnyTagClassName
{
color: #A774DC;
}
</style>
background-color css
<style>
a { background-color: #A774DC; }
a { background-color: rgb(167,116,220); }
div.DivClassName
{
background-color: #A774DC;
}
.BgClassName
{
background-color: #A774DC;
}
</style>
border-color css
<style>
span { border-color: #A774DC; }
span { border-color: rgb(167,116,220); }
td.TdClassName
{
border-color: #A774DC;
}
.TagClassName
{
border-color: #A774DC;
}
</style>