Shades of Medium Purple #A67BEC
Tints of Medium Purple #A67BEC
RGB
CMYK
RGB Variations
Color information
#A67BEC (or 0xA67BEC) is known color: Medium Purple. HEX triplet: A6, 7B and EC. RGB value is (166,123,236). Sum of RGB (Red+Green+Blue) = 166+123+236=525 (69% of max value = 765). Red value is 166 (65.23% from 255 or 31.62% from 525); Green value is 123 (48.44% from 255 or 23.43% from 525); Blue value is 236 (92.58% from 255 or 44.95% from 525); Max value from RGB is 236 - color contains mainly: blue. Hex color #A67BEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A67BEC is #598413. Grayscale: #949494. Windows color (decimal): -5866516 or 15498150. OLE color: 15498150.
HSL color Cylindrical-coordinate representation of color #A67BEC: hue angle of 262.83º degrees, saturation: 0.75, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A67BEC is Cyan = 0.30, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 166 | 123 | 236 | - |
| CMYK | 0.30 | 0.48 | 0 | 0.07 |
| HSL | 262.83º | 0.75% | 0.7% | - |
| HSV(B) | 262.83º | 0.48% | 0.93% | - |
| XYZ | 37.95 | 28.33 | 82.82 | - |
| YUV | 148.74 | 177.25 | 140.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 123 | 236 | 0.30 | 0.48 | 0 | 0.07 | 262.83 | 0.75 | 0.7 |
| Hex | A6 | 7B | EC | 1E | 30 | 0 | 7 | 107 | 4B | 46 |
| Octal | 246 | 173 | 354 | 36 | 60 | 0 | 7 | 407 | 113 | 106 |
| Binary | 10100110 | 1111011 | 11101100 | 11110 | 110000 | 0 | 111 | 100000111 | 1001011 | 1000110 |
Color Harmonies of #A67BEC
Complementary color
Monochromatic Colors of #A67BEC
Black with #A67BEC
Text Example
Text Example
White with #A67BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A67BEC; }
p { color: rgb(166,123,236); }
H1.HeaderClassName
{
color: #A67BEC;
}
.AnyTagClassName
{
color: #A67BEC;
}
</style>
background-color css
<style>
a { background-color: #A67BEC; }
a { background-color: rgb(166,123,236); }
div.DivClassName
{
background-color: #A67BEC;
}
.BgClassName
{
background-color: #A67BEC;
}
</style>
border-color css
<style>
span { border-color: #A67BEC; }
span { border-color: rgb(166,123,236); }
td.TdClassName
{
border-color: #A67BEC;
}
.TagClassName
{
border-color: #A67BEC;
}
</style>