Shades of Medium Purple #A07BDC
Tints of Medium Purple #A07BDC
RGB
CMYK
RGB Variations
Color information
#A07BDC (or 0xA07BDC) is known color: Medium Purple. HEX triplet: A0, 7B and DC. RGB value is (160,123,220). Sum of RGB (Red+Green+Blue) = 160+123+220=503 (66% of max value = 765). Red value is 160 (62.89% from 255 or 31.81% from 503); Green value is 123 (48.44% from 255 or 24.45% from 503); Blue value is 220 (86.33% from 255 or 43.74% from 503); Max value from RGB is 220 - color contains mainly: blue. Hex color #A07BDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A07BDC is #5F8423. Grayscale: #909090. Windows color (decimal): -6259748 or 14449568. OLE color: 14449568.
HSL color Cylindrical-coordinate representation of color #A07BDC: hue angle of 262.89º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A07BDC is Cyan = 0.27, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 160 | 123 | 220 | - |
| CMYK | 0.27 | 0.44 | 0 | 0.14 |
| HSL | 262.89º | 0.58% | 0.67% | - |
| HSV(B) | 262.89º | 0.44% | 0.86% | - |
| XYZ | 34.5 | 26.81 | 71.07 | - |
| YUV | 145.12 | 170.26 | 138.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 123 | 220 | 0.27 | 0.44 | 0 | 0.14 | 262.89 | 0.58 | 0.67 |
| Hex | A0 | 7B | DC | 1B | 2C | 0 | E | 107 | 3A | 43 |
| Octal | 240 | 173 | 334 | 33 | 54 | 0 | 16 | 407 | 72 | 103 |
| Binary | 10100000 | 1111011 | 11011100 | 11011 | 101100 | 0 | 1110 | 100000111 | 111010 | 1000011 |
Color Harmonies of #A07BDC
Complementary color
Monochromatic Colors of #A07BDC
Black with #A07BDC
Text Example
Text Example
White with #A07BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A07BDC; }
p { color: rgb(160,123,220); }
H1.HeaderClassName
{
color: #A07BDC;
}
.AnyTagClassName
{
color: #A07BDC;
}
</style>
background-color css
<style>
a { background-color: #A07BDC; }
a { background-color: rgb(160,123,220); }
div.DivClassName
{
background-color: #A07BDC;
}
.BgClassName
{
background-color: #A07BDC;
}
</style>
border-color css
<style>
span { border-color: #A07BDC; }
span { border-color: rgb(160,123,220); }
td.TdClassName
{
border-color: #A07BDC;
}
.TagClassName
{
border-color: #A07BDC;
}
</style>