Shades of Medium Purple #A67CF2
Tints of Medium Purple #A67CF2
RGB
CMYK
RGB Variations
Color information
#A67CF2 (or 0xA67CF2) is known color: Medium Purple. HEX triplet: A6, 7C and F2. RGB value is (166,124,242). Sum of RGB (Red+Green+Blue) = 166+124+242=532 (70% of max value = 765). Red value is 166 (65.23% from 255 or 31.20% from 532); Green value is 124 (48.83% from 255 or 23.31% from 532); Blue value is 242 (94.92% from 255 or 45.49% from 532); Max value from RGB is 242 - color contains mainly: blue. Hex color #A67CF2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A67CF2 is #59830D. Grayscale: #959595. Windows color (decimal): -5866254 or 15891622. OLE color: 15891622.
HSL color Cylindrical-coordinate representation of color #A67CF2: hue angle of 261.36º degrees, saturation: 0.82, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A67CF2 is Cyan = 0.31, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 166 | 124 | 242 | - |
| CMYK | 0.31 | 0.49 | 0 | 0.05 |
| HSL | 261.36º | 0.82% | 0.72% | - |
| HSV(B) | 261.36º | 0.49% | 0.95% | - |
| XYZ | 38.96 | 28.93 | 87.54 | - |
| YUV | 150.01 | 179.91 | 139.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 124 | 242 | 0.31 | 0.49 | 0 | 0.05 | 261.36 | 0.82 | 0.72 |
| Hex | A6 | 7C | F2 | 1F | 31 | 0 | 5 | 105 | 52 | 48 |
| Octal | 246 | 174 | 362 | 37 | 61 | 0 | 5 | 405 | 122 | 110 |
| Binary | 10100110 | 1111100 | 11110010 | 11111 | 110001 | 0 | 101 | 100000101 | 1010010 | 1001000 |
Color Harmonies of #A67CF2
Complementary color
Monochromatic Colors of #A67CF2
Black with #A67CF2
Text Example
Text Example
White with #A67CF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A67CF2; }
p { color: rgb(166,124,242); }
H1.HeaderClassName
{
color: #A67CF2;
}
.AnyTagClassName
{
color: #A67CF2;
}
</style>
background-color css
<style>
a { background-color: #A67CF2; }
a { background-color: rgb(166,124,242); }
div.DivClassName
{
background-color: #A67CF2;
}
.BgClassName
{
background-color: #A67CF2;
}
</style>
border-color css
<style>
span { border-color: #A67CF2; }
span { border-color: rgb(166,124,242); }
td.TdClassName
{
border-color: #A67CF2;
}
.TagClassName
{
border-color: #A67CF2;
}
</style>