Shades of Medium Purple #A074EE
Tints of Medium Purple #A074EE
RGB
CMYK
RGB Variations
Color information
#A074EE (or 0xA074EE) is known color: Medium Purple. HEX triplet: A0, 74 and EE. RGB value is (160,116,238). Sum of RGB (Red+Green+Blue) = 160+116+238=514 (68% of max value = 765). Red value is 160 (62.89% from 255 or 31.13% from 514); Green value is 116 (45.70% from 255 or 22.57% from 514); Blue value is 238 (93.36% from 255 or 46.30% from 514); Max value from RGB is 238 - color contains mainly: blue. Hex color #A074EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A074EE is #5F8B11. Grayscale: #8E8E8E. Windows color (decimal): -6261522 or 15627424. OLE color: 15627424.
HSL color Cylindrical-coordinate representation of color #A074EE: hue angle of 261.64º degrees, saturation: 0.78, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A074EE is Cyan = 0.33, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 160 | 116 | 238 | - |
| CMYK | 0.33 | 0.51 | 0 | 0.07 |
| HSL | 261.64º | 0.78% | 0.69% | - |
| HSV(B) | 261.64º | 0.51% | 0.93% | - |
| XYZ | 36.18 | 26.14 | 84.03 | - |
| YUV | 143.06 | 181.58 | 140.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 116 | 238 | 0.33 | 0.51 | 0 | 0.07 | 261.64 | 0.78 | 0.69 |
| Hex | A0 | 74 | EE | 21 | 33 | 0 | 7 | 106 | 4E | 45 |
| Octal | 240 | 164 | 356 | 41 | 63 | 0 | 7 | 406 | 116 | 105 |
| Binary | 10100000 | 1110100 | 11101110 | 100001 | 110011 | 0 | 111 | 100000110 | 1001110 | 1000101 |
Color Harmonies of #A074EE
Complementary color
Monochromatic Colors of #A074EE
Black with #A074EE
Text Example
Text Example
White with #A074EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A074EE; }
p { color: rgb(160,116,238); }
H1.HeaderClassName
{
color: #A074EE;
}
.AnyTagClassName
{
color: #A074EE;
}
</style>
background-color css
<style>
a { background-color: #A074EE; }
a { background-color: rgb(160,116,238); }
div.DivClassName
{
background-color: #A074EE;
}
.BgClassName
{
background-color: #A074EE;
}
</style>
border-color css
<style>
span { border-color: #A074EE; }
span { border-color: rgb(160,116,238); }
td.TdClassName
{
border-color: #A074EE;
}
.TagClassName
{
border-color: #A074EE;
}
</style>