Shades of Medium Purple #A76CEA
Tints of Medium Purple #A76CEA
RGB
CMYK
RGB Variations
Color information
#A76CEA (or 0xA76CEA) is known color: Medium Purple. HEX triplet: A7, 6C and EA. RGB value is (167,108,234). Sum of RGB (Red+Green+Blue) = 167+108+234=509 (67% of max value = 765). Red value is 167 (65.62% from 255 or 32.81% from 509); Green value is 108 (42.58% from 255 or 21.22% from 509); Blue value is 234 (91.80% from 255 or 45.97% from 509); Max value from RGB is 234 - color contains mainly: blue. Hex color #A76CEA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A76CEA is #589315. Grayscale: #8B8B8B. Windows color (decimal): -5804822 or 15363239. OLE color: 15363239.
HSL color Cylindrical-coordinate representation of color #A76CEA: hue angle of 268.1º degrees, saturation: 0.75, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A76CEA is Cyan = 0.29, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 167 | 108 | 234 | - |
| CMYK | 0.29 | 0.54 | 0 | 0.08 |
| HSL | 268.1º | 0.75% | 0.67% | - |
| HSV(B) | 268.1º | 0.54% | 0.92% | - |
| XYZ | 36.15 | 24.88 | 80.74 | - |
| YUV | 140.01 | 181.05 | 147.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 108 | 234 | 0.29 | 0.54 | 0 | 0.08 | 268.1 | 0.75 | 0.67 |
| Hex | A7 | 6C | EA | 1D | 36 | 0 | 8 | 10C | 4B | 43 |
| Octal | 247 | 154 | 352 | 35 | 66 | 0 | 10 | 414 | 113 | 103 |
| Binary | 10100111 | 1101100 | 11101010 | 11101 | 110110 | 0 | 1000 | 100001100 | 1001011 | 1000011 |
Color Harmonies of #A76CEA
Complementary color
Monochromatic Colors of #A76CEA
Black with #A76CEA
Text Example
Text Example
White with #A76CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A76CEA; }
p { color: rgb(167,108,234); }
H1.HeaderClassName
{
color: #A76CEA;
}
.AnyTagClassName
{
color: #A76CEA;
}
</style>
background-color css
<style>
a { background-color: #A76CEA; }
a { background-color: rgb(167,108,234); }
div.DivClassName
{
background-color: #A76CEA;
}
.BgClassName
{
background-color: #A76CEA;
}
</style>
border-color css
<style>
span { border-color: #A76CEA; }
span { border-color: rgb(167,108,234); }
td.TdClassName
{
border-color: #A76CEA;
}
.TagClassName
{
border-color: #A76CEA;
}
</style>