Shades of Medium Purple #A865FE
Tints of Medium Purple #A865FE
RGB
CMYK
RGB Variations
Color information
#A865FE (or 0xA865FE) is known color: Medium Purple. HEX triplet: A8, 65 and FE. RGB value is (168,101,254). Sum of RGB (Red+Green+Blue) = 168+101+254=523 (69% of max value = 765). Red value is 168 (66.02% from 255 or 32.12% from 523); Green value is 101 (39.84% from 255 or 19.31% from 523); Blue value is 254 (99.61% from 255 or 48.57% from 523); Max value from RGB is 254 - color contains mainly: blue. Hex color #A865FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A865FE is #579A01. Grayscale: #898989. Windows color (decimal): -5741058 or 16672168. OLE color: 16672168.
HSL color Cylindrical-coordinate representation of color #A865FE: hue angle of 266.27º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A865FE is Cyan = 0.34, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 168 | 101 | 254 | - |
| CMYK | 0.34 | 0.60 | 0 | 0.00 |
| HSL | 266.27º | 0.99% | 0.7% | - |
| HSV(B) | 266.27º | 0.6% | 1% | - |
| XYZ | 38.69 | 24.79 | 96.51 | - |
| YUV | 138.48 | 193.2 | 149.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 101 | 254 | 0.34 | 0.60 | 0 | 0.00 | 266.27 | 0.99 | 0.7 |
| Hex | A8 | 65 | FE | 22 | 3C | 0 | 0 | 10A | 63 | 46 |
| Octal | 250 | 145 | 376 | 42 | 74 | 0 | 0 | 412 | 143 | 106 |
| Binary | 10101000 | 1100101 | 11111110 | 100010 | 111100 | 0 | 0 | 100001010 | 1100011 | 1000110 |
Color Harmonies of #A865FE
Complementary color
Monochromatic Colors of #A865FE
Black with #A865FE
Text Example
Text Example
White with #A865FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A865FE; }
p { color: rgb(168,101,254); }
H1.HeaderClassName
{
color: #A865FE;
}
.AnyTagClassName
{
color: #A865FE;
}
</style>
background-color css
<style>
a { background-color: #A865FE; }
a { background-color: rgb(168,101,254); }
div.DivClassName
{
background-color: #A865FE;
}
.BgClassName
{
background-color: #A865FE;
}
</style>
border-color css
<style>
span { border-color: #A865FE; }
span { border-color: rgb(168,101,254); }
td.TdClassName
{
border-color: #A865FE;
}
.TagClassName
{
border-color: #A865FE;
}
</style>