Shades of Medium Purple #A67BF3
Tints of Medium Purple #A67BF3
RGB
CMYK
RGB Variations
Color information
#A67BF3 (or 0xA67BF3) is known color: Medium Purple. HEX triplet: A6, 7B and F3. RGB value is (166,123,243). Sum of RGB (Red+Green+Blue) = 166+123+243=532 (70% of max value = 765). Red value is 166 (65.23% from 255 or 31.20% from 532); Green value is 123 (48.44% from 255 or 23.12% from 532); Blue value is 243 (95.31% from 255 or 45.68% from 532); Max value from RGB is 243 - color contains mainly: blue. Hex color #A67BF3 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A67BF3 is #59840C. Grayscale: #959595. Windows color (decimal): -5866509 or 15956902. OLE color: 15956902.
HSL color Cylindrical-coordinate representation of color #A67BF3: hue angle of 261.5º degrees, saturation: 0.83, 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 #A67BF3 is Cyan = 0.32, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 166 | 123 | 243 | - |
| CMYK | 0.32 | 0.49 | 0 | 0.05 |
| HSL | 261.5º | 0.83% | 0.72% | - |
| HSV(B) | 261.5º | 0.49% | 0.95% | - |
| XYZ | 38.99 | 28.74 | 88.29 | - |
| YUV | 149.54 | 180.75 | 139.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 123 | 243 | 0.32 | 0.49 | 0 | 0.05 | 261.5 | 0.83 | 0.72 |
| Hex | A6 | 7B | F3 | 20 | 31 | 0 | 5 | 106 | 53 | 48 |
| Octal | 246 | 173 | 363 | 40 | 61 | 0 | 5 | 406 | 123 | 110 |
| Binary | 10100110 | 1111011 | 11110011 | 100000 | 110001 | 0 | 101 | 100000110 | 1010011 | 1001000 |
Color Harmonies of #A67BF3
Complementary color
Monochromatic Colors of #A67BF3
Black with #A67BF3
Text Example
Text Example
White with #A67BF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A67BF3; }
p { color: rgb(166,123,243); }
H1.HeaderClassName
{
color: #A67BF3;
}
.AnyTagClassName
{
color: #A67BF3;
}
</style>
background-color css
<style>
a { background-color: #A67BF3; }
a { background-color: rgb(166,123,243); }
div.DivClassName
{
background-color: #A67BF3;
}
.BgClassName
{
background-color: #A67BF3;
}
</style>
border-color css
<style>
span { border-color: #A67BF3; }
span { border-color: rgb(166,123,243); }
td.TdClassName
{
border-color: #A67BF3;
}
.TagClassName
{
border-color: #A67BF3;
}
</style>