Shades of Medium Purple #A574DC
Tints of Medium Purple #A574DC
RGB
CMYK
RGB Variations
Color information
#A574DC (or 0xA574DC) is known color: Medium Purple. HEX triplet: A5, 74 and DC. RGB value is (165,116,220). Sum of RGB (Red+Green+Blue) = 165+116+220=501 (66% of max value = 765). Red value is 165 (64.84% from 255 or 32.93% from 501); Green value is 116 (45.70% from 255 or 23.15% from 501); Blue value is 220 (86.33% from 255 or 43.91% from 501); Max value from RGB is 220 - color contains mainly: blue. Hex color #A574DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A574DC is #5A8B23. Grayscale: #8E8E8E. Windows color (decimal): -5933860 or 14447781. OLE color: 14447781.
HSL color Cylindrical-coordinate representation of color #A574DC: hue angle of 268.27º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A574DC is Cyan = 0.25, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 165 | 116 | 220 | - |
| CMYK | 0.25 | 0.47 | 0 | 0.14 |
| HSL | 268.27º | 0.6% | 0.66% | - |
| HSV(B) | 268.27º | 0.47% | 0.86% | - |
| XYZ | 34.68 | 25.66 | 70.83 | - |
| YUV | 142.51 | 171.73 | 144.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 116 | 220 | 0.25 | 0.47 | 0 | 0.14 | 268.27 | 0.6 | 0.66 |
| Hex | A5 | 74 | DC | 19 | 2F | 0 | E | 10C | 3C | 42 |
| Octal | 245 | 164 | 334 | 31 | 57 | 0 | 16 | 414 | 74 | 102 |
| Binary | 10100101 | 1110100 | 11011100 | 11001 | 101111 | 0 | 1110 | 100001100 | 111100 | 1000010 |
Color Harmonies of #A574DC
Complementary color
Monochromatic Colors of #A574DC
Black with #A574DC
Text Example
Text Example
White with #A574DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A574DC; }
p { color: rgb(165,116,220); }
H1.HeaderClassName
{
color: #A574DC;
}
.AnyTagClassName
{
color: #A574DC;
}
</style>
background-color css
<style>
a { background-color: #A574DC; }
a { background-color: rgb(165,116,220); }
div.DivClassName
{
background-color: #A574DC;
}
.BgClassName
{
background-color: #A574DC;
}
</style>
border-color css
<style>
span { border-color: #A574DC; }
span { border-color: rgb(165,116,220); }
td.TdClassName
{
border-color: #A574DC;
}
.TagClassName
{
border-color: #A574DC;
}
</style>