Shades of Medium Purple #A575DC
Tints of Medium Purple #A575DC
RGB
CMYK
RGB Variations
Color information
#A575DC (or 0xA575DC) is known color: Medium Purple. HEX triplet: A5, 75 and DC. RGB value is (165,117,220). Sum of RGB (Red+Green+Blue) = 165+117+220=502 (66% of max value = 765). Red value is 165 (64.84% from 255 or 32.87% from 502); Green value is 117 (46.09% from 255 or 23.31% from 502); Blue value is 220 (86.33% from 255 or 43.82% from 502); Max value from RGB is 220 - color contains mainly: blue. Hex color #A575DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A575DC is #5A8A23. Grayscale: #8E8E8E. Windows color (decimal): -5933604 or 14448037. OLE color: 14448037.
HSL color Cylindrical-coordinate representation of color #A575DC: hue angle of 267.96º 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 #A575DC is Cyan = 0.25, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 165 | 117 | 220 | - |
| CMYK | 0.25 | 0.47 | 0 | 0.14 |
| HSL | 267.96º | 0.6% | 0.66% | - |
| HSV(B) | 267.96º | 0.47% | 0.86% | - |
| XYZ | 34.8 | 25.89 | 70.87 | - |
| YUV | 143.09 | 171.4 | 143.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 117 | 220 | 0.25 | 0.47 | 0 | 0.14 | 267.96 | 0.6 | 0.66 |
| Hex | A5 | 75 | DC | 19 | 2F | 0 | E | 10C | 3C | 42 |
| Octal | 245 | 165 | 334 | 31 | 57 | 0 | 16 | 414 | 74 | 102 |
| Binary | 10100101 | 1110101 | 11011100 | 11001 | 101111 | 0 | 1110 | 100001100 | 111100 | 1000010 |
Color Harmonies of #A575DC
Complementary color
Monochromatic Colors of #A575DC
Black with #A575DC
Text Example
Text Example
White with #A575DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A575DC; }
p { color: rgb(165,117,220); }
H1.HeaderClassName
{
color: #A575DC;
}
.AnyTagClassName
{
color: #A575DC;
}
</style>
background-color css
<style>
a { background-color: #A575DC; }
a { background-color: rgb(165,117,220); }
div.DivClassName
{
background-color: #A575DC;
}
.BgClassName
{
background-color: #A575DC;
}
</style>
border-color css
<style>
span { border-color: #A575DC; }
span { border-color: rgb(165,117,220); }
td.TdClassName
{
border-color: #A575DC;
}
.TagClassName
{
border-color: #A575DC;
}
</style>