Shades of Medium Purple #A764FF
Tints of Medium Purple #A764FF
RGB
CMYK
RGB Variations
Color information
#A764FF (or 0xA764FF) is known color: Medium Purple. HEX triplet: A7, 64 and FF. RGB value is (167,100,255). Sum of RGB (Red+Green+Blue) = 167+100+255=522 (69% of max value = 765). Red value is 167 (65.62% from 255 or 31.99% from 522); Green value is 100 (39.45% from 255 or 19.16% from 522); Blue value is 255 (100% from 255 or 48.85% from 522); Max value from RGB is 255 - color contains mainly: blue. Hex color #A764FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A764FF is #589B00. Grayscale: #898989. Windows color (decimal): -5806849 or 16737447. OLE color: 16737447.
HSL color Cylindrical-coordinate representation of color #A764FF: hue angle of 265.94º 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 #A764FF is Cyan = 0.35, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 167 | 100 | 255 | - |
| CMYK | 0.35 | 0.61 | 0 | 0 |
| HSL | 265.94º | 1% | 0.7% | - |
| HSV(B) | 265.94º | 0.61% | 1% | - |
| XYZ | 38.54 | 24.55 | 97.31 | - |
| YUV | 137.7 | 194.2 | 148.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 100 | 255 | 0.35 | 0.61 | 0 | 0 | 265.94 | 1 | 0.7 |
| Hex | A7 | 64 | FF | 23 | 3D | 0 | 0 | 10A | 64 | 46 |
| Octal | 247 | 144 | 377 | 43 | 75 | 0 | 0 | 412 | 144 | 106 |
| Binary | 10100111 | 1100100 | 11111111 | 100011 | 111101 | 0 | 0 | 100001010 | 1100100 | 1000110 |
Color Harmonies of #A764FF
Complementary color
Monochromatic Colors of #A764FF
Black with #A764FF
Text Example
Text Example
White with #A764FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A764FF; }
p { color: rgb(167,100,255); }
H1.HeaderClassName
{
color: #A764FF;
}
.AnyTagClassName
{
color: #A764FF;
}
</style>
background-color css
<style>
a { background-color: #A764FF; }
a { background-color: rgb(167,100,255); }
div.DivClassName
{
background-color: #A764FF;
}
.BgClassName
{
background-color: #A764FF;
}
</style>
border-color css
<style>
span { border-color: #A764FF; }
span { border-color: rgb(167,100,255); }
td.TdClassName
{
border-color: #A764FF;
}
.TagClassName
{
border-color: #A764FF;
}
</style>