Shades of Medium Purple #A07BD2
Tints of Medium Purple #A07BD2
RGB
CMYK
RGB Variations
Color information
#A07BD2 (or 0xA07BD2) is known color: Medium Purple. HEX triplet: A0, 7B and D2. RGB value is (160,123,210). Sum of RGB (Red+Green+Blue) = 160+123+210=493 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.45% from 493); Green value is 123 (48.44% from 255 or 24.95% from 493); Blue value is 210 (82.42% from 255 or 42.60% from 493); Max value from RGB is 210 - color contains mainly: blue. Hex color #A07BD2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A07BD2 is #5F842D. Grayscale: #8F8F8F. Windows color (decimal): -6259758 or 13794208. OLE color: 13794208.
HSL color Cylindrical-coordinate representation of color #A07BD2: hue angle of 265.52º degrees, saturation: 0.49, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A07BD2 is Cyan = 0.24, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 160 | 123 | 210 | - |
| CMYK | 0.24 | 0.41 | 0 | 0.18 |
| HSL | 265.52º | 0.49% | 0.65% | - |
| HSV(B) | 265.52º | 0.41% | 0.82% | - |
| XYZ | 33.21 | 26.29 | 64.3 | - |
| YUV | 143.98 | 165.26 | 139.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 123 | 210 | 0.24 | 0.41 | 0 | 0.18 | 265.52 | 0.49 | 0.65 |
| Hex | A0 | 7B | D2 | 18 | 29 | 0 | 12 | 10A | 31 | 41 |
| Octal | 240 | 173 | 322 | 30 | 51 | 0 | 22 | 412 | 61 | 101 |
| Binary | 10100000 | 1111011 | 11010010 | 11000 | 101001 | 0 | 10010 | 100001010 | 110001 | 1000001 |
Color Harmonies of #A07BD2
Complementary color
Monochromatic Colors of #A07BD2
Black with #A07BD2
Text Example
Text Example
White with #A07BD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A07BD2; }
p { color: rgb(160,123,210); }
H1.HeaderClassName
{
color: #A07BD2;
}
.AnyTagClassName
{
color: #A07BD2;
}
</style>
background-color css
<style>
a { background-color: #A07BD2; }
a { background-color: rgb(160,123,210); }
div.DivClassName
{
background-color: #A07BD2;
}
.BgClassName
{
background-color: #A07BD2;
}
</style>
border-color css
<style>
span { border-color: #A07BD2; }
span { border-color: rgb(160,123,210); }
td.TdClassName
{
border-color: #A07BD2;
}
.TagClassName
{
border-color: #A07BD2;
}
</style>