Shades of Medium Purple #A67BED
Tints of Medium Purple #A67BED
RGB
CMYK
RGB Variations
Color information
#A67BED (or 0xA67BED) is known color: Medium Purple. HEX triplet: A6, 7B and ED. RGB value is (166,123,237). Sum of RGB (Red+Green+Blue) = 166+123+237=526 (69% of max value = 765). Red value is 166 (65.23% from 255 or 31.56% from 526); Green value is 123 (48.44% from 255 or 23.38% from 526); Blue value is 237 (92.97% from 255 or 45.06% from 526); Max value from RGB is 237 - color contains mainly: blue. Hex color #A67BED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A67BED is #598412. Grayscale: #949494. Windows color (decimal): -5866515 or 15563686. OLE color: 15563686.
HSL color Cylindrical-coordinate representation of color #A67BED: hue angle of 262.63º degrees, saturation: 0.76, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A67BED is Cyan = 0.30, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 166 | 123 | 237 | - |
| CMYK | 0.30 | 0.48 | 0 | 0.07 |
| HSL | 262.63º | 0.76% | 0.71% | - |
| HSV(B) | 262.63º | 0.48% | 0.93% | - |
| XYZ | 38.09 | 28.39 | 83.59 | - |
| YUV | 148.85 | 177.75 | 140.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 123 | 237 | 0.30 | 0.48 | 0 | 0.07 | 262.63 | 0.76 | 0.71 |
| Hex | A6 | 7B | ED | 1E | 30 | 0 | 7 | 107 | 4C | 47 |
| Octal | 246 | 173 | 355 | 36 | 60 | 0 | 7 | 407 | 114 | 107 |
| Binary | 10100110 | 1111011 | 11101101 | 11110 | 110000 | 0 | 111 | 100000111 | 1001100 | 1000111 |
Color Harmonies of #A67BED
Complementary color
Monochromatic Colors of #A67BED
Black with #A67BED
Text Example
Text Example
White with #A67BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A67BED; }
p { color: rgb(166,123,237); }
H1.HeaderClassName
{
color: #A67BED;
}
.AnyTagClassName
{
color: #A67BED;
}
</style>
background-color css
<style>
a { background-color: #A67BED; }
a { background-color: rgb(166,123,237); }
div.DivClassName
{
background-color: #A67BED;
}
.BgClassName
{
background-color: #A67BED;
}
</style>
border-color css
<style>
span { border-color: #A67BED; }
span { border-color: rgb(166,123,237); }
td.TdClassName
{
border-color: #A67BED;
}
.TagClassName
{
border-color: #A67BED;
}
</style>