Shades of Medium Purple #A864FF
Tints of Medium Purple #A864FF
RGB
CMYK
RGB Variations
Color information
#A864FF (or 0xA864FF) is known color: Medium Purple. HEX triplet: A8, 64 and FF. RGB value is (168,100,255). Sum of RGB (Red+Green+Blue) = 168+100+255=523 (69% of max value = 765). Red value is 168 (66.02% from 255 or 32.12% from 523); Green value is 100 (39.45% from 255 or 19.12% from 523); Blue value is 255 (100% from 255 or 48.76% from 523); Max value from RGB is 255 - color contains mainly: blue. Hex color #A864FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A864FF is #579B00. Grayscale: #898989. Windows color (decimal): -5741313 or 16737448. OLE color: 16737448.
HSL color Cylindrical-coordinate representation of color #A864FF: hue angle of 266.32º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A864FF is Cyan = 0.34, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 168 | 100 | 255 | - |
| CMYK | 0.34 | 0.61 | 0 | 0 |
| HSL | 266.32º | 1% | 0.7% | - |
| HSV(B) | 266.32º | 0.61% | 1% | - |
| XYZ | 38.76 | 24.66 | 97.32 | - |
| YUV | 138 | 194.03 | 149.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 100 | 255 | 0.34 | 0.61 | 0 | 0 | 266.32 | 1 | 0.7 |
| Hex | A8 | 64 | FF | 22 | 3D | 0 | 0 | 10A | 64 | 46 |
| Octal | 250 | 144 | 377 | 42 | 75 | 0 | 0 | 412 | 144 | 106 |
| Binary | 10101000 | 1100100 | 11111111 | 100010 | 111101 | 0 | 0 | 100001010 | 1100100 | 1000110 |
Color Harmonies of #A864FF
Complementary color
Monochromatic Colors of #A864FF
Black with #A864FF
Text Example
Text Example
White with #A864FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A864FF; }
p { color: rgb(168,100,255); }
H1.HeaderClassName
{
color: #A864FF;
}
.AnyTagClassName
{
color: #A864FF;
}
</style>
background-color css
<style>
a { background-color: #A864FF; }
a { background-color: rgb(168,100,255); }
div.DivClassName
{
background-color: #A864FF;
}
.BgClassName
{
background-color: #A864FF;
}
</style>
border-color css
<style>
span { border-color: #A864FF; }
span { border-color: rgb(168,100,255); }
td.TdClassName
{
border-color: #A864FF;
}
.TagClassName
{
border-color: #A864FF;
}
</style>