Shades of Medium Purple #A572DF
Tints of Medium Purple #A572DF
RGB
CMYK
RGB Variations
Color information
#A572DF (or 0xA572DF) is known color: Medium Purple. HEX triplet: A5, 72 and DF. RGB value is (165,114,223). Sum of RGB (Red+Green+Blue) = 165+114+223=502 (66% of max value = 765). Red value is 165 (64.84% from 255 or 32.87% from 502); Green value is 114 (44.92% from 255 or 22.71% from 502); Blue value is 223 (87.5% from 255 or 44.42% from 502); Max value from RGB is 223 - color contains mainly: blue. Hex color #A572DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A572DF is #5A8D20. Grayscale: #8D8D8D. Windows color (decimal): -5934369 or 14643877. OLE color: 14643877.
HSL color Cylindrical-coordinate representation of color #A572DF: hue angle of 268.07º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A572DF is Cyan = 0.26, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 165 | 114 | 223 | - |
| CMYK | 0.26 | 0.49 | 0 | 0.13 |
| HSL | 268.07º | 0.63% | 0.66% | - |
| HSV(B) | 268.07º | 0.49% | 0.87% | - |
| XYZ | 34.85 | 25.36 | 72.87 | - |
| YUV | 141.68 | 173.9 | 144.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 114 | 223 | 0.26 | 0.49 | 0 | 0.13 | 268.07 | 0.63 | 0.66 |
| Hex | A5 | 72 | DF | 1A | 31 | 0 | D | 10C | 3F | 42 |
| Octal | 245 | 162 | 337 | 32 | 61 | 0 | 15 | 414 | 77 | 102 |
| Binary | 10100101 | 1110010 | 11011111 | 11010 | 110001 | 0 | 1101 | 100001100 | 111111 | 1000010 |
Color Harmonies of #A572DF
Complementary color
Monochromatic Colors of #A572DF
Black with #A572DF
Text Example
Text Example
White with #A572DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A572DF; }
p { color: rgb(165,114,223); }
H1.HeaderClassName
{
color: #A572DF;
}
.AnyTagClassName
{
color: #A572DF;
}
</style>
background-color css
<style>
a { background-color: #A572DF; }
a { background-color: rgb(165,114,223); }
div.DivClassName
{
background-color: #A572DF;
}
.BgClassName
{
background-color: #A572DF;
}
</style>
border-color css
<style>
span { border-color: #A572DF; }
span { border-color: rgb(165,114,223); }
td.TdClassName
{
border-color: #A572DF;
}
.TagClassName
{
border-color: #A572DF;
}
</style>