Shades of Medium Purple #A574E8
Tints of Medium Purple #A574E8
RGB
CMYK
RGB Variations
Color information
#A574E8 (or 0xA574E8) is known color: Medium Purple. HEX triplet: A5, 74 and E8. RGB value is (165,116,232). Sum of RGB (Red+Green+Blue) = 165+116+232=513 (67% of max value = 765). Red value is 165 (64.84% from 255 or 32.16% from 513); Green value is 116 (45.70% from 255 or 22.61% from 513); Blue value is 232 (91.02% from 255 or 45.22% from 513); Max value from RGB is 232 - color contains mainly: blue. Hex color #A574E8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A574E8 is #5A8B17. Grayscale: #8F8F8F. Windows color (decimal): -5933848 or 15234213. OLE color: 15234213.
HSL color Cylindrical-coordinate representation of color #A574E8: hue angle of 265.34º degrees, saturation: 0.72, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A574E8 is Cyan = 0.29, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 165 | 116 | 232 | - |
| CMYK | 0.29 | 0.50 | 0 | 0.09 |
| HSL | 265.34º | 0.72% | 0.68% | - |
| HSV(B) | 265.34º | 0.5% | 0.91% | - |
| XYZ | 36.33 | 26.32 | 79.51 | - |
| YUV | 143.88 | 177.73 | 143.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 116 | 232 | 0.29 | 0.50 | 0 | 0.09 | 265.34 | 0.72 | 0.68 |
| Hex | A5 | 74 | E8 | 1D | 32 | 0 | 9 | 109 | 48 | 44 |
| Octal | 245 | 164 | 350 | 35 | 62 | 0 | 11 | 411 | 110 | 104 |
| Binary | 10100101 | 1110100 | 11101000 | 11101 | 110010 | 0 | 1001 | 100001001 | 1001000 | 1000100 |
Color Harmonies of #A574E8
Complementary color
Monochromatic Colors of #A574E8
Black with #A574E8
Text Example
Text Example
White with #A574E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A574E8; }
p { color: rgb(165,116,232); }
H1.HeaderClassName
{
color: #A574E8;
}
.AnyTagClassName
{
color: #A574E8;
}
</style>
background-color css
<style>
a { background-color: #A574E8; }
a { background-color: rgb(165,116,232); }
div.DivClassName
{
background-color: #A574E8;
}
.BgClassName
{
background-color: #A574E8;
}
</style>
border-color css
<style>
span { border-color: #A574E8; }
span { border-color: rgb(165,116,232); }
td.TdClassName
{
border-color: #A574E8;
}
.TagClassName
{
border-color: #A574E8;
}
</style>