Shades of Medium Purple #A864FB
Tints of Medium Purple #A864FB
RGB
CMYK
RGB Variations
Color information
#A864FB (or 0xA864FB) is known color: Medium Purple. HEX triplet: A8, 64 and FB. RGB value is (168,100,251). Sum of RGB (Red+Green+Blue) = 168+100+251=519 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.37% from 519); Green value is 100 (39.45% from 255 or 19.27% from 519); Blue value is 251 (98.44% from 255 or 48.36% from 519); Max value from RGB is 251 - color contains mainly: blue. Hex color #A864FB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A864FB is #579B04. Grayscale: #898989. Windows color (decimal): -5741317 or 16475304. OLE color: 16475304.
HSL color Cylindrical-coordinate representation of color #A864FB: hue angle of 267.02º degrees, saturation: 0.95, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A864FB is Cyan = 0.33, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 168 | 100 | 251 | - |
| CMYK | 0.33 | 0.60 | 0 | 0.02 |
| HSL | 267.02º | 0.95% | 0.69% | - |
| HSV(B) | 267.02º | 0.6% | 0.98% | - |
| XYZ | 38.12 | 24.4 | 93.97 | - |
| YUV | 137.55 | 192.03 | 149.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 100 | 251 | 0.33 | 0.60 | 0 | 0.02 | 267.02 | 0.95 | 0.69 |
| Hex | A8 | 64 | FB | 21 | 3C | 0 | 2 | 10B | 5F | 45 |
| Octal | 250 | 144 | 373 | 41 | 74 | 0 | 2 | 413 | 137 | 105 |
| Binary | 10101000 | 1100100 | 11111011 | 100001 | 111100 | 0 | 10 | 100001011 | 1011111 | 1000101 |
Color Harmonies of #A864FB
Complementary color
Monochromatic Colors of #A864FB
Black with #A864FB
Text Example
Text Example
White with #A864FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A864FB; }
p { color: rgb(168,100,251); }
H1.HeaderClassName
{
color: #A864FB;
}
.AnyTagClassName
{
color: #A864FB;
}
</style>
background-color css
<style>
a { background-color: #A864FB; }
a { background-color: rgb(168,100,251); }
div.DivClassName
{
background-color: #A864FB;
}
.BgClassName
{
background-color: #A864FB;
}
</style>
border-color css
<style>
span { border-color: #A864FB; }
span { border-color: rgb(168,100,251); }
td.TdClassName
{
border-color: #A864FB;
}
.TagClassName
{
border-color: #A864FB;
}
</style>