Shades of Medium Purple #A767FA
Tints of Medium Purple #A767FA
RGB
CMYK
RGB Variations
Color information
#A767FA (or 0xA767FA) is known color: Medium Purple. HEX triplet: A7, 67 and FA. RGB value is (167,103,250). Sum of RGB (Red+Green+Blue) = 167+103+250=520 (68% of max value = 765). Red value is 167 (65.62% from 255 or 32.12% from 520); Green value is 103 (40.62% from 255 or 19.81% from 520); Blue value is 250 (98.05% from 255 or 48.08% from 520); Max value from RGB is 250 - color contains mainly: blue. Hex color #A767FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A767FA is #589805. Grayscale: #8A8A8A. Windows color (decimal): -5806086 or 16410535. OLE color: 16410535.
HSL color Cylindrical-coordinate representation of color #A767FA: hue angle of 266.12º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A767FA is Cyan = 0.33, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 167 | 103 | 250 | - |
| CMYK | 0.33 | 0.59 | 0 | 0.02 |
| HSL | 266.12º | 0.94% | 0.69% | - |
| HSV(B) | 266.12º | 0.59% | 0.98% | - |
| XYZ | 38.04 | 24.82 | 93.23 | - |
| YUV | 138.89 | 190.7 | 148.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 103 | 250 | 0.33 | 0.59 | 0 | 0.02 | 266.12 | 0.94 | 0.69 |
| Hex | A7 | 67 | FA | 21 | 3B | 0 | 2 | 10A | 5E | 45 |
| Octal | 247 | 147 | 372 | 41 | 73 | 0 | 2 | 412 | 136 | 105 |
| Binary | 10100111 | 1100111 | 11111010 | 100001 | 111011 | 0 | 10 | 100001010 | 1011110 | 1000101 |
Color Harmonies of #A767FA
Complementary color
Monochromatic Colors of #A767FA
Black with #A767FA
Text Example
Text Example
White with #A767FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A767FA; }
p { color: rgb(167,103,250); }
H1.HeaderClassName
{
color: #A767FA;
}
.AnyTagClassName
{
color: #A767FA;
}
</style>
background-color css
<style>
a { background-color: #A767FA; }
a { background-color: rgb(167,103,250); }
div.DivClassName
{
background-color: #A767FA;
}
.BgClassName
{
background-color: #A767FA;
}
</style>
border-color css
<style>
span { border-color: #A767FA; }
span { border-color: rgb(167,103,250); }
td.TdClassName
{
border-color: #A767FA;
}
.TagClassName
{
border-color: #A767FA;
}
</style>