Shades of Medium Purple #A065E9
Tints of Medium Purple #A065E9
RGB
CMYK
RGB Variations
Color information
#A065E9 (or 0xA065E9) is known color: Medium Purple. HEX triplet: A0, 65 and E9. RGB value is (160,101,233). Sum of RGB (Red+Green+Blue) = 160+101+233=494 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.39% from 494); Green value is 101 (39.84% from 255 or 20.45% from 494); Blue value is 233 (91.41% from 255 or 47.17% from 494); Max value from RGB is 233 - color contains mainly: blue. Hex color #A065E9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A065E9 is #5F9A16. Grayscale: #858585. Windows color (decimal): -6265367 or 15295904. OLE color: 15295904.
HSL color Cylindrical-coordinate representation of color #A065E9: hue angle of 266.82º degrees, saturation: 0.75, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A065E9 is Cyan = 0.31, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 160 | 101 | 233 | - |
| CMYK | 0.31 | 0.57 | 0 | 0.09 |
| HSL | 266.82º | 0.75% | 0.65% | - |
| HSV(B) | 266.82º | 0.57% | 0.91% | - |
| XYZ | 33.86 | 22.66 | 79.68 | - |
| YUV | 133.69 | 184.05 | 146.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 101 | 233 | 0.31 | 0.57 | 0 | 0.09 | 266.82 | 0.75 | 0.65 |
| Hex | A0 | 65 | E9 | 1F | 39 | 0 | 9 | 10B | 4B | 41 |
| Octal | 240 | 145 | 351 | 37 | 71 | 0 | 11 | 413 | 113 | 101 |
| Binary | 10100000 | 1100101 | 11101001 | 11111 | 111001 | 0 | 1001 | 100001011 | 1001011 | 1000001 |
Color Harmonies of #A065E9
Complementary color
Monochromatic Colors of #A065E9
Black with #A065E9
Text Example
Text Example
White with #A065E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A065E9; }
p { color: rgb(160,101,233); }
H1.HeaderClassName
{
color: #A065E9;
}
.AnyTagClassName
{
color: #A065E9;
}
</style>
background-color css
<style>
a { background-color: #A065E9; }
a { background-color: rgb(160,101,233); }
div.DivClassName
{
background-color: #A065E9;
}
.BgClassName
{
background-color: #A065E9;
}
</style>
border-color css
<style>
span { border-color: #A065E9; }
span { border-color: rgb(160,101,233); }
td.TdClassName
{
border-color: #A065E9;
}
.TagClassName
{
border-color: #A065E9;
}
</style>