Shades of Medium Purple #A075E5
Tints of Medium Purple #A075E5
RGB
CMYK
RGB Variations
Color information
#A075E5 (or 0xA075E5) is known color: Medium Purple. HEX triplet: A0, 75 and E5. RGB value is (160,117,229). Sum of RGB (Red+Green+Blue) = 160+117+229=506 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.62% from 506); Green value is 117 (46.09% from 255 or 23.12% from 506); Blue value is 229 (89.84% from 255 or 45.26% from 506); Max value from RGB is 229 - color contains mainly: blue. Hex color #A075E5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A075E5 is #5F8A1A. Grayscale: #8E8E8E. Windows color (decimal): -6261275 or 15037856. OLE color: 15037856.
HSL color Cylindrical-coordinate representation of color #A075E5: hue angle of 263.04º degrees, saturation: 0.68, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A075E5 is Cyan = 0.30, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 160 | 117 | 229 | - |
| CMYK | 0.30 | 0.49 | 0 | 0.10 |
| HSL | 263.04º | 0.68% | 0.68% | - |
| HSV(B) | 263.04º | 0.49% | 0.9% | - |
| XYZ | 35 | 25.85 | 77.27 | - |
| YUV | 142.63 | 176.75 | 140.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 117 | 229 | 0.30 | 0.49 | 0 | 0.10 | 263.04 | 0.68 | 0.68 |
| Hex | A0 | 75 | E5 | 1E | 31 | 0 | A | 107 | 44 | 44 |
| Octal | 240 | 165 | 345 | 36 | 61 | 0 | 12 | 407 | 104 | 104 |
| Binary | 10100000 | 1110101 | 11100101 | 11110 | 110001 | 0 | 1010 | 100000111 | 1000100 | 1000100 |
Color Harmonies of #A075E5
Complementary color
Monochromatic Colors of #A075E5
Black with #A075E5
Text Example
Text Example
White with #A075E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A075E5; }
p { color: rgb(160,117,229); }
H1.HeaderClassName
{
color: #A075E5;
}
.AnyTagClassName
{
color: #A075E5;
}
</style>
background-color css
<style>
a { background-color: #A075E5; }
a { background-color: rgb(160,117,229); }
div.DivClassName
{
background-color: #A075E5;
}
.BgClassName
{
background-color: #A075E5;
}
</style>
border-color css
<style>
span { border-color: #A075E5; }
span { border-color: rgb(160,117,229); }
td.TdClassName
{
border-color: #A075E5;
}
.TagClassName
{
border-color: #A075E5;
}
</style>