Shades of Medium Purple #A574DF
Tints of Medium Purple #A574DF
RGB
CMYK
RGB Variations
Color information
#A574DF (or 0xA574DF) is known color: Medium Purple. HEX triplet: A5, 74 and DF. RGB value is (165,116,223). Sum of RGB (Red+Green+Blue) = 165+116+223=504 (66% of max value = 765). Red value is 165 (64.84% from 255 or 32.74% from 504); Green value is 116 (45.70% from 255 or 23.02% from 504); Blue value is 223 (87.5% from 255 or 44.25% from 504); Max value from RGB is 223 - color contains mainly: blue. Hex color #A574DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A574DF is #5A8B20. Grayscale: #8E8E8E. Windows color (decimal): -5933857 or 14644389. OLE color: 14644389.
HSL color Cylindrical-coordinate representation of color #A574DF: hue angle of 267.48º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A574DF is Cyan = 0.26, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 165 | 116 | 223 | - |
| CMYK | 0.26 | 0.48 | 0 | 0.13 |
| HSL | 267.48º | 0.63% | 0.66% | - |
| HSV(B) | 267.48º | 0.48% | 0.87% | - |
| XYZ | 35.08 | 25.82 | 72.95 | - |
| YUV | 142.85 | 173.23 | 143.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 116 | 223 | 0.26 | 0.48 | 0 | 0.13 | 267.48 | 0.63 | 0.66 |
| Hex | A5 | 74 | DF | 1A | 30 | 0 | D | 10B | 3F | 42 |
| Octal | 245 | 164 | 337 | 32 | 60 | 0 | 15 | 413 | 77 | 102 |
| Binary | 10100101 | 1110100 | 11011111 | 11010 | 110000 | 0 | 1101 | 100001011 | 111111 | 1000010 |
Color Harmonies of #A574DF
Complementary color
Monochromatic Colors of #A574DF
Black with #A574DF
Text Example
Text Example
White with #A574DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A574DF; }
p { color: rgb(165,116,223); }
H1.HeaderClassName
{
color: #A574DF;
}
.AnyTagClassName
{
color: #A574DF;
}
</style>
background-color css
<style>
a { background-color: #A574DF; }
a { background-color: rgb(165,116,223); }
div.DivClassName
{
background-color: #A574DF;
}
.BgClassName
{
background-color: #A574DF;
}
</style>
border-color css
<style>
span { border-color: #A574DF; }
span { border-color: rgb(165,116,223); }
td.TdClassName
{
border-color: #A574DF;
}
.TagClassName
{
border-color: #A574DF;
}
</style>