Shades of Medium Purple #A573F4
Tints of Medium Purple #A573F4
RGB
CMYK
RGB Variations
Color information
#A573F4 (or 0xA573F4) is known color: Medium Purple. HEX triplet: A5, 73 and F4. RGB value is (165,115,244). Sum of RGB (Red+Green+Blue) = 165+115+244=524 (69% of max value = 765). Red value is 165 (64.84% from 255 or 31.49% from 524); Green value is 115 (45.31% from 255 or 21.95% from 524); Blue value is 244 (95.70% from 255 or 46.56% from 524); Max value from RGB is 244 - color contains mainly: blue. Hex color #A573F4 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A573F4 is #5A8C0B. Grayscale: #909090. Windows color (decimal): -5934092 or 16020389. OLE color: 16020389.
HSL color Cylindrical-coordinate representation of color #A573F4: hue angle of 263.26º degrees, saturation: 0.85, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A573F4 is Cyan = 0.32, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 165 | 115 | 244 | - |
| CMYK | 0.32 | 0.53 | 0 | 0.04 |
| HSL | 263.26º | 0.85% | 0.7% | - |
| HSV(B) | 263.26º | 0.53% | 0.96% | - |
| XYZ | 37.98 | 26.79 | 88.76 | - |
| YUV | 144.66 | 184.07 | 142.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 115 | 244 | 0.32 | 0.53 | 0 | 0.04 | 263.26 | 0.85 | 0.7 |
| Hex | A5 | 73 | F4 | 20 | 35 | 0 | 4 | 107 | 55 | 46 |
| Octal | 245 | 163 | 364 | 40 | 65 | 0 | 4 | 407 | 125 | 106 |
| Binary | 10100101 | 1110011 | 11110100 | 100000 | 110101 | 0 | 100 | 100000111 | 1010101 | 1000110 |
Color Harmonies of #A573F4
Complementary color
Monochromatic Colors of #A573F4
Black with #A573F4
Text Example
Text Example
White with #A573F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A573F4; }
p { color: rgb(165,115,244); }
H1.HeaderClassName
{
color: #A573F4;
}
.AnyTagClassName
{
color: #A573F4;
}
</style>
background-color css
<style>
a { background-color: #A573F4; }
a { background-color: rgb(165,115,244); }
div.DivClassName
{
background-color: #A573F4;
}
.BgClassName
{
background-color: #A573F4;
}
</style>
border-color css
<style>
span { border-color: #A573F4; }
span { border-color: rgb(165,115,244); }
td.TdClassName
{
border-color: #A573F4;
}
.TagClassName
{
border-color: #A573F4;
}
</style>