Shades of Medium Purple #A67CED
Tints of Medium Purple #A67CED
RGB
CMYK
RGB Variations
Color information
#A67CED (or 0xA67CED) is known color: Medium Purple. HEX triplet: A6, 7C and ED. RGB value is (166,124,237). Sum of RGB (Red+Green+Blue) = 166+124+237=527 (69% of max value = 765). Red value is 166 (65.23% from 255 or 31.50% from 527); Green value is 124 (48.83% from 255 or 23.53% from 527); Blue value is 237 (92.97% from 255 or 44.97% from 527); Max value from RGB is 237 - color contains mainly: blue. Hex color #A67CED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A67CED is #598312. Grayscale: #959595. Windows color (decimal): -5866259 or 15563942. OLE color: 15563942.
HSL color Cylindrical-coordinate representation of color #A67CED: hue angle of 262.3º 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 #A67CED is Cyan = 0.30, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 166 | 124 | 237 | - |
| CMYK | 0.30 | 0.48 | 0 | 0.07 |
| HSL | 262.3º | 0.76% | 0.71% | - |
| HSV(B) | 262.3º | 0.48% | 0.93% | - |
| XYZ | 38.22 | 28.64 | 83.63 | - |
| YUV | 149.44 | 177.41 | 139.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 124 | 237 | 0.30 | 0.48 | 0 | 0.07 | 262.3 | 0.76 | 0.71 |
| Hex | A6 | 7C | ED | 1E | 30 | 0 | 7 | 106 | 4C | 47 |
| Octal | 246 | 174 | 355 | 36 | 60 | 0 | 7 | 406 | 114 | 107 |
| Binary | 10100110 | 1111100 | 11101101 | 11110 | 110000 | 0 | 111 | 100000110 | 1001100 | 1000111 |
Color Harmonies of #A67CED
Complementary color
Monochromatic Colors of #A67CED
Black with #A67CED
Text Example
Text Example
White with #A67CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A67CED; }
p { color: rgb(166,124,237); }
H1.HeaderClassName
{
color: #A67CED;
}
.AnyTagClassName
{
color: #A67CED;
}
</style>
background-color css
<style>
a { background-color: #A67CED; }
a { background-color: rgb(166,124,237); }
div.DivClassName
{
background-color: #A67CED;
}
.BgClassName
{
background-color: #A67CED;
}
</style>
border-color css
<style>
span { border-color: #A67CED; }
span { border-color: rgb(166,124,237); }
td.TdClassName
{
border-color: #A67CED;
}
.TagClassName
{
border-color: #A67CED;
}
</style>