Shades of Medium Purple #A768E5
Tints of Medium Purple #A768E5
RGB
CMYK
RGB Variations
Color information
#A768E5 (or 0xA768E5) is known color: Medium Purple. HEX triplet: A7, 68 and E5. RGB value is (167,104,229). Sum of RGB (Red+Green+Blue) = 167+104+229=500 (66% of max value = 765). Red value is 167 (65.62% from 255 or 33.4% from 500); Green value is 104 (41.02% from 255 or 20.8% from 500); Blue value is 229 (89.84% from 255 or 45.8% from 500); Max value from RGB is 229 - color contains mainly: blue. Hex color #A768E5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A768E5 is #58971A. Grayscale: #888888. Windows color (decimal): -5805851 or 15034535. OLE color: 15034535.
HSL color Cylindrical-coordinate representation of color #A768E5: hue angle of 270.24º degrees, saturation: 0.71, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A768E5 is Cyan = 0.27, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 167 | 104 | 229 | - |
| CMYK | 0.27 | 0.55 | 0 | 0.10 |
| HSL | 270.24º | 0.71% | 0.65% | - |
| HSV(B) | 270.24º | 0.55% | 0.9% | - |
| XYZ | 35.03 | 23.77 | 76.87 | - |
| YUV | 137.09 | 179.87 | 149.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 104 | 229 | 0.27 | 0.55 | 0 | 0.10 | 270.24 | 0.71 | 0.65 |
| Hex | A7 | 68 | E5 | 1B | 37 | 0 | A | 10E | 47 | 41 |
| Octal | 247 | 150 | 345 | 33 | 67 | 0 | 12 | 416 | 107 | 101 |
| Binary | 10100111 | 1101000 | 11100101 | 11011 | 110111 | 0 | 1010 | 100001110 | 1000111 | 1000001 |
Color Harmonies of #A768E5
Complementary color
Monochromatic Colors of #A768E5
Black with #A768E5
Text Example
Text Example
White with #A768E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A768E5; }
p { color: rgb(167,104,229); }
H1.HeaderClassName
{
color: #A768E5;
}
.AnyTagClassName
{
color: #A768E5;
}
</style>
background-color css
<style>
a { background-color: #A768E5; }
a { background-color: rgb(167,104,229); }
div.DivClassName
{
background-color: #A768E5;
}
.BgClassName
{
background-color: #A768E5;
}
</style>
border-color css
<style>
span { border-color: #A768E5; }
span { border-color: rgb(167,104,229); }
td.TdClassName
{
border-color: #A768E5;
}
.TagClassName
{
border-color: #A768E5;
}
</style>