Shades of Medium Purple #A67FE2
Tints of Medium Purple #A67FE2
RGB
CMYK
RGB Variations
Color information
#A67FE2 (or 0xA67FE2) is known color: Medium Purple. HEX triplet: A6, 7F and E2. RGB value is (166,127,226). Sum of RGB (Red+Green+Blue) = 166+127+226=519 (68% of max value = 765). Red value is 166 (65.23% from 255 or 31.98% from 519); Green value is 127 (50% from 255 or 24.47% from 519); Blue value is 226 (88.67% from 255 or 43.55% from 519); Max value from RGB is 226 - color contains mainly: blue. Hex color #A67FE2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A67FE2 is #59801D. Grayscale: #959595. Windows color (decimal): -5865502 or 14843814. OLE color: 14843814.
HSL color Cylindrical-coordinate representation of color #A67FE2: hue angle of 263.64º degrees, saturation: 0.63, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A67FE2 is Cyan = 0.27, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 166 | 127 | 226 | - |
| CMYK | 0.27 | 0.44 | 0 | 0.11 |
| HSL | 263.64º | 0.63% | 0.69% | - |
| HSV(B) | 263.64º | 0.44% | 0.89% | - |
| XYZ | 37.04 | 28.78 | 75.55 | - |
| YUV | 149.95 | 170.92 | 139.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 127 | 226 | 0.27 | 0.44 | 0 | 0.11 | 263.64 | 0.63 | 0.69 |
| Hex | A6 | 7F | E2 | 1B | 2C | 0 | B | 108 | 3F | 45 |
| Octal | 246 | 177 | 342 | 33 | 54 | 0 | 13 | 410 | 77 | 105 |
| Binary | 10100110 | 1111111 | 11100010 | 11011 | 101100 | 0 | 1011 | 100001000 | 111111 | 1000101 |
Color Harmonies of #A67FE2
Complementary color
Monochromatic Colors of #A67FE2
Black with #A67FE2
Text Example
Text Example
White with #A67FE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A67FE2; }
p { color: rgb(166,127,226); }
H1.HeaderClassName
{
color: #A67FE2;
}
.AnyTagClassName
{
color: #A67FE2;
}
</style>
background-color css
<style>
a { background-color: #A67FE2; }
a { background-color: rgb(166,127,226); }
div.DivClassName
{
background-color: #A67FE2;
}
.BgClassName
{
background-color: #A67FE2;
}
</style>
border-color css
<style>
span { border-color: #A67FE2; }
span { border-color: rgb(166,127,226); }
td.TdClassName
{
border-color: #A67FE2;
}
.TagClassName
{
border-color: #A67FE2;
}
</style>