Shades of Medium Purple #A67AF2
Tints of Medium Purple #A67AF2
RGB
CMYK
RGB Variations
Color information
#A67AF2 (or 0xA67AF2) is known color: Medium Purple. HEX triplet: A6, 7A and F2. RGB value is (166,122,242). Sum of RGB (Red+Green+Blue) = 166+122+242=530 (70% of max value = 765). Red value is 166 (65.23% from 255 or 31.32% from 530); Green value is 122 (48.05% from 255 or 23.02% from 530); Blue value is 242 (94.92% from 255 or 45.66% from 530); Max value from RGB is 242 - color contains mainly: blue. Hex color #A67AF2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A67AF2 is #59850D. Grayscale: #949494. Windows color (decimal): -5866766 or 15891110. OLE color: 15891110.
HSL color Cylindrical-coordinate representation of color #A67AF2: hue angle of 262º degrees, saturation: 0.82, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A67AF2 is Cyan = 0.31, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 166 | 122 | 242 | - |
| CMYK | 0.31 | 0.50 | 0 | 0.05 |
| HSL | 262º | 0.82% | 0.71% | - |
| HSV(B) | 262º | 0.5% | 0.95% | - |
| XYZ | 38.71 | 28.44 | 87.45 | - |
| YUV | 148.84 | 180.58 | 140.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 122 | 242 | 0.31 | 0.50 | 0 | 0.05 | 262 | 0.82 | 0.71 |
| Hex | A6 | 7A | F2 | 1F | 32 | 0 | 5 | 106 | 52 | 47 |
| Octal | 246 | 172 | 362 | 37 | 62 | 0 | 5 | 406 | 122 | 107 |
| Binary | 10100110 | 1111010 | 11110010 | 11111 | 110010 | 0 | 101 | 100000110 | 1010010 | 1000111 |
Color Harmonies of #A67AF2
Complementary color
Monochromatic Colors of #A67AF2
Black with #A67AF2
Text Example
Text Example
White with #A67AF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A67AF2; }
p { color: rgb(166,122,242); }
H1.HeaderClassName
{
color: #A67AF2;
}
.AnyTagClassName
{
color: #A67AF2;
}
</style>
background-color css
<style>
a { background-color: #A67AF2; }
a { background-color: rgb(166,122,242); }
div.DivClassName
{
background-color: #A67AF2;
}
.BgClassName
{
background-color: #A67AF2;
}
</style>
border-color css
<style>
span { border-color: #A67AF2; }
span { border-color: rgb(166,122,242); }
td.TdClassName
{
border-color: #A67AF2;
}
.TagClassName
{
border-color: #A67AF2;
}
</style>