Shades of Medium Purple #A574F6
Tints of Medium Purple #A574F6
RGB
CMYK
RGB Variations
Color information
#A574F6 (or 0xA574F6) is known color: Medium Purple. HEX triplet: A5, 74 and F6. RGB value is (165,116,246). Sum of RGB (Red+Green+Blue) = 165+116+246=527 (69% of max value = 765). Red value is 165 (64.84% from 255 or 31.31% from 527); Green value is 116 (45.70% from 255 or 22.01% from 527); Blue value is 246 (96.48% from 255 or 46.68% from 527); Max value from RGB is 246 - color contains mainly: blue. Hex color #A574F6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A574F6 is #5A8B09. Grayscale: #919191. Windows color (decimal): -5933834 or 16151717. OLE color: 16151717.
HSL color Cylindrical-coordinate representation of color #A574F6: hue angle of 262.62º degrees, saturation: 0.88, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A574F6 is Cyan = 0.33, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 165 | 116 | 246 | - |
| CMYK | 0.33 | 0.53 | 0 | 0.04 |
| HSL | 262.62º | 0.88% | 0.71% | - |
| HSV(B) | 262.62º | 0.53% | 0.96% | - |
| XYZ | 38.4 | 27.14 | 90.4 | - |
| YUV | 145.47 | 184.73 | 141.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 116 | 246 | 0.33 | 0.53 | 0 | 0.04 | 262.62 | 0.88 | 0.71 |
| Hex | A5 | 74 | F6 | 21 | 35 | 0 | 4 | 107 | 58 | 47 |
| Octal | 245 | 164 | 366 | 41 | 65 | 0 | 4 | 407 | 130 | 107 |
| Binary | 10100101 | 1110100 | 11110110 | 100001 | 110101 | 0 | 100 | 100000111 | 1011000 | 1000111 |
Color Harmonies of #A574F6
Complementary color
Monochromatic Colors of #A574F6
Black with #A574F6
Text Example
Text Example
White with #A574F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A574F6; }
p { color: rgb(165,116,246); }
H1.HeaderClassName
{
color: #A574F6;
}
.AnyTagClassName
{
color: #A574F6;
}
</style>
background-color css
<style>
a { background-color: #A574F6; }
a { background-color: rgb(165,116,246); }
div.DivClassName
{
background-color: #A574F6;
}
.BgClassName
{
background-color: #A574F6;
}
</style>
border-color css
<style>
span { border-color: #A574F6; }
span { border-color: rgb(165,116,246); }
td.TdClassName
{
border-color: #A574F6;
}
.TagClassName
{
border-color: #A574F6;
}
</style>