Shades of Medium Purple #A765EE
Tints of Medium Purple #A765EE
RGB
CMYK
RGB Variations
Color information
#A765EE (or 0xA765EE) is known color: Medium Purple. HEX triplet: A7, 65 and EE. RGB value is (167,101,238). Sum of RGB (Red+Green+Blue) = 167+101+238=506 (67% of max value = 765). Red value is 167 (65.62% from 255 or 33.00% from 506); Green value is 101 (39.84% from 255 or 19.96% from 506); Blue value is 238 (93.36% from 255 or 47.04% from 506); Max value from RGB is 238 - color contains mainly: blue. Hex color #A765EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A765EE is #589A11. Grayscale: #878787. Windows color (decimal): -5806610 or 15623591. OLE color: 15623591.
HSL color Cylindrical-coordinate representation of color #A765EE: hue angle of 268.91º degrees, saturation: 0.8, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A765EE is Cyan = 0.30, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 167 | 101 | 238 | - |
| CMYK | 0.30 | 0.58 | 0 | 0.07 |
| HSL | 268.91º | 0.8% | 0.66% | - |
| HSV(B) | 268.91º | 0.58% | 0.93% | - |
| XYZ | 36.02 | 23.7 | 83.56 | - |
| YUV | 136.35 | 185.37 | 149.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 101 | 238 | 0.30 | 0.58 | 0 | 0.07 | 268.91 | 0.8 | 0.66 |
| Hex | A7 | 65 | EE | 1E | 3A | 0 | 7 | 10D | 50 | 42 |
| Octal | 247 | 145 | 356 | 36 | 72 | 0 | 7 | 415 | 120 | 102 |
| Binary | 10100111 | 1100101 | 11101110 | 11110 | 111010 | 0 | 111 | 100001101 | 1010000 | 1000010 |
Color Harmonies of #A765EE
Complementary color
Monochromatic Colors of #A765EE
Black with #A765EE
Text Example
Text Example
White with #A765EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A765EE; }
p { color: rgb(167,101,238); }
H1.HeaderClassName
{
color: #A765EE;
}
.AnyTagClassName
{
color: #A765EE;
}
</style>
background-color css
<style>
a { background-color: #A765EE; }
a { background-color: rgb(167,101,238); }
div.DivClassName
{
background-color: #A765EE;
}
.BgClassName
{
background-color: #A765EE;
}
</style>
border-color css
<style>
span { border-color: #A765EE; }
span { border-color: rgb(167,101,238); }
td.TdClassName
{
border-color: #A765EE;
}
.TagClassName
{
border-color: #A765EE;
}
</style>