Shades of Medium Purple #A07ADA
Tints of Medium Purple #A07ADA
RGB
CMYK
RGB Variations
Color information
#A07ADA (or 0xA07ADA) is known color: Medium Purple. HEX triplet: A0, 7A and DA. RGB value is (160,122,218). Sum of RGB (Red+Green+Blue) = 160+122+218=500 (66% of max value = 765). Red value is 160 (62.89% from 255 or 32% from 500); Green value is 122 (48.05% from 255 or 24.4% from 500); Blue value is 218 (85.55% from 255 or 43.6% from 500); Max value from RGB is 218 - color contains mainly: blue. Hex color #A07ADA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A07ADA is #5F8525. Grayscale: #8F8F8F. Windows color (decimal): -6260006 or 14318240. OLE color: 14318240.
HSL color Cylindrical-coordinate representation of color #A07ADA: hue angle of 263.75º 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 #A07ADA is Cyan = 0.27, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 160 | 122 | 218 | - |
| CMYK | 0.27 | 0.44 | 0 | 0.15 |
| HSL | 263.75º | 0.56% | 0.67% | - |
| HSV(B) | 263.75º | 0.44% | 0.85% | - |
| XYZ | 34.11 | 26.45 | 69.64 | - |
| YUV | 144.31 | 169.59 | 139.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 122 | 218 | 0.27 | 0.44 | 0 | 0.15 | 263.75 | 0.56 | 0.67 |
| Hex | A0 | 7A | DA | 1B | 2C | 0 | F | 108 | 38 | 43 |
| Octal | 240 | 172 | 332 | 33 | 54 | 0 | 17 | 410 | 70 | 103 |
| Binary | 10100000 | 1111010 | 11011010 | 11011 | 101100 | 0 | 1111 | 100001000 | 111000 | 1000011 |
Color Harmonies of #A07ADA
Complementary color
Monochromatic Colors of #A07ADA
Black with #A07ADA
Text Example
Text Example
White with #A07ADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A07ADA; }
p { color: rgb(160,122,218); }
H1.HeaderClassName
{
color: #A07ADA;
}
.AnyTagClassName
{
color: #A07ADA;
}
</style>
background-color css
<style>
a { background-color: #A07ADA; }
a { background-color: rgb(160,122,218); }
div.DivClassName
{
background-color: #A07ADA;
}
.BgClassName
{
background-color: #A07ADA;
}
</style>
border-color css
<style>
span { border-color: #A07ADA; }
span { border-color: rgb(160,122,218); }
td.TdClassName
{
border-color: #A07ADA;
}
.TagClassName
{
border-color: #A07ADA;
}
</style>