Shades of Medium Purple #A767ED
Tints of Medium Purple #A767ED
RGB
CMYK
RGB Variations
Color information
#A767ED (or 0xA767ED) is known color: Medium Purple. HEX triplet: A7, 67 and ED. RGB value is (167,103,237). Sum of RGB (Red+Green+Blue) = 167+103+237=507 (67% of max value = 765). Red value is 167 (65.62% from 255 or 32.94% from 507); Green value is 103 (40.62% from 255 or 20.32% from 507); Blue value is 237 (92.97% from 255 or 46.75% from 507); Max value from RGB is 237 - color contains mainly: blue. Hex color #A767ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A767ED is #589812. Grayscale: #888888. Windows color (decimal): -5806099 or 15558567. OLE color: 15558567.
HSL color Cylindrical-coordinate representation of color #A767ED: hue angle of 268.66º degrees, saturation: 0.79, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A767ED is Cyan = 0.30, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 167 | 103 | 237 | - |
| CMYK | 0.30 | 0.57 | 0 | 0.07 |
| HSL | 268.66º | 0.79% | 0.67% | - |
| HSV(B) | 268.66º | 0.57% | 0.93% | - |
| XYZ | 36.07 | 24.03 | 82.86 | - |
| YUV | 137.41 | 184.2 | 149.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 103 | 237 | 0.30 | 0.57 | 0 | 0.07 | 268.66 | 0.79 | 0.67 |
| Hex | A7 | 67 | ED | 1E | 39 | 0 | 7 | 10D | 4F | 43 |
| Octal | 247 | 147 | 355 | 36 | 71 | 0 | 7 | 415 | 117 | 103 |
| Binary | 10100111 | 1100111 | 11101101 | 11110 | 111001 | 0 | 111 | 100001101 | 1001111 | 1000011 |
Color Harmonies of #A767ED
Complementary color
Monochromatic Colors of #A767ED
Black with #A767ED
Text Example
Text Example
White with #A767ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A767ED; }
p { color: rgb(167,103,237); }
H1.HeaderClassName
{
color: #A767ED;
}
.AnyTagClassName
{
color: #A767ED;
}
</style>
background-color css
<style>
a { background-color: #A767ED; }
a { background-color: rgb(167,103,237); }
div.DivClassName
{
background-color: #A767ED;
}
.BgClassName
{
background-color: #A767ED;
}
</style>
border-color css
<style>
span { border-color: #A767ED; }
span { border-color: rgb(167,103,237); }
td.TdClassName
{
border-color: #A767ED;
}
.TagClassName
{
border-color: #A767ED;
}
</style>