Shades of Medium Purple #A67DDA
Tints of Medium Purple #A67DDA
RGB
CMYK
RGB Variations
Color information
#A67DDA (or 0xA67DDA) is known color: Medium Purple. HEX triplet: A6, 7D and DA. RGB value is (166,125,218). Sum of RGB (Red+Green+Blue) = 166+125+218=509 (67% of max value = 765). Red value is 166 (65.23% from 255 or 32.61% from 509); Green value is 125 (49.22% from 255 or 24.56% from 509); Blue value is 218 (85.55% from 255 or 42.83% from 509); Max value from RGB is 218 - color contains mainly: blue. Hex color #A67DDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A67DDA is #598225. Grayscale: #939393. Windows color (decimal): -5866022 or 14319014. OLE color: 14319014.
HSL color Cylindrical-coordinate representation of color #A67DDA: hue angle of 266.45º degrees, saturation: 0.56, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A67DDA is Cyan = 0.24, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 166 | 125 | 218 | - |
| CMYK | 0.24 | 0.43 | 0 | 0.15 |
| HSL | 266.45º | 0.56% | 0.67% | - |
| HSV(B) | 266.45º | 0.43% | 0.85% | - |
| XYZ | 35.71 | 27.84 | 69.82 | - |
| YUV | 147.86 | 167.58 | 140.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 125 | 218 | 0.24 | 0.43 | 0 | 0.15 | 266.45 | 0.56 | 0.67 |
| Hex | A6 | 7D | DA | 18 | 2B | 0 | F | 10A | 38 | 43 |
| Octal | 246 | 175 | 332 | 30 | 53 | 0 | 17 | 412 | 70 | 103 |
| Binary | 10100110 | 1111101 | 11011010 | 11000 | 101011 | 0 | 1111 | 100001010 | 111000 | 1000011 |
Color Harmonies of #A67DDA
Complementary color
Monochromatic Colors of #A67DDA
Black with #A67DDA
Text Example
Text Example
White with #A67DDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A67DDA; }
p { color: rgb(166,125,218); }
H1.HeaderClassName
{
color: #A67DDA;
}
.AnyTagClassName
{
color: #A67DDA;
}
</style>
background-color css
<style>
a { background-color: #A67DDA; }
a { background-color: rgb(166,125,218); }
div.DivClassName
{
background-color: #A67DDA;
}
.BgClassName
{
background-color: #A67DDA;
}
</style>
border-color css
<style>
span { border-color: #A67DDA; }
span { border-color: rgb(166,125,218); }
td.TdClassName
{
border-color: #A67DDA;
}
.TagClassName
{
border-color: #A67DDA;
}
</style>