Shades of Medium Purple #A075DF
Tints of Medium Purple #A075DF
RGB
CMYK
RGB Variations
Color information
#A075DF (or 0xA075DF) is known color: Medium Purple. HEX triplet: A0, 75 and DF. RGB value is (160,117,223). Sum of RGB (Red+Green+Blue) = 160+117+223=500 (66% of max value = 765). Red value is 160 (62.89% from 255 or 32% from 500); Green value is 117 (46.09% from 255 or 23.4% from 500); Blue value is 223 (87.5% from 255 or 44.6% from 500); Max value from RGB is 223 - color contains mainly: blue. Hex color #A075DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A075DF is #5F8A20. Grayscale: #8D8D8D. Windows color (decimal): -6261281 or 14644640. OLE color: 14644640.
HSL color Cylindrical-coordinate representation of color #A075DF: hue angle of 264.34º 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 #A075DF is Cyan = 0.28, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 160 | 117 | 223 | - |
| CMYK | 0.28 | 0.48 | 0 | 0.13 |
| HSL | 264.34º | 0.62% | 0.67% | - |
| HSV(B) | 264.34º | 0.48% | 0.87% | - |
| XYZ | 34.18 | 25.52 | 72.94 | - |
| YUV | 141.94 | 173.75 | 140.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 117 | 223 | 0.28 | 0.48 | 0 | 0.13 | 264.34 | 0.62 | 0.67 |
| Hex | A0 | 75 | DF | 1C | 30 | 0 | D | 108 | 3E | 43 |
| Octal | 240 | 165 | 337 | 34 | 60 | 0 | 15 | 410 | 76 | 103 |
| Binary | 10100000 | 1110101 | 11011111 | 11100 | 110000 | 0 | 1101 | 100001000 | 111110 | 1000011 |
Color Harmonies of #A075DF
Complementary color
Monochromatic Colors of #A075DF
Black with #A075DF
Text Example
Text Example
White with #A075DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A075DF; }
p { color: rgb(160,117,223); }
H1.HeaderClassName
{
color: #A075DF;
}
.AnyTagClassName
{
color: #A075DF;
}
</style>
background-color css
<style>
a { background-color: #A075DF; }
a { background-color: rgb(160,117,223); }
div.DivClassName
{
background-color: #A075DF;
}
.BgClassName
{
background-color: #A075DF;
}
</style>
border-color css
<style>
span { border-color: #A075DF; }
span { border-color: rgb(160,117,223); }
td.TdClassName
{
border-color: #A075DF;
}
.TagClassName
{
border-color: #A075DF;
}
</style>