Shades of Medium Purple #A575DD
Tints of Medium Purple #A575DD
RGB
CMYK
RGB Variations
Color information
#A575DD (or 0xA575DD) is known color: Medium Purple. HEX triplet: A5, 75 and DD. RGB value is (165,117,221). Sum of RGB (Red+Green+Blue) = 165+117+221=503 (66% of max value = 765). Red value is 165 (64.84% from 255 or 32.80% from 503); Green value is 117 (46.09% from 255 or 23.26% from 503); Blue value is 221 (86.72% from 255 or 43.94% from 503); Max value from RGB is 221 - color contains mainly: blue. Hex color #A575DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A575DD is #5A8A22. Grayscale: #8E8E8E. Windows color (decimal): -5933603 or 14513573. OLE color: 14513573.
HSL color Cylindrical-coordinate representation of color #A575DD: hue angle of 267.69º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A575DD is Cyan = 0.25, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 165 | 117 | 221 | - |
| CMYK | 0.25 | 0.47 | 0 | 0.13 |
| HSL | 267.69º | 0.6% | 0.66% | - |
| HSV(B) | 267.69º | 0.47% | 0.87% | - |
| XYZ | 34.93 | 25.94 | 71.57 | - |
| YUV | 143.21 | 171.9 | 143.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 117 | 221 | 0.25 | 0.47 | 0 | 0.13 | 267.69 | 0.6 | 0.66 |
| Hex | A5 | 75 | DD | 19 | 2F | 0 | D | 10C | 3C | 42 |
| Octal | 245 | 165 | 335 | 31 | 57 | 0 | 15 | 414 | 74 | 102 |
| Binary | 10100101 | 1110101 | 11011101 | 11001 | 101111 | 0 | 1101 | 100001100 | 111100 | 1000010 |
Color Harmonies of #A575DD
Complementary color
Monochromatic Colors of #A575DD
Black with #A575DD
Text Example
Text Example
White with #A575DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A575DD; }
p { color: rgb(165,117,221); }
H1.HeaderClassName
{
color: #A575DD;
}
.AnyTagClassName
{
color: #A575DD;
}
</style>
background-color css
<style>
a { background-color: #A575DD; }
a { background-color: rgb(165,117,221); }
div.DivClassName
{
background-color: #A575DD;
}
.BgClassName
{
background-color: #A575DD;
}
</style>
border-color css
<style>
span { border-color: #A575DD; }
span { border-color: rgb(165,117,221); }
td.TdClassName
{
border-color: #A575DD;
}
.TagClassName
{
border-color: #A575DD;
}
</style>