Shades of Medium Purple #A67BE4
Tints of Medium Purple #A67BE4
RGB
CMYK
RGB Variations
Color information
#A67BE4 (or 0xA67BE4) is known color: Medium Purple. HEX triplet: A6, 7B and E4. RGB value is (166,123,228). Sum of RGB (Red+Green+Blue) = 166+123+228=517 (68% of max value = 765). Red value is 166 (65.23% from 255 or 32.11% from 517); Green value is 123 (48.44% from 255 or 23.79% from 517); Blue value is 228 (89.45% from 255 or 44.10% from 517); Max value from RGB is 228 - color contains mainly: blue. Hex color #A67BE4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A67BE4 is #59841B. Grayscale: #939393. Windows color (decimal): -5866524 or 14973862. OLE color: 14973862.
HSL color Cylindrical-coordinate representation of color #A67BE4: hue angle of 264.57º degrees, saturation: 0.66, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A67BE4 is Cyan = 0.27, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 166 | 123 | 228 | - |
| CMYK | 0.27 | 0.46 | 0 | 0.11 |
| HSL | 264.57º | 0.66% | 0.69% | - |
| HSV(B) | 264.57º | 0.46% | 0.89% | - |
| XYZ | 36.81 | 27.87 | 76.84 | - |
| YUV | 147.83 | 173.25 | 140.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 123 | 228 | 0.27 | 0.46 | 0 | 0.11 | 264.57 | 0.66 | 0.69 |
| Hex | A6 | 7B | E4 | 1B | 2E | 0 | B | 109 | 42 | 45 |
| Octal | 246 | 173 | 344 | 33 | 56 | 0 | 13 | 411 | 102 | 105 |
| Binary | 10100110 | 1111011 | 11100100 | 11011 | 101110 | 0 | 1011 | 100001001 | 1000010 | 1000101 |
Color Harmonies of #A67BE4
Complementary color
Monochromatic Colors of #A67BE4
Black with #A67BE4
Text Example
Text Example
White with #A67BE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A67BE4; }
p { color: rgb(166,123,228); }
H1.HeaderClassName
{
color: #A67BE4;
}
.AnyTagClassName
{
color: #A67BE4;
}
</style>
background-color css
<style>
a { background-color: #A67BE4; }
a { background-color: rgb(166,123,228); }
div.DivClassName
{
background-color: #A67BE4;
}
.BgClassName
{
background-color: #A67BE4;
}
</style>
border-color css
<style>
span { border-color: #A67BE4; }
span { border-color: rgb(166,123,228); }
td.TdClassName
{
border-color: #A67BE4;
}
.TagClassName
{
border-color: #A67BE4;
}
</style>