Shades of Medium Purple #A774DF
Tints of Medium Purple #A774DF
RGB
CMYK
RGB Variations
Color information
#A774DF (or 0xA774DF) is known color: Medium Purple. HEX triplet: A7, 74 and DF. RGB value is (167,116,223). Sum of RGB (Red+Green+Blue) = 167+116+223=506 (67% of max value = 765). Red value is 167 (65.62% from 255 or 33.00% from 506); Green value is 116 (45.70% from 255 or 22.92% from 506); Blue value is 223 (87.5% from 255 or 44.07% from 506); Max value from RGB is 223 - color contains mainly: blue. Hex color #A774DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A774DF is #588B20. Grayscale: #8F8F8F. Windows color (decimal): -5802785 or 14644391. OLE color: 14644391.
HSL color Cylindrical-coordinate representation of color #A774DF: hue angle of 268.6º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A774DF is Cyan = 0.25, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 167 | 116 | 223 | - |
| CMYK | 0.25 | 0.48 | 0 | 0.13 |
| HSL | 268.6º | 0.63% | 0.66% | - |
| HSV(B) | 268.6º | 0.48% | 0.87% | - |
| XYZ | 35.5 | 26.03 | 72.97 | - |
| YUV | 143.45 | 172.9 | 144.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 116 | 223 | 0.25 | 0.48 | 0 | 0.13 | 268.6 | 0.63 | 0.66 |
| Hex | A7 | 74 | DF | 19 | 30 | 0 | D | 10D | 3F | 42 |
| Octal | 247 | 164 | 337 | 31 | 60 | 0 | 15 | 415 | 77 | 102 |
| Binary | 10100111 | 1110100 | 11011111 | 11001 | 110000 | 0 | 1101 | 100001101 | 111111 | 1000010 |
Color Harmonies of #A774DF
Complementary color
Monochromatic Colors of #A774DF
Black with #A774DF
Text Example
Text Example
White with #A774DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A774DF; }
p { color: rgb(167,116,223); }
H1.HeaderClassName
{
color: #A774DF;
}
.AnyTagClassName
{
color: #A774DF;
}
</style>
background-color css
<style>
a { background-color: #A774DF; }
a { background-color: rgb(167,116,223); }
div.DivClassName
{
background-color: #A774DF;
}
.BgClassName
{
background-color: #A774DF;
}
</style>
border-color css
<style>
span { border-color: #A774DF; }
span { border-color: rgb(167,116,223); }
td.TdClassName
{
border-color: #A774DF;
}
.TagClassName
{
border-color: #A774DF;
}
</style>