Shades of Medium Purple #A67ADA
Tints of Medium Purple #A67ADA
RGB
CMYK
RGB Variations
Color information
#A67ADA (or 0xA67ADA) is known color: Medium Purple. HEX triplet: A6, 7A and DA. RGB value is (166,122,218). Sum of RGB (Red+Green+Blue) = 166+122+218=506 (67% of max value = 765). Red value is 166 (65.23% from 255 or 32.81% from 506); Green value is 122 (48.05% from 255 or 24.11% from 506); Blue value is 218 (85.55% from 255 or 43.08% from 506); Max value from RGB is 218 - color contains mainly: blue. Hex color #A67ADA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A67ADA is #598525. Grayscale: #919191. Windows color (decimal): -5866790 or 14318246. OLE color: 14318246.
HSL color Cylindrical-coordinate representation of color #A67ADA: hue angle of 267.5º degrees, saturation: 0.56, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A67ADA is Cyan = 0.24, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 166 | 122 | 218 | - |
| CMYK | 0.24 | 0.44 | 0 | 0.15 |
| HSL | 267.5º | 0.56% | 0.67% | - |
| HSV(B) | 267.5º | 0.44% | 0.85% | - |
| XYZ | 35.34 | 27.09 | 69.7 | - |
| YUV | 146.1 | 168.58 | 142.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 122 | 218 | 0.24 | 0.44 | 0 | 0.15 | 267.5 | 0.56 | 0.67 |
| Hex | A6 | 7A | DA | 18 | 2C | 0 | F | 10C | 38 | 43 |
| Octal | 246 | 172 | 332 | 30 | 54 | 0 | 17 | 414 | 70 | 103 |
| Binary | 10100110 | 1111010 | 11011010 | 11000 | 101100 | 0 | 1111 | 100001100 | 111000 | 1000011 |
Color Harmonies of #A67ADA
Complementary color
Monochromatic Colors of #A67ADA
Black with #A67ADA
Text Example
Text Example
White with #A67ADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A67ADA; }
p { color: rgb(166,122,218); }
H1.HeaderClassName
{
color: #A67ADA;
}
.AnyTagClassName
{
color: #A67ADA;
}
</style>
background-color css
<style>
a { background-color: #A67ADA; }
a { background-color: rgb(166,122,218); }
div.DivClassName
{
background-color: #A67ADA;
}
.BgClassName
{
background-color: #A67ADA;
}
</style>
border-color css
<style>
span { border-color: #A67ADA; }
span { border-color: rgb(166,122,218); }
td.TdClassName
{
border-color: #A67ADA;
}
.TagClassName
{
border-color: #A67ADA;
}
</style>