Shades of Medium Purple #A075EA
Tints of Medium Purple #A075EA
RGB
CMYK
RGB Variations
Color information
#A075EA (or 0xA075EA) is known color: Medium Purple. HEX triplet: A0, 75 and EA. RGB value is (160,117,234). Sum of RGB (Red+Green+Blue) = 160+117+234=511 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.31% from 511); Green value is 117 (46.09% from 255 or 22.90% from 511); Blue value is 234 (91.80% from 255 or 45.79% from 511); Max value from RGB is 234 - color contains mainly: blue. Hex color #A075EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A075EA is #5F8A15. Grayscale: #8E8E8E. Windows color (decimal): -6261270 or 15365536. OLE color: 15365536.
HSL color Cylindrical-coordinate representation of color #A075EA: hue angle of 262.05º degrees, saturation: 0.74, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A075EA is Cyan = 0.32, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 160 | 117 | 234 | - |
| CMYK | 0.32 | 0.5 | 0 | 0.08 |
| HSL | 262.05º | 0.74% | 0.69% | - |
| HSV(B) | 262.05º | 0.5% | 0.92% | - |
| XYZ | 35.71 | 26.14 | 81 | - |
| YUV | 143.2 | 179.25 | 139.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 117 | 234 | 0.32 | 0.5 | 0 | 0.08 | 262.05 | 0.74 | 0.69 |
| Hex | A0 | 75 | EA | 20 | 32 | 0 | 8 | 106 | 4A | 45 |
| Octal | 240 | 165 | 352 | 40 | 62 | 0 | 10 | 406 | 112 | 105 |
| Binary | 10100000 | 1110101 | 11101010 | 100000 | 110010 | 0 | 1000 | 100000110 | 1001010 | 1000101 |
Color Harmonies of #A075EA
Complementary color
Monochromatic Colors of #A075EA
Black with #A075EA
Text Example
Text Example
White with #A075EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A075EA; }
p { color: rgb(160,117,234); }
H1.HeaderClassName
{
color: #A075EA;
}
.AnyTagClassName
{
color: #A075EA;
}
</style>
background-color css
<style>
a { background-color: #A075EA; }
a { background-color: rgb(160,117,234); }
div.DivClassName
{
background-color: #A075EA;
}
.BgClassName
{
background-color: #A075EA;
}
</style>
border-color css
<style>
span { border-color: #A075EA; }
span { border-color: rgb(160,117,234); }
td.TdClassName
{
border-color: #A075EA;
}
.TagClassName
{
border-color: #A075EA;
}
</style>