Shades of Medium Purple #A575DF
Tints of Medium Purple #A575DF
RGB
CMYK
RGB Variations
Color information
#A575DF (or 0xA575DF) is known color: Medium Purple. HEX triplet: A5, 75 and DF. RGB value is (165,117,223). Sum of RGB (Red+Green+Blue) = 165+117+223=505 (66% of max value = 765). Red value is 165 (64.84% from 255 or 32.67% from 505); Green value is 117 (46.09% from 255 or 23.17% from 505); Blue value is 223 (87.5% from 255 or 44.16% from 505); Max value from RGB is 223 - color contains mainly: blue. Hex color #A575DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A575DF is #5A8A20. Grayscale: #8F8F8F. Windows color (decimal): -5933601 or 14644645. OLE color: 14644645.
HSL color Cylindrical-coordinate representation of color #A575DF: hue angle of 267.17º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A575DF is Cyan = 0.26, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 165 | 117 | 223 | - |
| CMYK | 0.26 | 0.48 | 0 | 0.13 |
| HSL | 267.17º | 0.62% | 0.67% | - |
| HSV(B) | 267.17º | 0.48% | 0.87% | - |
| XYZ | 35.2 | 26.05 | 72.99 | - |
| YUV | 143.44 | 172.9 | 143.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 117 | 223 | 0.26 | 0.48 | 0 | 0.13 | 267.17 | 0.62 | 0.67 |
| Hex | A5 | 75 | DF | 1A | 30 | 0 | D | 10B | 3E | 43 |
| Octal | 245 | 165 | 337 | 32 | 60 | 0 | 15 | 413 | 76 | 103 |
| Binary | 10100101 | 1110101 | 11011111 | 11010 | 110000 | 0 | 1101 | 100001011 | 111110 | 1000011 |
Color Harmonies of #A575DF
Complementary color
Monochromatic Colors of #A575DF
Black with #A575DF
Text Example
Text Example
White with #A575DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A575DF; }
p { color: rgb(165,117,223); }
H1.HeaderClassName
{
color: #A575DF;
}
.AnyTagClassName
{
color: #A575DF;
}
</style>
background-color css
<style>
a { background-color: #A575DF; }
a { background-color: rgb(165,117,223); }
div.DivClassName
{
background-color: #A575DF;
}
.BgClassName
{
background-color: #A575DF;
}
</style>
border-color css
<style>
span { border-color: #A575DF; }
span { border-color: rgb(165,117,223); }
td.TdClassName
{
border-color: #A575DF;
}
.TagClassName
{
border-color: #A575DF;
}
</style>