Shades of Medium Purple #A865F5
Tints of Medium Purple #A865F5
RGB
CMYK
RGB Variations
Color information
#A865F5 (or 0xA865F5) is known color: Medium Purple. HEX triplet: A8, 65 and F5. RGB value is (168,101,245). Sum of RGB (Red+Green+Blue) = 168+101+245=514 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.68% from 514); Green value is 101 (39.84% from 255 or 19.65% from 514); Blue value is 245 (96.09% from 255 or 47.67% from 514); Max value from RGB is 245 - color contains mainly: blue. Hex color #A865F5 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A865F5 is #579A0A. Grayscale: #888888. Windows color (decimal): -5741067 or 16082344. OLE color: 16082344.
HSL color Cylindrical-coordinate representation of color #A865F5: hue angle of 267.92º degrees, saturation: 0.88, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A865F5 is Cyan = 0.31, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 168 | 101 | 245 | - |
| CMYK | 0.31 | 0.59 | 0 | 0.04 |
| HSL | 267.92º | 0.88% | 0.68% | - |
| HSV(B) | 267.92º | 0.59% | 0.96% | - |
| XYZ | 37.28 | 24.22 | 89.1 | - |
| YUV | 137.45 | 188.7 | 149.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 101 | 245 | 0.31 | 0.59 | 0 | 0.04 | 267.92 | 0.88 | 0.68 |
| Hex | A8 | 65 | F5 | 1F | 3B | 0 | 4 | 10C | 58 | 44 |
| Octal | 250 | 145 | 365 | 37 | 73 | 0 | 4 | 414 | 130 | 104 |
| Binary | 10101000 | 1100101 | 11110101 | 11111 | 111011 | 0 | 100 | 100001100 | 1011000 | 1000100 |
Color Harmonies of #A865F5
Complementary color
Monochromatic Colors of #A865F5
Black with #A865F5
Text Example
Text Example
White with #A865F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A865F5; }
p { color: rgb(168,101,245); }
H1.HeaderClassName
{
color: #A865F5;
}
.AnyTagClassName
{
color: #A865F5;
}
</style>
background-color css
<style>
a { background-color: #A865F5; }
a { background-color: rgb(168,101,245); }
div.DivClassName
{
background-color: #A865F5;
}
.BgClassName
{
background-color: #A865F5;
}
</style>
border-color css
<style>
span { border-color: #A865F5; }
span { border-color: rgb(168,101,245); }
td.TdClassName
{
border-color: #A865F5;
}
.TagClassName
{
border-color: #A865F5;
}
</style>