Shades of Medium Purple #A07DDC
Tints of Medium Purple #A07DDC
RGB
CMYK
RGB Variations
Color information
#A07DDC (or 0xA07DDC) is known color: Medium Purple. HEX triplet: A0, 7D and DC. RGB value is (160,125,220). Sum of RGB (Red+Green+Blue) = 160+125+220=505 (66% of max value = 765). Red value is 160 (62.89% from 255 or 31.68% from 505); Green value is 125 (49.22% from 255 or 24.75% from 505); Blue value is 220 (86.33% from 255 or 43.56% from 505); Max value from RGB is 220 - color contains mainly: blue. Hex color #A07DDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A07DDC is #5F8223. Grayscale: #919191. Windows color (decimal): -6259236 or 14450080. OLE color: 14450080.
HSL color Cylindrical-coordinate representation of color #A07DDC: hue angle of 262.11º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A07DDC is Cyan = 0.27, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 160 | 125 | 220 | - |
| CMYK | 0.27 | 0.43 | 0 | 0.14 |
| HSL | 262.11º | 0.58% | 0.68% | - |
| HSV(B) | 262.11º | 0.43% | 0.86% | - |
| XYZ | 34.75 | 27.31 | 71.15 | - |
| YUV | 146.3 | 169.6 | 137.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 125 | 220 | 0.27 | 0.43 | 0 | 0.14 | 262.11 | 0.58 | 0.68 |
| Hex | A0 | 7D | DC | 1B | 2B | 0 | E | 106 | 3A | 44 |
| Octal | 240 | 175 | 334 | 33 | 53 | 0 | 16 | 406 | 72 | 104 |
| Binary | 10100000 | 1111101 | 11011100 | 11011 | 101011 | 0 | 1110 | 100000110 | 111010 | 1000100 |
Color Harmonies of #A07DDC
Complementary color
Monochromatic Colors of #A07DDC
Black with #A07DDC
Text Example
Text Example
White with #A07DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A07DDC; }
p { color: rgb(160,125,220); }
H1.HeaderClassName
{
color: #A07DDC;
}
.AnyTagClassName
{
color: #A07DDC;
}
</style>
background-color css
<style>
a { background-color: #A07DDC; }
a { background-color: rgb(160,125,220); }
div.DivClassName
{
background-color: #A07DDC;
}
.BgClassName
{
background-color: #A07DDC;
}
</style>
border-color css
<style>
span { border-color: #A07DDC; }
span { border-color: rgb(160,125,220); }
td.TdClassName
{
border-color: #A07DDC;
}
.TagClassName
{
border-color: #A07DDC;
}
</style>