Shades of Medium Purple #A67DD4
Tints of Medium Purple #A67DD4
RGB
CMYK
RGB Variations
Color information
#A67DD4 (or 0xA67DD4) is known color: Medium Purple. HEX triplet: A6, 7D and D4. RGB value is (166,125,212). Sum of RGB (Red+Green+Blue) = 166+125+212=503 (66% of max value = 765). Red value is 166 (65.23% from 255 or 33.00% from 503); Green value is 125 (49.22% from 255 or 24.85% from 503); Blue value is 212 (83.20% from 255 or 42.15% from 503); Max value from RGB is 212 - color contains mainly: blue. Hex color #A67DD4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A67DD4 is #59822B. Grayscale: #929292. Windows color (decimal): -5866028 or 13925798. OLE color: 13925798.
HSL color Cylindrical-coordinate representation of color #A67DD4: hue angle of 268.28º degrees, saturation: 0.5, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A67DD4 is Cyan = 0.22, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 166 | 125 | 212 | - |
| CMYK | 0.22 | 0.41 | 0 | 0.17 |
| HSL | 268.28º | 0.5% | 0.66% | - |
| HSV(B) | 268.28º | 0.41% | 0.83% | - |
| XYZ | 34.94 | 27.53 | 65.76 | - |
| YUV | 147.18 | 164.58 | 141.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 125 | 212 | 0.22 | 0.41 | 0 | 0.17 | 268.28 | 0.5 | 0.66 |
| Hex | A6 | 7D | D4 | 16 | 29 | 0 | 11 | 10C | 32 | 42 |
| Octal | 246 | 175 | 324 | 26 | 51 | 0 | 21 | 414 | 62 | 102 |
| Binary | 10100110 | 1111101 | 11010100 | 10110 | 101001 | 0 | 10001 | 100001100 | 110010 | 1000010 |
Color Harmonies of #A67DD4
Complementary color
Monochromatic Colors of #A67DD4
Black with #A67DD4
Text Example
Text Example
White with #A67DD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A67DD4; }
p { color: rgb(166,125,212); }
H1.HeaderClassName
{
color: #A67DD4;
}
.AnyTagClassName
{
color: #A67DD4;
}
</style>
background-color css
<style>
a { background-color: #A67DD4; }
a { background-color: rgb(166,125,212); }
div.DivClassName
{
background-color: #A67DD4;
}
.BgClassName
{
background-color: #A67DD4;
}
</style>
border-color css
<style>
span { border-color: #A67DD4; }
span { border-color: rgb(166,125,212); }
td.TdClassName
{
border-color: #A67DD4;
}
.TagClassName
{
border-color: #A67DD4;
}
</style>