Shades of Medium Purple #A574E5
Tints of Medium Purple #A574E5
RGB
CMYK
RGB Variations
Color information
#A574E5 (or 0xA574E5) is known color: Medium Purple. HEX triplet: A5, 74 and E5. RGB value is (165,116,229). Sum of RGB (Red+Green+Blue) = 165+116+229=510 (67% of max value = 765). Red value is 165 (64.84% from 255 or 32.35% from 510); Green value is 116 (45.70% from 255 or 22.75% from 510); Blue value is 229 (89.84% from 255 or 44.90% from 510); Max value from RGB is 229 - color contains mainly: blue. Hex color #A574E5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A574E5 is #5A8B1A. Grayscale: #8F8F8F. Windows color (decimal): -5933851 or 15037605. OLE color: 15037605.
HSL color Cylindrical-coordinate representation of color #A574E5: hue angle of 266.02º degrees, saturation: 0.68, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A574E5 is Cyan = 0.28, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 165 | 116 | 229 | - |
| CMYK | 0.28 | 0.49 | 0 | 0.10 |
| HSL | 266.02º | 0.68% | 0.68% | - |
| HSV(B) | 266.02º | 0.49% | 0.9% | - |
| XYZ | 35.91 | 26.15 | 77.28 | - |
| YUV | 143.53 | 176.23 | 143.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 116 | 229 | 0.28 | 0.49 | 0 | 0.10 | 266.02 | 0.68 | 0.68 |
| Hex | A5 | 74 | E5 | 1C | 31 | 0 | A | 10A | 44 | 44 |
| Octal | 245 | 164 | 345 | 34 | 61 | 0 | 12 | 412 | 104 | 104 |
| Binary | 10100101 | 1110100 | 11100101 | 11100 | 110001 | 0 | 1010 | 100001010 | 1000100 | 1000100 |
Color Harmonies of #A574E5
Complementary color
Monochromatic Colors of #A574E5
Black with #A574E5
Text Example
Text Example
White with #A574E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A574E5; }
p { color: rgb(165,116,229); }
H1.HeaderClassName
{
color: #A574E5;
}
.AnyTagClassName
{
color: #A574E5;
}
</style>
background-color css
<style>
a { background-color: #A574E5; }
a { background-color: rgb(165,116,229); }
div.DivClassName
{
background-color: #A574E5;
}
.BgClassName
{
background-color: #A574E5;
}
</style>
border-color css
<style>
span { border-color: #A574E5; }
span { border-color: rgb(165,116,229); }
td.TdClassName
{
border-color: #A574E5;
}
.TagClassName
{
border-color: #A574E5;
}
</style>