Shades of Medium Purple #A573F6
Tints of Medium Purple #A573F6
RGB
CMYK
RGB Variations
Color information
#A573F6 (or 0xA573F6) is known color: Medium Purple. HEX triplet: A5, 73 and F6. RGB value is (165,115,246). Sum of RGB (Red+Green+Blue) = 165+115+246=526 (69% of max value = 765). Red value is 165 (64.84% from 255 or 31.37% from 526); Green value is 115 (45.31% from 255 or 21.86% from 526); Blue value is 246 (96.48% from 255 or 46.77% from 526); Max value from RGB is 246 - color contains mainly: blue. Hex color #A573F6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A573F6 is #5A8C09. Grayscale: #909090. Windows color (decimal): -5934090 or 16151461. OLE color: 16151461.
HSL color Cylindrical-coordinate representation of color #A573F6: hue angle of 262.9º 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 #A573F6 is Cyan = 0.33, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 165 | 115 | 246 | - |
| CMYK | 0.33 | 0.53 | 0 | 0.04 |
| HSL | 262.9º | 0.88% | 0.71% | - |
| HSV(B) | 262.9º | 0.53% | 0.96% | - |
| XYZ | 38.28 | 26.91 | 90.37 | - |
| YUV | 144.88 | 185.07 | 142.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 115 | 246 | 0.33 | 0.53 | 0 | 0.04 | 262.9 | 0.88 | 0.71 |
| Hex | A5 | 73 | F6 | 21 | 35 | 0 | 4 | 107 | 58 | 47 |
| Octal | 245 | 163 | 366 | 41 | 65 | 0 | 4 | 407 | 130 | 107 |
| Binary | 10100101 | 1110011 | 11110110 | 100001 | 110101 | 0 | 100 | 100000111 | 1011000 | 1000111 |
Color Harmonies of #A573F6
Complementary color
Monochromatic Colors of #A573F6
Black with #A573F6
Text Example
Text Example
White with #A573F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A573F6; }
p { color: rgb(165,115,246); }
H1.HeaderClassName
{
color: #A573F6;
}
.AnyTagClassName
{
color: #A573F6;
}
</style>
background-color css
<style>
a { background-color: #A573F6; }
a { background-color: rgb(165,115,246); }
div.DivClassName
{
background-color: #A573F6;
}
.BgClassName
{
background-color: #A573F6;
}
</style>
border-color css
<style>
span { border-color: #A573F6; }
span { border-color: rgb(165,115,246); }
td.TdClassName
{
border-color: #A573F6;
}
.TagClassName
{
border-color: #A573F6;
}
</style>