Shades of Medium Purple #A065F2
Tints of Medium Purple #A065F2
RGB
CMYK
RGB Variations
Color information
#A065F2 (or 0xA065F2) is known color: Medium Purple. HEX triplet: A0, 65 and F2. RGB value is (160,101,242). Sum of RGB (Red+Green+Blue) = 160+101+242=503 (66% of max value = 765). Red value is 160 (62.89% from 255 or 31.81% from 503); Green value is 101 (39.84% from 255 or 20.08% from 503); Blue value is 242 (94.92% from 255 or 48.11% from 503); Max value from RGB is 242 - color contains mainly: blue. Hex color #A065F2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A065F2 is #5F9A0D. Grayscale: #868686. Windows color (decimal): -6265358 or 15885728. OLE color: 15885728.
HSL color Cylindrical-coordinate representation of color #A065F2: hue angle of 265.11º degrees, saturation: 0.84, 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 #A065F2 is Cyan = 0.34, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 160 | 101 | 242 | - |
| CMYK | 0.34 | 0.58 | 0 | 0.05 |
| HSL | 265.11º | 0.84% | 0.67% | - |
| HSV(B) | 265.11º | 0.58% | 0.95% | - |
| XYZ | 35.18 | 23.19 | 86.63 | - |
| YUV | 134.72 | 188.55 | 146.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 101 | 242 | 0.34 | 0.58 | 0 | 0.05 | 265.11 | 0.84 | 0.67 |
| Hex | A0 | 65 | F2 | 22 | 3A | 0 | 5 | 109 | 54 | 43 |
| Octal | 240 | 145 | 362 | 42 | 72 | 0 | 5 | 411 | 124 | 103 |
| Binary | 10100000 | 1100101 | 11110010 | 100010 | 111010 | 0 | 101 | 100001001 | 1010100 | 1000011 |
Color Harmonies of #A065F2
Complementary color
Monochromatic Colors of #A065F2
Black with #A065F2
Text Example
Text Example
White with #A065F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A065F2; }
p { color: rgb(160,101,242); }
H1.HeaderClassName
{
color: #A065F2;
}
.AnyTagClassName
{
color: #A065F2;
}
</style>
background-color css
<style>
a { background-color: #A065F2; }
a { background-color: rgb(160,101,242); }
div.DivClassName
{
background-color: #A065F2;
}
.BgClassName
{
background-color: #A065F2;
}
</style>
border-color css
<style>
span { border-color: #A065F2; }
span { border-color: rgb(160,101,242); }
td.TdClassName
{
border-color: #A065F2;
}
.TagClassName
{
border-color: #A065F2;
}
</style>