Shades of Medium Purple #A065F3
Tints of Medium Purple #A065F3
RGB
CMYK
RGB Variations
Color information
#A065F3 (or 0xA065F3) is known color: Medium Purple. HEX triplet: A0, 65 and F3. RGB value is (160,101,243). Sum of RGB (Red+Green+Blue) = 160+101+243=504 (66% of max value = 765). Red value is 160 (62.89% from 255 or 31.75% from 504); Green value is 101 (39.84% from 255 or 20.04% from 504); Blue value is 243 (95.31% from 255 or 48.21% from 504); Max value from RGB is 243 - color contains mainly: blue. Hex color #A065F3 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A065F3 is #5F9A0C. Grayscale: #868686. Windows color (decimal): -6265357 or 15951264. OLE color: 15951264.
HSL color Cylindrical-coordinate representation of color #A065F3: hue angle of 264.93º degrees, saturation: 0.86, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A065F3 is Cyan = 0.34, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 160 | 101 | 243 | - |
| CMYK | 0.34 | 0.58 | 0 | 0.05 |
| HSL | 264.93º | 0.86% | 0.67% | - |
| HSV(B) | 264.93º | 0.58% | 0.95% | - |
| XYZ | 35.33 | 23.25 | 87.42 | - |
| YUV | 134.83 | 189.05 | 145.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 101 | 243 | 0.34 | 0.58 | 0 | 0.05 | 264.93 | 0.86 | 0.67 |
| Hex | A0 | 65 | F3 | 22 | 3A | 0 | 5 | 109 | 56 | 43 |
| Octal | 240 | 145 | 363 | 42 | 72 | 0 | 5 | 411 | 126 | 103 |
| Binary | 10100000 | 1100101 | 11110011 | 100010 | 111010 | 0 | 101 | 100001001 | 1010110 | 1000011 |
Color Harmonies of #A065F3
Complementary color
Monochromatic Colors of #A065F3
Black with #A065F3
Text Example
Text Example
White with #A065F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A065F3; }
p { color: rgb(160,101,243); }
H1.HeaderClassName
{
color: #A065F3;
}
.AnyTagClassName
{
color: #A065F3;
}
</style>
background-color css
<style>
a { background-color: #A065F3; }
a { background-color: rgb(160,101,243); }
div.DivClassName
{
background-color: #A065F3;
}
.BgClassName
{
background-color: #A065F3;
}
</style>
border-color css
<style>
span { border-color: #A065F3; }
span { border-color: rgb(160,101,243); }
td.TdClassName
{
border-color: #A065F3;
}
.TagClassName
{
border-color: #A065F3;
}
</style>